Re: [PATCH v2 4/4] net/virtio-user: fix control queue allocation

2024-06-11 Thread David Marchand
On Thu, Mar 28, 2024 at 2:08 PM Maxime Coquelin wrote: > > It is possible to have the control queue without the > device advertising VIRTIO_NET_F_MQ. > > Rely on the VIRTIO_NET_F_CTRL_VQ feature being advertised > instead. > > Fixes: 6fdf32d1e318 ("net/virtio-user: remove max queues limitation") >

[PATCH v2 4/4] net/virtio-user: fix control queue allocation

2024-03-28 Thread Maxime Coquelin
It is possible to have the control queue without the device advertising VIRTIO_NET_F_MQ. Rely on the VIRTIO_NET_F_CTRL_VQ feature being advertised instead. Fixes: 6fdf32d1e318 ("net/virtio-user: remove max queues limitation") Cc: sta...@dpdk.org Signed-off-by: Maxime Coquelin --- drivers/net/v