RE: [PATCH v1 20/21] net/virtio-user: advertize control VQ support with vDPA

2023-01-30 Thread Xia, Chenbo
> -Original Message- > From: Maxime Coquelin > Sent: Wednesday, November 30, 2022 11:57 PM > To: dev@dpdk.org; Xia, Chenbo ; > david.march...@redhat.com; epere...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v1 20/21] net/virtio-user: advertize control V

[PATCH v1 20/21] net/virtio-user: advertize control VQ support with vDPA

2022-11-30 Thread Maxime Coquelin
This patch advertizes control virtqueue support by the vDPA backend if it supports VIRTIO_NET_F_CTRL_VQ. Signed-off-by: Maxime Coquelin --- drivers/net/virtio/virtio_user/vhost_vdpa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/virtio/virtio_user/vhost_vdp