RDMA/nes: Forward packets for a new connection with stale APBVT entry
authorFaisal Latif <faisal.latif@intel.com>
Sat, 22 Nov 2008 02:50:49 +0000 (20:50 -0600)
committerRoland Dreier <rolandd@cisco.com>
Fri, 5 Dec 2008 19:00:13 +0000 (11:00 -0800)
commit4a14f6a79f5110c6033f0c61d77d07c449c2d083
treefe582f37fae182a2bec420e7af8312dfa8d01acb
parent183ecfa3091cd4cdda329a7fe89d9544088f517d
RDMA/nes: Forward packets for a new connection with stale APBVT entry

Under heavy traffic, there is a small windows when an APBVT entry is
not yet removed and a new connection is established.  Packets for the
new connection are dropped until APBVT entry is removed.  This patch
will forward the packets instead of dropping them.

Signed-off-by: Faisal Latif <faisal.latif@intel.com>
Signed-off-by: Chien Tung <chien.tin.tung@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/nes/nes_cm.c
drivers/infiniband/hw/nes/nes_cm.h
drivers/infiniband/hw/nes/nes_hw.c