Re: [PATCH net-next v2 0/7] virtio-net support xdp socket zero copy xmit

2021-01-17 Thread Jason Wang
On 2021/1/16 上午10:59, Xuan Zhuo wrote: XDP socket is an excellent by pass kernel network transmission 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 patc

[PATCH net-next v2 0/7] virtio-net support xdp socket zero copy xmit

2021-01-15 Thread Xuan Zhuo
XDP socket is an excellent by pass kernel network transmission 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's ze