Re: [PATCH] net: hisilicon: hix5hd2_gmac: fix NAPI teardown order

From: Jakub Kicinski

Date: Mon Jul 27 2026 - 19:04:37 EST


On Sun, 26 Jul 2026 10:35:55 +0400 Jiawen Liu wrote:
> hix5hd2_dev_remove() deletes the NAPI instance before unregistering the
> netdev.
>
> The netdev should be unregistered first so the networking core can stop the
> device while its NAPI instance is still present. Delete the NAPI instance
> after unregister_netdev() has completed, matching the usual teardown order
> for drivers that call netif_napi_add() during probe.

Just delete that call. Unregistering deletes all the NAPIs
automatically. Also you're missing a Fixes tag
--
pw-bot: cr