Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 12 Sep 2024 10:49:22 -0700 you wrote:
The driver calls netif_napi_set_irq() and then calls netif_napi_add(), which calls netif_napi_add_weight(). At the end of netif_napi_add_weight() is a call to netif_napi_set_irq(napi, -1), which clears the previously set napi->irq value. Fix this by calling netif_napi_set_irq() after calling netif_napi_add().
This was found when reviewing another patch and I have no way to test this, but the fix seemed relatively straight forward.
[...]
Here is the summary with links: - [net] fbnic: Set napi irq value after calling netif_napi_add https://git.kernel.org/netdev/net/c/9f3e7f11f21a
You are awesome, thank you!