All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] net: lantiq: Fix bugs in NAPI handling
@ 2020-09-12 19:36 Hauke Mehrtens
  2020-09-12 19:36 ` [PATCH v2 1/4] net: lantiq: Wake TX queue again Hauke Mehrtens
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Hauke Mehrtens @ 2020-09-12 19:36 UTC (permalink / raw)
  To: davem; +Cc: kuba, netdev, martin.blumenstingl, eric.dumazet, Hauke Mehrtens

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"

Hauke Mehrtens (4):
  net: lantiq: Wake TX queue again
  net: lantiq: use netif_tx_napi_add() for TX NAPI
  net: lantiq: Use napi_complete_done()
  net: lantiq: Disable IRQs only if NAPI gets scheduled

 drivers/net/ethernet/lantiq_xrx200.c | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-09-14 23:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-12 19:36 [PATCH v2 0/4] net: lantiq: Fix bugs in NAPI handling Hauke Mehrtens
2020-09-12 19:36 ` [PATCH v2 1/4] net: lantiq: Wake TX queue again Hauke Mehrtens
2020-09-12 19:36 ` [PATCH v2 2/4] net: lantiq: use netif_tx_napi_add() for TX NAPI Hauke Mehrtens
2020-09-12 19:36 ` [PATCH v2 3/4] net: lantiq: Use napi_complete_done() Hauke Mehrtens
2020-09-12 19:36 ` [PATCH v2 4/4] net: lantiq: Disable IRQs only if NAPI gets scheduled Hauke Mehrtens
2020-09-14 20:54   ` Jakub Kicinski
2020-09-14 23:06     ` Hauke Mehrtens
2020-09-12 20:22 ` [PATCH v2 0/4] net: lantiq: Fix bugs in NAPI handling Martin Blumenstingl
2020-09-14 21:54 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.