Re: [regression v4.11] 617f01211baf ("8139too: use napi_complete_done()")

From: David Miller
Date: Fri Apr 07 2017 - 14:42:34 EST


From: Eric Dumazet <eric.dumazet@xxxxxxxxx>
Date: Fri, 07 Apr 2017 11:38:49 -0700

> I do not really see what could be wrong, the code should run just fine
> on UP.

One theory is that the interrupt masking isn't working properly
and interrupts are still arriving and hitting the NAPI state even
when we are actively polling NAPI.

And this problem was masked by the locking done here.