Files
linux/drivers/net/ipa
Alex Elder 7bd9785f68 net: ipa: disable IEOB interrupts before clearing
Currently in gsi_isr_ieob(), event ring IEOB interrupts are disabled
one at a time.  The loop disables the IEOB interrupt for all event
rings represented in the event mask.  Instead, just disable them all
at once.

Disable them all *before* clearing the interrupt condition.  This
guarantees we'll schedule NAPI for each event once, before another
IEOB interrupt could be signaled.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2021-01-23 13:16:00 -08:00
..
2020-07-13 17:11:53 -07:00
2021-01-14 17:40:02 -08:00
2020-07-13 17:11:53 -07:00
2020-11-11 14:07:00 -08:00
2020-12-09 16:23:08 -08:00
2020-07-13 17:11:53 -07:00
2020-07-13 17:11:53 -07:00
2021-01-21 20:42:46 -08:00