Skip to content
Commit 1e5f1283 authored by Stephen Hemminger's avatar Stephen Hemminger
Browse files

sky2: status irq hang fix



The status interrupt flag should be cleared before processing,
not afterwards to avoid race. Need to process in poll routine
even if no new interrupt status. This is a normal occurrence when
more than 64 frames (NAPI weight) are processed in one poll routine.

Signed-off-by: default avatarStephen Hemminger <shemminger@osdl.org>
parent d3240312
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment