Re: [PATCH v4 14/15] virtio-net: support queue_enable

2022-09-13 Thread Jason Wang
在 2022/9/12 01:22, Kangjie Xu 写道: Support queue_enable in vhost-kernel scenario. It can be called when a vq reset operation has been performed and the vq is restared. It should be noted that we can restart the vq when the vhost has already started. When launching a new vhost device, the vhost

[PATCH v4 14/15] virtio-net: support queue_enable

2022-09-11 Thread Kangjie Xu
Support queue_enable in vhost-kernel scenario. It can be called when a vq reset operation has been performed and the vq is restared. It should be noted that we can restart the vq when the vhost has already started. When launching a new vhost device, the vhost is not started and all vqs are not ini