Re: [PATCH net-next] bnx2x: use napi_schedule_irqoff()
From: David Miller <davem@davemloft.net>
Date: 2014-10-30 20:51:07
From: David Miller <davem@davemloft.net>
Date: 2014-10-30 20:51:07
From: Eric Dumazet <redacted> Date: Wed, 29 Oct 2014 17:07:50 -0700
From: Eric Dumazet <edumazet@google.com> bnx2x_msix_fp_int() and bnx2x_interrupt() run from hard interrupt context. They can use napi_schedule_irqoff() instead of napi_schedule() Signed-off-by: Eric Dumazet <edumazet@google.com>
Applied.