aboutsummaryrefslogtreecommitdiff
path: root/lib/cpu-notifier-error-inject.c
diff options
context:
space:
mode:
authorFaisal Latif <[email protected]>2009-03-06 15:12:11 -0800
committerRoland Dreier <[email protected]>2009-03-06 15:12:11 -0800
commit2869975cfbd58dc6591d8c3ba1f171e7f758be28 (patch)
tree5a664309bcef41dbc79fd12eb87c63f06369b181 /lib/cpu-notifier-error-inject.c
parentfd87778cb99429f5e2e041213a5c9c564bbe7b78 (diff)
RDMA/nes: Remove LLTX
NETIF_F_LLTX is deprecated. Remove private TX locking from the driver and remove the NETIF_F_LLTX feature flag. This also fixes a warning in some configs that comes from doing skb_linearize() call in the hard_start_xmit method with IRQs disabled (if HIGHMEM is enabled, skb_linearize() may end up enabling BHs, which is a no-no if hard IRQs are disabled in that context). By getting rid of LLTX, we do not disable IRQs when skb_linearize() is called. Remove the sq_lock as it is not needed for non-LLTX. Fix ethtool not to show the counter for sq_lock. Reported-by: [email protected] Signed-off-by: Faisal Latif <[email protected]> Signed-off-by: Roland Dreier <[email protected]>
Diffstat (limited to 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions