On Tue, Mar 12, 2024 at 11:48 AM Maxime Coquelin <[email protected]> wrote: > > If the vDPA device advertises control queue support, but > the user neither passes "cq=1" as devarg nor requests > multiple queues, the initialization fails because the > driver tries to setup the control queue without negotiating > related feature. > > This patch enables the control queue at driver level as > soon as the device claims to support it, and not only when > multiple queue pairs are requested. > > Fixes: b277308e8868 ("net/virtio-user: advertise control VQ support with > vDPA") > Cc: [email protected] > > Signed-off-by: Maxime Coquelin <[email protected]>
Reviewed-by: David Marchand <[email protected]> -- David Marchand

