Re: [PATCH net-next v3 5/8] virtio-net: xsk zero copy xmit support xsk unaligned mode

2021-04-05 Thread Jason Wang
在 2021/3/31 下午3:11, Xuan Zhuo 写道: In xsk unaligned mode, the frame pointed to by desc may span two consecutive pages, but not more than two pages. Signed-off-by: Xuan Zhuo Reviewed-by: Dust Li I'd squash this patch into patch 4. --- drivers/net/virtio_net.c | 30 +

[PATCH net-next v3 5/8] virtio-net: xsk zero copy xmit support xsk unaligned mode

2021-03-31 Thread Xuan Zhuo
In xsk unaligned mode, the frame pointed to by desc may span two consecutive pages, but not more than two pages. Signed-off-by: Xuan Zhuo Reviewed-by: Dust Li --- drivers/net/virtio_net.c | 30 -- 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/drivers