linux/drivers/infiniband/hw/nes
Faisal Latif 183ecfa309 RDMA/nes: Avoid race between MPA request and reset event to rdma_cm
In passive open, after indicating MPA request to rdma_cm, an incoming
RST would fire a reset event to rdma_cm causing it to crash, since the
current state is not connected.  The solution is to wait for
nes_accept() or nes_reject() before firing the reset event.  If
nes_accept() or nes_reject() is already done, then the reset event
will be fired when RST is processed.

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>
2008-12-05 11:00:08 -08:00
..
Kconfig
Makefile
nes_cm.c RDMA/nes: Avoid race between MPA request and reset event to rdma_cm 2008-12-05 11:00:08 -08:00
nes_cm.h RDMA/nes: Avoid race between MPA request and reset event to rdma_cm 2008-12-05 11:00:08 -08:00
nes_context.h
nes_hw.c RDMA/nes: Correct error_module bit mask 2008-10-08 14:43:29 -07:00
nes_hw.h RDMA/nes: Mitigate compatibility issue regarding PCIe write credits 2008-11-02 21:40:55 -08:00
nes_nic.c RDMA/nes: Enhanced PFT management scheme 2008-10-03 12:21:18 -07:00
nes_user.h
nes_utils.c
nes_verbs.c RDMA/nes: Cleanup cqp_request list usage 2008-12-05 10:59:53 -08:00
nes_verbs.h
nes.c RDMA/nes: Mitigate compatibility issue regarding PCIe write credits 2008-11-02 21:40:55 -08:00
nes.h RDMA/nes: Add wqm_quanta module option 2008-09-30 15:35:46 -07:00