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
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
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