Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Tue, 4 Apr 2023 12:48:23 +0800 you wrote:
Queue reset was moved out from __init_dma_rx_desc_rings() and __init_dma_tx_desc_rings() functions. Thus, the driver fails to transmit and receive packet after XDP prog setup.
This commit adds the missing queue reset into stmmac_xdp_open() function.
Fixes: f9ec5723c3db ("net: ethernet: stmicro: stmmac: move queue reset to dedicated functions") Cc: stable@vger.kernel.org # 6.0+ Signed-off-by: Song Yoong Siang yoong.siang.song@intel.com
[...]
Here is the summary with links: - [net,1/1] net: stmmac: Add queue reset into stmmac_xdp_open() function https://git.kernel.org/netdev/net/c/24e3fce00c0b
You are awesome, thank you!