net: ena: use napi_schedule_irqoff when possible
Signed-off-by: Netanel Belgazal <netanel@amazon.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
06443684da
commit
e745dafab0
|
@ -1264,7 +1264,7 @@ static irqreturn_t ena_intr_msix_io(int irq, void *data)
|
|||
{
|
||||
struct ena_napi *ena_napi = data;
|
||||
|
||||
napi_schedule(&ena_napi->napi);
|
||||
napi_schedule_irqoff(&ena_napi->napi);
|
||||
|
||||
return IRQ_HANDLED;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue