RE: [RFC 17/27] vhost: add control virtqueue support

2023-05-08 Thread Xia, Chenbo
...@redhat.com; epere...@redhat.com; > amore...@redhat.com > Cc: Maxime Coquelin > Subject: [RFC 17/27] vhost: add control virtqueue support > > In order to support multi-queue with VDUSE, having > control queue support in required. in -> is > > This patch adds control queue imp

[RFC 17/27] vhost: add control virtqueue support

2023-03-31 Thread Maxime Coquelin
In order to support multi-queue with VDUSE, having control queue support in 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