]> git.baikalelectronics.ru Git - kernel.git/commit
net: socionext: clear rx irq correctly
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Thu, 11 Oct 2018 12:28:26 +0000 (15:28 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2018 19:04:08 +0000 (12:04 -0700)
commit5ab8567042bcd5db2b4a1f9ff5dfe28fdc4be1d6
treea3d7e659ba40da4b3aff973ece4e3b40c38262c6
parent624b065e53bc5695e0c34b204ce1e34b86dffb55
net: socionext: clear rx irq correctly

commit f7db0178c2ca ("net: socionext: Use descriptor info instead of MMIO reads on Rx")
removed constant mmio reads from the driver and started using a descriptor
field to check if packet should be processed.
This lead the napi rx handler being constantly called while no packets
needed processing and ksoftirq getting 100% cpu usage. Issue one mmio read
to clear the irq correcty after processing packets

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reported-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/socionext/netsec.c