Hi All this patch is add support for reconnection This patch changes based on Maxime's patch https://gitlab.com/mcoquelin/dpdk-next-virtio/-/commit/a89dc311f2d03e99b8180f377b4a60a0e94 The biggest change is sync the information with kernel by mmap
the kernel is based on https://gitlab.com/lulu6/vhost/-/tree/vduse4 test passed in vduse+dpdk-testpmd Cindy Lu (1): vduse: add mapping process in vduse create and destroy Maxime Coquelin (1): vhost: add reconnection support to VDUSE (WIP) lib/vhost/vduse.c | 191 +++++++++++++++++++++++++++--------- lib/vhost/vhost.h | 21 ++++ lib/vhost/virtio_net.c | 22 +++++ lib/vhost/virtio_net_ctrl.c | 4 + 4 files changed, 194 insertions(+), 44 deletions(-) -- 2.34.3