From: patchwork-bot+netdevbpf@kernel.org
To: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Cc: netdev@vger.kernel.org, mst@redhat.com, jasowang@redhat.com,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, ast@kernel.org, daniel@iogearbox.net,
hawk@kernel.org, john.fastabend@gmail.com,
virtualization@lists.linux-foundation.org, bpf@vger.kernel.org,
yichun@openresty.com, alexanderduyck@fb.com
Subject: Re: [PATCH net, stable v1 0/3] add checking sq is full inside xdp xmit
Date: Sat, 11 Mar 2023 00:50:19 +0000 [thread overview]
Message-ID: <167849581911.26321.1114806973395785134.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230308024935.91686-1-xuanzhuo@linux.alibaba.com>
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-03-11 0:56 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-08 2:49 [PATCH net, stable v1 0/3] add checking sq is full inside xdp xmit Xuan Zhuo
2023-03-08 2:49 ` Xuan Zhuo
2023-03-08 2:49 ` [PATCH net, stable v1 1/3] virtio_net: reorder some funcs Xuan Zhuo
2023-03-08 2:49 ` Xuan Zhuo
2023-03-08 5:20 ` Jason Wang
2023-03-08 5:20 ` Jason Wang
2023-03-08 6:53 ` Michael S. Tsirkin
2023-03-08 6:53 ` Michael S. Tsirkin
2023-03-08 2:49 ` [PATCH net, stable v1 2/3] virtio_net: separate the logic of checking whether sq is full Xuan Zhuo
2023-03-08 2:49 ` Xuan Zhuo
2023-03-08 5:20 ` Jason Wang
2023-03-08 5:20 ` Jason Wang
2023-03-08 2:49 ` [PATCH net, stable v1 3/3] virtio_net: add checking sq is full inside xdp xmit Xuan Zhuo
2023-03-08 2:49 ` Xuan Zhuo
2023-03-08 5:20 ` Jason Wang
2023-03-08 5:20 ` Jason Wang
2023-03-08 6:59 ` Yunsheng Lin
2023-03-08 7:14 ` Xuan Zhuo
2023-03-08 7:14 ` Xuan Zhuo
2023-03-08 8:13 ` Yunsheng Lin
2023-03-08 12:21 ` Michael S. Tsirkin
2023-03-08 12:21 ` Michael S. Tsirkin
2023-03-09 1:49 ` Yunsheng Lin
2023-03-09 6:51 ` Jakub Kicinski
2023-03-11 0:50 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=167849581911.26321.1114806973395785134.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=alexanderduyck@fb.com \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=hawk@kernel.org \
--cc=jasowang@redhat.com \
--cc=john.fastabend@gmail.com \
--cc=kuba@kernel.org \
--cc=mst@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=virtualization@lists.linux-foundation.org \
--cc=xuanzhuo@linux.alibaba.com \
--cc=yichun@openresty.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.