Re: [PATCH v3 00/28] Add VDUSE support to Vhost library

2023-06-01 Thread David Marchand
On Thu, Jun 1, 2023 at 4:59 PM Maxime Coquelin wrote: > > - patch 4, 5 and 6 go together, with patch 6 being the fix itself. I > > understand it was easier to review as splitted patches, but maybe it > > would be simpler to squash them to make the backport trivial. > > If possible I would prefer t

Re: [PATCH v3 00/28] Add VDUSE support to Vhost library

2023-06-01 Thread Maxime Coquelin
Hi David, On 5/26/23 11:14, David Marchand wrote: On Thu, May 25, 2023 at 6:25 PM Maxime Coquelin wrote: Note: v2 is identical to v3, it is just a resend because of an issue when posting v2 breaking the series in patchwork. This series introduces a new type of backend, VDUSE, to the Vhost li

Re: [PATCH v3 00/28] Add VDUSE support to Vhost library

2023-05-26 Thread David Marchand
On Thu, May 25, 2023 at 6:25 PM Maxime Coquelin wrote: > > Note: v2 is identical to v3, it is just a resend because > of an issue when posting v2 breaking the series in patchwork. > > This series introduces a new type of backend, VDUSE, > to the Vhost library. > > VDUSE stands for vDPA device in U

[PATCH v3 00/28] Add VDUSE support to Vhost library

2023-05-25 Thread Maxime Coquelin
Note: v2 is identical to v3, it is just a resend because of an issue when posting v2 breaking the series in patchwork. This series introduces a new type of backend, VDUSE, to the Vhost library. VDUSE stands for vDPA device in Userspace, it enables implementing a Virtio device in userspace and hav