dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/infiniband/hw/nes
Faisal Latif 6492cdf3a2 RDMA/nes: CM connection setup/teardown rework
Major rework of CM connection setup/teardown.  We had a number of issues
with MPI applications not starting/terminating properly over time.
With these changes we were able to run longer on larger clusters.

* Remove memory allocation from nes_connect() and nes_cm_connect().
* Fix mini_cm_dec_refcnt_listen() when destroying listener.
* Remove unnecessary code from schedule_nes_timer() and nes_cm_timer_tick().
* Functionalize mini_cm_recv_pkt() and process_packet().
* Clean up cm_node->ref_count usage.
* Reuse skbs if available.

Signed-off-by: Faisal Latif <flatif@neteffect.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2008-07-24 20:50:45 -07:00
..
Kconfig RDMA/nes: Use LRO 2008-04-29 13:46:54 -07:00
Makefile RDMA/nes: Add a driver for NetEffect RNICs 2008-02-04 20:20:45 -08:00
nes.c RDMA/nes: CM connection setup/teardown rework 2008-07-24 20:50:45 -07:00
nes.h RDMA/nes: Get rid of ring_doorbell parameter of nes_post_cqp_request() 2008-07-14 23:48:49 -07:00
nes_cm.c RDMA/nes: CM connection setup/teardown rework 2008-07-24 20:50:45 -07:00
nes_cm.h RDMA/nes: CM connection setup/teardown rework 2008-07-24 20:50:45 -07:00
nes_context.h RDMA/nes: Add a driver for NetEffect RNICs 2008-02-04 20:20:45 -08:00
nes_hw.c RDMA/nes: CM connection setup/teardown rework 2008-07-24 20:50:45 -07:00
nes_hw.h RDMA/nes: Get rid of ring_doorbell parameter of nes_post_cqp_request() 2008-07-14 23:48:49 -07:00
nes_nic.c RDMA/nes: Formatting cleanup 2008-04-29 13:46:54 -07:00
nes_user.h RDMA/nes: Add a driver for NetEffect RNICs 2008-02-04 20:20:45 -08:00
nes_utils.c RDMA/nes: Get rid of ring_doorbell parameter of nes_post_cqp_request() 2008-07-14 23:48:49 -07:00
nes_verbs.c RDMA/nes: CM connection setup/teardown rework 2008-07-24 20:50:45 -07:00
nes_verbs.h RDMA/nes: Add a driver for NetEffect RNICs 2008-02-04 20:20:45 -08:00