Skip to content
Commit fed17f30 authored by David S. Miller's avatar David S. Miller
Browse files

[NET]: Stop polling when napi_disable() is pending.



This finally adds the code in net_rx_action() to break out of the
->poll()'ing loop when a napi_disable() is found to be pending.

Now, even if a device is being flooded with packets it can be cleanly
brought down.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d1d08d12
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment