Searched refs:reconnect (Results 1 – 7 of 7) sorted by relevance
53 -chardev socket,id=char0,reconnect=1,path=/tmp/vhost.socket \60 reconnect=1 means live recovery support that qemu can reconnect vhost_blk65 vhost-blk reconnect and packed ring.
67 QEMU 2.7 (or above) for the reconnect feature.
38 bool reconnect; member325 if (vsocket->reconnect) { in vhost_user_read_cb()534 if (ret == -2 || !vsocket->reconnect) { in vhost_user_start_client()935 vsocket->reconnect = !(flags & RTE_VHOST_USER_NO_RECONNECT); in rte_vhost_driver_register()936 if (vsocket->reconnect && reconn_tid == 0) { in rte_vhost_driver_register()1020 } else if (vsocket->reconnect) { in rte_vhost_driver_unregister()
45 When DPDK vhost-user acts as the client it will keep trying to reconnect51 This reconnect option is enabled by default. However, it can be turned off306 connect to the server again. This is how the "reconnect" feature works.309 * The "reconnect" feature requires **QEMU v2.7** (or above).
174 for it to reconnect to virtio-user. To address this, support for server mode176 backend connects to. This means that if the backend restarts, it can reconnect
116 DPDK vhost-user will also try to reconnect by default when:
898 Vhost cannot reconnect back to virtio-net/virtio-pmd normally.