Re: [PATCH v2 16/21] net/virtio-user: allocate shadow control queue

2023-02-09 Thread Maxime Coquelin
On 2/7/23 19:06, Eugenio Perez Martin wrote: On Tue, Feb 7, 2023 at 4:18 PM Maxime Coquelin wrote: If the backends supports control virtqueue, allocate a shadow control virtqueue, and implement the notify callback that writes into the kickfd. Signed-off-by: Maxime Coquelin Reviewed-by: Ch

Re: [PATCH v2 16/21] net/virtio-user: allocate shadow control queue

2023-02-07 Thread Eugenio Perez Martin
On Tue, Feb 7, 2023 at 4:18 PM Maxime Coquelin wrote: > > If the backends supports control virtqueue, allocate a > shadow control virtqueue, and implement the notify callback > that writes into the kickfd. > > Signed-off-by: Maxime Coquelin > Reviewed-by: Chenbo Xia Even with the nitpick below,

[PATCH v2 16/21] net/virtio-user: allocate shadow control queue

2023-02-07 Thread Maxime Coquelin
If the backends supports control virtqueue, allocate a shadow control virtqueue, and implement the notify callback that writes into the kickfd. Signed-off-by: Maxime Coquelin Reviewed-by: Chenbo Xia --- .../net/virtio/virtio_user/virtio_user_dev.c | 47 ++- .../net/virtio/virti