Re: [PATCH net-next v1 06/19] virtio_net: separate virtnet_rx_resize()

2023-10-19 Thread Jason Wang
On Mon, Oct 16, 2023 at 8:00 PM Xuan Zhuo wrote: > > This patch separates two sub-functions from virtnet_rx_resize(): > > * virtnet_rx_pause > * virtnet_rx_resume > > Then the subsequent reset rx for xsk can share these two functions. > > Signed-off-by: Xuan Zhuo Acked-by: Jason Wang Thanks

[PATCH net-next v1 06/19] virtio_net: separate virtnet_rx_resize()

2023-10-16 Thread Xuan Zhuo
This patch separates two sub-functions from virtnet_rx_resize(): * virtnet_rx_pause * virtnet_rx_resume Then the subsequent reset rx for xsk can share these two functions. Signed-off-by: Xuan Zhuo --- drivers/net/virtio/main.c | 29 +