Re: [PATCH net-next v3 3/8] virtio-net: xsk zero copy xmit setup

2021-04-07 Thread Magnus Karlsson
On Tue, Apr 6, 2021 at 3:13 PM Jason Wang wrote: > > > 在 2021/3/31 下午3:11, Xuan Zhuo 写道: > > xsk is a high-performance packet receiving and sending technology. > > > > This patch implements the binding and unbinding operations of xsk and > > the virtio-net queue for xsk zero copy xmit. > > > > The

Re: [PATCH net-next v3 3/8] virtio-net: xsk zero copy xmit setup

2021-04-07 Thread Jason Wang
在 2021/4/7 下午3:27, Xuan Zhuo 写道: On Tue, 6 Apr 2021 12:27:14 +0800, Jason Wang wrote: 在 2021/3/31 下午3:11, Xuan Zhuo 写道: xsk is a high-performance packet receiving and sending technology. This patch implements the binding and unbinding operations of xsk and the virtio-net queue for xsk zero

Re: [PATCH net-next v3 3/8] virtio-net: xsk zero copy xmit setup

2021-04-05 Thread Jason Wang
在 2021/3/31 下午3:11, Xuan Zhuo 写道: xsk is a high-performance packet receiving and sending technology. This patch implements the binding and unbinding operations of xsk and the virtio-net queue for xsk zero copy xmit. The xsk zero copy xmit depends on tx napi. So if tx napi is not opened, an er

[PATCH net-next v3 3/8] virtio-net: xsk zero copy xmit setup

2021-03-31 Thread Xuan Zhuo
xsk is a high-performance packet receiving and sending technology. This patch implements the binding and unbinding operations of xsk and the virtio-net queue for xsk zero copy xmit. The xsk zero copy xmit depends on tx napi. So if tx napi is not opened, an error will be reported. And the entire o