mlx4: mlx4_en_low_latency_recv() called with BH disabled
authorEric Dumazet <edumazet@google.com>
Wed, 18 Nov 2015 14:30:51 +0000 (06:30 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Nov 2015 21:17:38 +0000 (16:17 -0500)
commit5865316c9db31e863d4baef04dc86957d7fdae7f
tree3ad5b73f679654aa7da69eb5dd866110d3109e40
parent52bd2d62ce6758d811edcbd2256eb9ea7f6a56cb
mlx4: mlx4_en_low_latency_recv() called with BH disabled

mlx4_en_low_latency_recv() is called with BH disabled,
as other ndo_busy_poll() methods.

No need for spin_lock_bh()/spin_unlock_bh()

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/mlx4_en.h
This page took 0.024833 seconds and 5 git commands to generate.