Re: [PATCH v3 0/2] vhost: add VDUSE reconnection support

2024-09-24 Thread Maxime Coquelin
On 9/23/24 21:51, Maxime Coquelin wrote: This series adds support for VDUSE reconnection. First patch introduces the reconnection file layout and track the virtqueues available index updates in the datapath and control queue. Second patch adds VDUSE reconnect intialization and some sanity ch

[PATCH v3 0/2] vhost: add VDUSE reconnection support

2024-09-23 Thread Maxime Coquelin
This series adds support for VDUSE reconnection. First patch introduces the reconnection file layout and track the virtqueues available index updates in the datapath and control queue. Second patch adds VDUSE reconnect intialization and some sanity checks to prevent incompatible reconnections. C