Message ID | 20241112012928.102478-1-xuanzhuo@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show |
Series | virtio-net: support AF_XDP zero copy (tx) | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 12 Nov 2024 09:29:15 +0800 you wrote: > v4: > 1. rebase net-next > 2. update the kdoc for the new APIs > > v3: > 1. use sg_dma_address/length api to set the premapped sg > 2. remove 'premapped' parameter from the new APIs > 3. tweak the comment of commit #2,#3 > > [...] Here is the summary with links: - [net-next,v4,01/13] virtio_ring: introduce vring_need_unmap_buffer https://git.kernel.org/netdev/net-next/c/9f19c084057a - [net-next,v4,02/13] virtio_ring: split: record extras for indirect buffers https://git.kernel.org/netdev/net-next/c/bc2b4c3401c6 - [net-next,v4,03/13] virtio_ring: packed: record extras for indirect buffers https://git.kernel.org/netdev/net-next/c/aaa789843a93 - [net-next,v4,04/13] virtio_ring: perform premapped operations based on per-buffer https://git.kernel.org/netdev/net-next/c/c7e1b422afac - [net-next,v4,05/13] virtio_ring: introduce add api for premapped https://git.kernel.org/netdev/net-next/c/3ef66af31fea - [net-next,v4,06/13] virtio-net: rq submits premapped per-buffer https://git.kernel.org/netdev/net-next/c/31f3cd4e5756 - [net-next,v4,07/13] virtio_ring: remove API virtqueue_set_dma_premapped https://git.kernel.org/netdev/net-next/c/880ebcbe0663 - [net-next,v4,08/13] virtio_net: refactor the xmit type https://git.kernel.org/netdev/net-next/c/7db956707f5f - [net-next,v4,09/13] virtio_net: xsk: bind/unbind xsk for tx https://git.kernel.org/netdev/net-next/c/21a4e3ce6dc7 - [net-next,v4,10/13] virtio_net: xsk: prevent disable tx napi https://git.kernel.org/netdev/net-next/c/1df5116a41a8 - [net-next,v4,11/13] virtio_net: xsk: tx: support xmit xsk buffer https://git.kernel.org/netdev/net-next/c/89f86675cb03 - [net-next,v4,12/13] virtio_net: update tx timeout record https://git.kernel.org/netdev/net-next/c/e2c5c57f1af8 - [net-next,v4,13/13] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY https://git.kernel.org/netdev/net-next/c/37e0ca657a3d You are awesome, thank you!