Hello:
This series was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 10 Oct 2024 17:20:52 +0800 you wrote:
We found some bugs when testing the XDP function of enetc driver, and these bugs are easy to reproduce. This is not only causes XDP to not work, but also the network cannot be restored after exiting the XDP program. So the patch set is mainly to fix these bugs. For details, please see the commit message of each patch.
[...]
Here is the summary with links: - [v4,net,1/4] net: enetc: remove xdp_drops statistic from enetc_xdp_drop() https://git.kernel.org/netdev/net/c/412950d5746f - [v4,net,2/4] net: enetc: block concurrent XDP transmissions during ring reconfiguration https://git.kernel.org/netdev/net/c/c728a95ccf2a - [v4,net,3/4] net: enetc: disable Tx BD rings after they are empty https://git.kernel.org/netdev/net/c/0a93f2ca4be6 - [v4,net,4/4] net: enetc: disable NAPI after all rings are disabled https://git.kernel.org/netdev/net/c/6b58fadd44aa
You are awesome, thank you!