RE: [PATCH v1 18/21] net/virtio-user: add new callback to enable control queue

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 18/21] net/virtio-user: add new callback to e

[PATCH v1 18/21] net/virtio-user: add new callback to enable control queue

2022-11-30 Thread Maxime Coquelin
This patch introduces a new callback that is to be called when the backend supports control virtqueue. Implementation for Vhost-vDPA backend is added in this patch. Signed-off-by: Maxime Coquelin --- drivers/net/virtio/virtio_user/vhost.h | 1 + drivers/net/virtio/virtio_user/vhost_v