Re: [PATCH vhost v5 2/6] virtio: remove support for names array entries being null.

2024-03-26 Thread Xuan Zhuo
On Tue, 26 Mar 2024 12:28:34 +0800, Jason Wang wrote: > On Mon, Mar 25, 2024 at 5:04 PM Xuan Zhuo wrote: > > > > commit 6457f126c888 ("virtio: support reserved vqs") introduced this > > support. Multiqueue virtio-net use 2N as ctrl vq finally, so the logic > > doesn't apply. And not one uses this

Re: [PATCH vhost v5 2/6] virtio: remove support for names array entries being null.

2024-03-25 Thread Jason Wang
On Mon, Mar 25, 2024 at 5:04 PM Xuan Zhuo wrote: > > commit 6457f126c888 ("virtio: support reserved vqs") introduced this > support. Multiqueue virtio-net use 2N as ctrl vq finally, so the logic > doesn't apply. And not one uses this. > > On the other side, that makes some trouble for us to refact

[PATCH vhost v5 2/6] virtio: remove support for names array entries being null.

2024-03-25 Thread Xuan Zhuo
commit 6457f126c888 ("virtio: support reserved vqs") introduced this support. Multiqueue virtio-net use 2N as ctrl vq finally, so the logic doesn't apply. And not one uses this. On the other side, that makes some trouble for us to refactor the find_vqs() params. So I remove this support. Signed-