From: Jakub Kicinski <kuba@kernel.org>
To: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Cc: netdev@vger.kernel.org, "Michael S. Tsirkin" <mst@redhat.com>,
"Jason Wang" <jasowang@redhat.com>,
"Eugenio Pérez" <eperezma@redhat.com>,
"Andrew Lunn" <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
"Eric Dumazet" <edumazet@google.com>,
"Paolo Abeni" <pabeni@redhat.com>,
"Alexei Starovoitov" <ast@kernel.org>,
"Daniel Borkmann" <daniel@iogearbox.net>,
"Jesper Dangaard Brouer" <hawk@kernel.org>,
"John Fastabend" <john.fastabend@gmail.com>,
virtualization@lists.linux.dev, bpf@vger.kernel.org
Subject: Re: [PATCH net-next v3 05/13] virtio_ring: introduce add api for premapped
Date: Mon, 11 Nov 2024 16:51:53 -0800 [thread overview]
Message-ID: <20241111165153.5c30cf00@kernel.org> (raw)
In-Reply-To: <20241107085504.63131-6-xuanzhuo@linux.alibaba.com>
On Thu, 7 Nov 2024 16:54:56 +0800 Xuan Zhuo wrote:
> + * Returns zero or a negative error (ie. ENOSPC, ENOMEM, EIO).
> + * Returns zero or a negative error (ie. ENOSPC, ENOMEM, EIO).
Looks like we need a rebase, doesn't apply any more.
When you rebase please correct the kdoc, looks like the official format
wants a ":" after the "Returns"
next prev parent reply other threads:[~2024-11-12 0:51 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-07 8:54 [PATCH net-next v3 00/13] virtio-net: support AF_XDP zero copy (tx) Xuan Zhuo
2024-11-07 8:54 ` [PATCH net-next v3 01/13] virtio_ring: introduce vring_need_unmap_buffer Xuan Zhuo
2024-11-07 8:54 ` [PATCH net-next v3 02/13] virtio_ring: split: record extras for indirect buffers Xuan Zhuo
2024-11-11 1:31 ` Jason Wang
2024-11-07 8:54 ` [PATCH net-next v3 03/13] virtio_ring: packed: " Xuan Zhuo
2024-11-11 2:59 ` Xuan Zhuo
2024-11-11 4:11 ` Jason Wang
2024-11-07 8:54 ` [PATCH net-next v3 04/13] virtio_ring: perform premapped operations based on per-buffer Xuan Zhuo
2024-11-07 8:54 ` [PATCH net-next v3 05/13] virtio_ring: introduce add api for premapped Xuan Zhuo
2024-11-11 1:34 ` Jason Wang
2024-11-12 0:51 ` Jakub Kicinski [this message]
2024-11-07 8:54 ` [PATCH net-next v3 06/13] virtio-net: rq submits premapped per-buffer Xuan Zhuo
2024-11-11 1:35 ` Jason Wang
2024-11-07 8:54 ` [PATCH net-next v3 07/13] virtio_ring: remove API virtqueue_set_dma_premapped Xuan Zhuo
2024-11-07 8:54 ` [PATCH net-next v3 08/13] virtio_net: refactor the xmit type Xuan Zhuo
2024-11-07 8:55 ` [PATCH net-next v3 09/13] virtio_net: xsk: bind/unbind xsk for tx Xuan Zhuo
2024-11-07 8:55 ` [PATCH net-next v3 10/13] virtio_net: xsk: prevent disable tx napi Xuan Zhuo
2024-11-07 8:55 ` [PATCH net-next v3 11/13] virtio_net: xsk: tx: support xmit xsk buffer Xuan Zhuo
2024-11-07 8:55 ` [PATCH net-next v3 12/13] virtio_net: update tx timeout record Xuan Zhuo
2024-11-07 8:55 ` [PATCH net-next v3 13/13] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY Xuan Zhuo
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=20241111165153.5c30cf00@kernel.org \
--to=kuba@kernel.org \
--cc=andrew+netdev@lunn.ch \
--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=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).