Re: [PATCH v3 6/6] vhost: move VDUSE reconnection after device is created

2024-10-24 Thread David Marchand
On Thu, Oct 24, 2024 at 11:44 AM Maxime Coquelin wrote: > > This patch moves the VDUSE reconnection log mapping and > setup after the Vhost device is created in order to > simplify the device creation and its error path. > > Signed-off-by: Maxime Coquelin Reviewed-by: David Marchand -- David

[PATCH v3 6/6] vhost: move VDUSE reconnection after device is created

2024-10-24 Thread Maxime Coquelin
This patch moves the VDUSE reconnection log mapping and setup after the Vhost device is created in order to simplify the device creation and its error path. Signed-off-by: Maxime Coquelin --- lib/vhost/vduse.c | 111 ++ 1 file changed, 52 insertions(+)