]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-lantiq-Fix-bugs-in-NAPI-handling'
authorDavid S. Miller <davem@davemloft.net>
Mon, 14 Sep 2020 21:53:15 +0000 (14:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Sep 2020 21:53:15 +0000 (14:53 -0700)
commited7139c484224649c5cc4e36ac66bac26a3159e3
tree5a7429396026e03d976d8c8164ef90166664bd8a
parent8f4d6a01f95ec12a35fdb6365eb6b4fa89043bc1
parent5fe3bfbbd432b63380b3c60c33e81fce53ef50f2
Merge branch 'net-lantiq-Fix-bugs-in-NAPI-handling'

Hauke Mehrtens says:

====================
net: lantiq: Fix bugs in NAPI handling

This fixes multiple bugs in the NAPI handling.

Changes since:
v1:
 - removed stable tag from "net: lantiq: use netif_tx_napi_add() for TX NAPI"
 - Check the NAPI budged in "net: lantiq: Use napi_complete_done()"
 - Add extra fix "net: lantiq: Disable IRQs only if NAPI gets scheduled"
====================

Signed-off-by: David S. Miller <davem@davemloft.net>