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

2024-03-27 Thread Xuan Zhuo
On Thu, 28 Mar 2024 12:19:04 +0800, Jason Wang wrote: > On Wed, Mar 27, 2024 at 5:58 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 v6 2/6] virtio: remove support for names array entries being null.

2024-03-27 Thread Jason Wang
On Wed, Mar 27, 2024 at 5:58 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