acrn-kernel/drivers/infiniband/hw/cxgb4
Steve Wise 8da7e7a552 RDMA/cxgb4: Couple of abort fixes
- fix a race where the driver could end up sending a close_con_req
  after an abort_rpl.  In c4iw_ep_disconnect(), send abort or close
  request with the ep mutex held.

- fix a hang where driver fails to wake up when a connection is reset
  during a normal close.  Wake up any waiters in the interrupt path,
  and correctly cleanup after rdma_fini() failures.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
2011-06-17 11:54:56 -07:00
..
Kconfig
Makefile
cm.c RDMA/cxgb4: Couple of abort fixes 2011-06-17 11:54:56 -07:00
cq.c
device.c
ev.c
iw_cxgb4.h
mem.c RDMA/cxgb4: Don't truncate MR lengths 2011-06-17 11:54:50 -07:00
provider.c
qp.c RDMA/cxgb4: Couple of abort fixes 2011-06-17 11:54:56 -07:00
resource.c
t4.h
t4fw_ri_api.h
user.h