Message ID | 20230308024935.91686-1-xuanzhuo@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show |
Series | add checking sq is full inside xdp xmit | expand |
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 8 Mar 2023 10:49:32 +0800 you wrote: > If the queue of xdp xmit is not an independent queue, then when the xdp > xmit used all the desc, the xmit from the __dev_queue_xmit() may encounter > the following error. > > net ens4: Unexpected TXQ (0) queue failure: -28 > > This patch adds a check whether sq is full in XDP Xmit. > > [...] Here is the summary with links: - [net,stable,v1,1/3] virtio_net: reorder some funcs https://git.kernel.org/netdev/net/c/25074a44ac4e - [net,stable,v1,2/3] virtio_net: separate the logic of checking whether sq is full https://git.kernel.org/netdev/net/c/b8ef4809bc7f - [net,stable,v1,3/3] virtio_net: add checking sq is full inside xdp xmit https://git.kernel.org/netdev/net/c/cd1c604aa1d8 You are awesome, thank you!