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

2024-07-22 Thread Jason Wang
On Tue, Jul 16, 2024 at 2:46 PM Xuan Zhuo wrote: > > ## AF_XDP > > XDP socket(AF_XDP) is an excellent bypass kernel network framework. The zero > copy feature of xsk (XDP socket) needs to be supported by the driver. The > performance of zero copy is very good. mlx5 and intel ixgbe already support

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

2024-07-22 Thread Jakub Kicinski
On Mon, 22 Jul 2024 15:27:42 +0800 Jason Wang wrote: > I wonder why this series is tagged as "RFC"? I guess it's because net-next is closed during merge window. I understand that the situation is somewhat special because we got Rx merged but not Tx. Do you think this is ready for v6.11 with high

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

2024-07-22 Thread Xuan Zhuo
On Mon, 22 Jul 2024 17:42:04 -0700, Jakub Kicinski wrote: > On Mon, 22 Jul 2024 15:27:42 +0800 Jason Wang wrote: > > I wonder why this series is tagged as "RFC"? > > I guess it's because net-next is closed during merge window. YES. As I know, we can not post "PATCH" during merge window. So, I po