RE: [PATCH v3 17/28] vhost: add control virtqueue support

2023-05-28 Thread Xia, Chenbo
.@redhat.com; > amore...@redhat.com; l...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v3 17/28] vhost: add control virtqueue support > > In order to support multi-queue with VDUSE, having > control queue support is required. > > This patch adds control queue implem

[PATCH v3 17/28] vhost: add control virtqueue support

2023-05-25 Thread Maxime Coquelin
In order to support multi-queue with VDUSE, having control queue support is required. This patch adds control queue implementation, it will be used later when adding VDUSE support. Only split ring layout is supported for now, packed ring support will be added later. Signed-off-by: Maxime Coquelin