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
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