Re: [PATCH net-next v6 05/10] virtio_net: xsk: bind/unbind xsk for rx

2024-06-27 Thread Xuan Zhuo
On Fri, 28 Jun 2024 10:19:34 +0800, Jason Wang wrote: > On Tue, Jun 18, 2024 at 3:57 PM Xuan Zhuo wrote: > > > > This patch implement the logic of bind/unbind xsk pool to rq. > > > > Signed-off-by: Xuan Zhuo > > --- > > drivers/net/virtio_net.c | 133 +++ > >

Re: [PATCH net-next v6 05/10] virtio_net: xsk: bind/unbind xsk for rx

2024-06-27 Thread Jason Wang
On Tue, Jun 18, 2024 at 3:57 PM Xuan Zhuo wrote: > > This patch implement the logic of bind/unbind xsk pool to rq. > > Signed-off-by: Xuan Zhuo > --- > drivers/net/virtio_net.c | 133 +++ > 1 file changed, 133 insertions(+) > > diff --git a/drivers/net/virtio_

[PATCH net-next v6 05/10] virtio_net: xsk: bind/unbind xsk for rx

2024-06-18 Thread Xuan Zhuo
This patch implement the logic of bind/unbind xsk pool to rq. Signed-off-by: Xuan Zhuo --- drivers/net/virtio_net.c | 133 +++ 1 file changed, 133 insertions(+) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index df885cdbe658..d8cce143be26