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

[NET]: Fix TX timeout regression in Intel drivers.

This fixes a regression added by changeset
53e52c72

 ("[NET]: Make ->poll()
breakout consistent in Intel ethernet drivers.")

As pointed out by Jesse Brandeburg, for three of the drivers edited
above there is breakout logic in the *_clean_tx_irq() code to prevent
running TX reclaim forever.  If this occurs, we have to elide NAPI
poll completion or else those TX events will never be serviced.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Acked-by: default avatarJesse Brandeburg <jesse.brandeburg@intel.com>
parent d8c89eb3
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