virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Cc: netdev@vger.kernel.org, mst@redhat.com, jasowang@redhat.com,
	eperezma@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.dev, bpf@vger.kernel.org
Subject: Re: [PATCH net-next v8 00/10] virtio-net: support AF_XDP zero copy
Date: Mon, 15 Jul 2024 03:40:35 +0000	[thread overview]
Message-ID: <172101483527.5253.18173513079187430530.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240708112537.96291-1-xuanzhuo@linux.alibaba.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon,  8 Jul 2024 19:25:27 +0800 you wrote:
> v8:
>     1. virtnet_add_recvbuf_xsk() always return err, when encounters error
> 
> v7:
>     1. some small fixes
> 
> v6:
>     1. start from supporting the rx zerocopy
> 
> [...]

Here is the summary with links:
  - [net-next,v8,01/10] virtio_net: replace VIRTIO_XDP_HEADROOM by XDP_PACKET_HEADROOM
    https://git.kernel.org/netdev/net-next/c/41d4a174201e
  - [net-next,v8,02/10] virtio_net: separate virtnet_rx_resize()
    https://git.kernel.org/netdev/net-next/c/47879b7322fa
  - [net-next,v8,03/10] virtio_net: separate virtnet_tx_resize()
    https://git.kernel.org/netdev/net-next/c/391aa2aad022
  - [net-next,v8,04/10] virtio_net: separate receive_buf
    https://git.kernel.org/netdev/net-next/c/c86c120fde29
  - [net-next,v8,05/10] virtio_net: separate receive_mergeable
    https://git.kernel.org/netdev/net-next/c/5db481059d79
  - [net-next,v8,06/10] virtio_net: xsk: bind/unbind xsk for rx
    https://git.kernel.org/netdev/net-next/c/09d2b3182c8e
  - [net-next,v8,07/10] virtio_net: xsk: support wakeup
    https://git.kernel.org/netdev/net-next/c/19a5a7710ee1
  - [net-next,v8,08/10] virtio_net: xsk: rx: support fill with xsk buffer
    (no matching commit)
  - [net-next,v8,09/10] virtio_net: xsk: rx: support recv small mode
    https://git.kernel.org/netdev/net-next/c/a4e7ba702701
  - [net-next,v8,10/10] virtio_net: xsk: rx: support recv merge mode
    https://git.kernel.org/netdev/net-next/c/99c861b44eb1

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2024-07-15  3:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-08 11:25 [PATCH net-next v8 00/10] virtio-net: support AF_XDP zero copy Xuan Zhuo
2024-07-08 11:25 ` [PATCH net-next v8 01/10] virtio_net: replace VIRTIO_XDP_HEADROOM by XDP_PACKET_HEADROOM Xuan Zhuo
2024-07-08 11:25 ` [PATCH net-next v8 02/10] virtio_net: separate virtnet_rx_resize() Xuan Zhuo
2024-07-08 11:25 ` [PATCH net-next v8 03/10] virtio_net: separate virtnet_tx_resize() Xuan Zhuo
2024-07-08 11:25 ` [PATCH net-next v8 04/10] virtio_net: separate receive_buf Xuan Zhuo
2024-07-08 11:25 ` [PATCH net-next v8 05/10] virtio_net: separate receive_mergeable Xuan Zhuo
2024-07-08 11:25 ` [PATCH net-next v8 06/10] virtio_net: xsk: bind/unbind xsk for rx Xuan Zhuo
2024-07-08 11:25 ` [PATCH net-next v8 07/10] virtio_net: xsk: support wakeup Xuan Zhuo
2024-07-08 11:25 ` [PATCH net-next v8 08/10] virtio_net: xsk: rx: support fill with xsk buffer Xuan Zhuo
2024-07-10  3:44   ` Jason Wang
2024-07-08 11:25 ` [PATCH net-next v8 09/10] virtio_net: xsk: rx: support recv small mode Xuan Zhuo
2024-07-08 11:25 ` [PATCH net-next v8 10/10] virtio_net: xsk: rx: support recv merge mode Xuan Zhuo
2024-07-10  6:08 ` [PATCH net-next v8 00/10] virtio-net: support AF_XDP zero copy Michael S. Tsirkin
2024-07-15  3:40 ` 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=172101483527.5253.18173513079187430530.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=eperezma@redhat.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.dev \
    --cc=xuanzhuo@linux.alibaba.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).