Re: [PATCH net-next v8 00/10] virtio-net: support AF_XDP zero copy

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

Re: [PATCH net-next v8 00/10] virtio-net: support AF_XDP zero copy

2024-07-09 Thread Michael S. Tsirkin
On Mon, Jul 08, 2024 at 07:25:27PM +0800, Xuan Zhuo 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 > > v5: > 1. fix the comments of last version > > htt

[PATCH net-next v8 00/10] virtio-net: support AF_XDP zero copy

2024-07-08 Thread Xuan Zhuo
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 v5: 1. fix the comments of last version http://lore.kernel.org/all/2024064147.31320-1-xuanz...@linux.alibaba.com v4: 1.