diff options
author | Faisal Latif <faisal.latif@intel.com> | 2008-12-24 20:30:04 -0800 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-12-24 20:30:04 -0800 |
commit | e189062a8ca55b0a1843f0346c3fae1a47297c34 (patch) | |
tree | ebbe8fad6d9708764de679a03d3de1aacd99e9d4 /drivers/net/dl2k.h | |
parent | 6098d107499e1335f899bfcb558253fb7ee4f73f (diff) |
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>
Diffstat (limited to 'drivers/net/dl2k.h')
0 files changed, 0 insertions, 0 deletions