Re: [PATCH v12 39/40] virtio_net: support tx queue resize

2022-07-21 Thread Jason Wang
在 2022/7/20 11:04, Xuan Zhuo 写道: This patch implements the resize function of the tx queues. Based on this function, it is possible to modify the ring num of the queue. Signed-off-by: Xuan Zhuo Acked-by: Jason Wang --- drivers/net/virtio_net.c | 47

[PATCH v12 39/40] virtio_net: support tx queue resize

2022-07-19 Thread Xuan Zhuo
This patch implements the resize function of the tx queues. Based on this function, it is possible to modify the ring num of the queue. Signed-off-by: Xuan Zhuo --- drivers/net/virtio_net.c | 47 1 file changed, 47 insertions(+) diff --git a/drivers/net/