All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6.21] iw_cxgb3: Stop the EP Timer on BAD CLOSE.
@ 2007-02-21 20:45 Steve Wise
  2007-02-23 21:13 ` Roland Dreier
  0 siblings, 1 reply; 2+ messages in thread
From: Steve Wise @ 2007-02-21 20:45 UTC (permalink / raw)
  To: Roland Dreier; +Cc: linux-kernel, netdev, openib-general

Stop the ep timer in ec_status() if the status indicates a
bad close.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
---

 drivers/infiniband/hw/cxgb3/iwch_cm.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/infiniband/hw/cxgb3/iwch_cm.c b/drivers/infiniband/hw/cxgb3/iwch_cm.c
index e5442e3..d00e5dd 100644
--- a/drivers/infiniband/hw/cxgb3/iwch_cm.c
+++ b/drivers/infiniband/hw/cxgb3/iwch_cm.c
@@ -1635,6 +1635,7 @@ static int ec_status(struct t3cdev *tdev
 
 		printk(KERN_ERR MOD "%s BAD CLOSE - Aborting tid %u\n",
 		       __FUNCTION__, ep->hwtid);
+		stop_ep_timer(ep);
 		attrs.next_state = IWCH_QP_STATE_ERROR;
 		iwch_modify_qp(ep->com.qp->rhp,
 			       ep->com.qp, IWCH_QP_ATTR_NEXT_STATE,


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2.6.21] iw_cxgb3: Stop the EP Timer on BAD CLOSE.
  2007-02-21 20:45 [PATCH 2.6.21] iw_cxgb3: Stop the EP Timer on BAD CLOSE Steve Wise
@ 2007-02-23 21:13 ` Roland Dreier
  0 siblings, 0 replies; 2+ messages in thread
From: Roland Dreier @ 2007-02-23 21:13 UTC (permalink / raw)
  To: Steve Wise; +Cc: linux-kernel, netdev, openib-general

thanks, queued for 2.6.21

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-23 21:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-21 20:45 [PATCH 2.6.21] iw_cxgb3: Stop the EP Timer on BAD CLOSE Steve Wise
2007-02-23 21:13 ` Roland Dreier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.