diff options
author | 2021-01-21 05:48:21 -0600 | |
---|---|---|
committer | 2021-01-23 13:16:00 -0800 | |
commit | 7bd9785f683a7dafd8ea59a863a614da685d92f7 (patch) | |
tree | df7ce15516fa77a8c134146282cff96aada52120 /include/linux/netdev_features.h | |
parent | net: ipa: repurpose gsi_irq_ieob_disable() (diff) | |
download | wireguard-linux-7bd9785f683a7dafd8ea59a863a614da685d92f7.tar.xz wireguard-linux-7bd9785f683a7dafd8ea59a863a614da685d92f7.zip |
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>
Diffstat (limited to 'include/linux/netdev_features.h')
0 files changed, 0 insertions, 0 deletions