Re: [PATCH net] net: bcmgenet: Use netif_tx_napi_add() for TX NAPI

From: David Miller
Date: Sat Jan 25 2020 - 04:33:07 EST


From: Florian Fainelli <f.fainelli@xxxxxxxxx>
Date: Thu, 23 Jan 2020 09:49:34 -0800

> Before commit 7587935cfa11 ("net: bcmgenet: move NAPI initialization to
> ring initialization") moved the code, this used to be
> netif_tx_napi_add(), but we lost that small semantic change in the
> process, restore that.
>
> Fixes: 7587935cfa11 ("net: bcmgenet: move NAPI initialization to ring initialization")
> Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>

Applied, thanks Florian.