Re: [PATCH net-next v3 00/27] virtio-net: support AF_XDP zero copy

2024-01-10 Thread Jason Wang
On Fri, Dec 29, 2023 at 3:31 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

[PATCH net-next v3 00/27] virtio-net: support AF_XDP zero copy

2023-12-28 Thread Xuan Zhuo
## 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 this feature, This patch set allows virtio-net to support xsk