Re: [PATCH v2 0/4] net: lantiq: Fix bugs in NAPI handling

2020-09-14 Thread David Miller
From: Hauke Mehrtens Date: Sat, 12 Sep 2020 21:36:25 +0200 > 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 extr

Re: [PATCH v2 0/4] net: lantiq: Fix bugs in NAPI handling

2020-09-12 Thread Martin Blumenstingl
Hi Hauke, On Sat, Sep 12, 2020 at 9:36 PM Hauke Mehrtens wrote: > > This fixes multiple bugs in the NAPI handling. many thanks! These fix the TX hang that I could reproduce by simply starting iperf3 on a lantiq board. Is the plan to have these patches applied to net or net-next? Having them in t

[PATCH v2 0/4] net: lantiq: Fix bugs in NAPI handling

2020-09-12 Thread 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 Mehrte