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

2023-02-09 Thread Maxime Coquelin
On 2/7/23 19:10, Eugenio Perez Martin wrote: On Tue, Feb 7, 2023 at 4:18 PM Maxime Coquelin wrote: 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 Coq

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

2023-02-07 Thread Eugenio Perez Martin
On Tue, Feb 7, 2023 at 4:18 PM Maxime Coquelin wrote: > > 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 > Reviewed-by: Chenbo Xia Small

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

2023-02-07 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 Reviewed-by: Chenbo Xia --- drivers/net/virtio/virtio_user/vhost.h | 1 + drivers/net/v