RE: [PATCH v1 17/21] net/virtio-user: send shadow virtqueue info to the backend

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 17/21] net/virtio-user: send shadow virtqueue

[PATCH v1 17/21] net/virtio-user: send shadow virtqueue info to the backend

2022-11-30 Thread Maxime Coquelin
This patch adds sending the shadow control queue info to the backend. Signed-off-by: Maxime Coquelin --- .../net/virtio/virtio_user/virtio_user_dev.c | 28 --- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/drivers/net/virtio/virtio_user/virtio_user_dev.c b/driv