aha/drivers/infiniband/hw/nes
Faisal Latif e189062a8c RDMA/nes: Remove tx_free_list
There is no lock protecting tx_free_list thus causing a system crash
when skb_dequeue() is called and the list is empty.  Since it did not give
any performance boost under heavy load, remove it to simplify the code.
Replace get_free_pkt() with dev_alloc_skb() to allocate MAX_CM_BUFFER skb
for connection establishment/teardown as well as MPA request/response.

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-24 20:30:04 -08: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: Mitigate compatibility issue regarding PCIe write credits 2008-11-02 21:40:55 -08:00
nes.h RDMA/nes: Cleanup warnings 2008-12-05 11:00:41 -08:00
nes_cm.c RDMA/nes: Remove tx_free_list 2008-12-24 20:30:04 -08:00
nes_cm.h RDMA/nes: Remove tx_free_list 2008-12-24 20:30:04 -08: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: Forward packets for a new connection with stale APBVT entry 2008-12-05 11:00:13 -08: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 RDMA/nes: Add a driver for NetEffect RNICs 2008-02-04 20:20:45 -08:00
nes_utils.c RDMA/nes: Check cqp_avail_reqs is empty after locking the list 2008-12-05 11:00:24 -08:00
nes_verbs.c RDMA/nes: Cleanup cqp_request list usage 2008-12-05 10:59:53 -08:00
nes_verbs.h RDMA/nes: Add a driver for NetEffect RNICs 2008-02-04 20:20:45 -08:00