projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1a0b23
)
IB/cm: Do not track remote QPN in timewait state
author
Michael S. Tsirkin
<mst@mellanox.co.il>
Mon, 28 Aug 2006 13:32:50 +0000
(16:32 +0300)
committer
Roland Dreier
<rolandd@cisco.com>
Fri, 22 Sep 2006 22:22:53 +0000
(15:22 -0700)
Do not track remote QPN in TimeWait state, since QP is not connected.
Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/core/cm.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/core/cm.c
b/drivers/infiniband/core/cm.c
index e130d2e8951524be434776e0e5d8f561c0c96256..f35fcc4c06389e77f260254cd8b2943b6e5d77de 100644
(file)
--- a/
drivers/infiniband/core/cm.c
+++ b/
drivers/infiniband/core/cm.c
@@
-685,6
+685,8
@@
static void cm_enter_timewait(struct cm_id_private *cm_id_priv)
{
int wait_time;
+ cm_cleanup_timewait(cm_id_priv->timewait_info);
+
/*
* The cm_id could be destroyed by the user before we exit timewait.
* To protect against this, we search for the cm_id after exiting