Re: [PATCH net-next v4 00/13] virtio-net: support AF_XDP zero copy (tx)

2024-11-15 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : 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 'premappe

[PATCH net-next v4 00/13] virtio-net: support AF_XDP zero copy (tx)

2024-11-11 Thread Xuan Zhuo
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 v2: 1. use new api to submit premapped buffer instead of using sgs