Hi David, all,
On Wed, 2017-03-29 at 14:30 -0700, David Miller wrote:
> From: Vlad Zakharov
> Date: Wed, 29 Mar 2017 13:41:46 +0300
>
> >
> > After a new NAPI_STATE_MISSED state was added to NAPI we can get into
> > this state and in such case we have to resc
Hi Eric,
On Wed, 2017-03-29 at 14:41 -0700, Eric Dumazet wrote:
> On Wed, Mar 29, 2017 at 2:30 PM, David Miller wrote:
> Signed-off-by: Vlad Zakharov
> >
> >
> > Applied.
> >
> > Eric, if this is really required now, we have 148 broken drivers still.
>
tting trapped in interrupt
hanlder chain as we had never been able to disabale ethernet
interrupts again.
So this patch makes nps_enet_poll() func verify return value of
napi_complete_done() and enable interrupts only in case all scheduled
work has been completed.
Signed-off-by: Vlad Zak