Re: [PATCH v4 26/26] vhost: add VDUSE device stop

2023-06-06 Thread Maxime Coquelin
...@redhat.com; amore...@redhat.com; l...@redhat.com Cc: Maxime Coquelin Subject: [PATCH v4 26/26] vhost: add VDUSE device stop This patch adds VDUSE device stop and cleanup of its virtqueues. Signed-off-by: Maxime Coquelin --- doc/guides/rel_notes/release_23_07.rst | 6 +++ lib/vhost/vduse.c

RE: [PATCH v4 26/26] vhost: add VDUSE device stop

2023-06-05 Thread Xia, Chenbo
.@redhat.com; > amore...@redhat.com; l...@redhat.com > Cc: Maxime Coquelin > Subject: [PATCH v4 26/26] vhost: add VDUSE device stop > > This patch adds VDUSE device stop and cleanup of its > virtqueues. > > Signed-off-by: Maxime Coquelin > --- > doc/guides/rel_no

[PATCH v4 26/26] vhost: add VDUSE device stop

2023-06-01 Thread Maxime Coquelin
This patch adds VDUSE device stop and cleanup of its virtqueues. Signed-off-by: Maxime Coquelin --- doc/guides/rel_notes/release_23_07.rst | 6 +++ lib/vhost/vduse.c | 72 +++--- 2 files changed, 70 insertions(+), 8 deletions(-) diff --git a/doc/guides/