From: Bernard Iremonger Date: Mon, 18 Jul 2016 14:30:27 +0000 (+0100) Subject: doc: add VM live migration image X-Git-Tag: spdx-start~6088 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=931f3ca3fd251b0c52a003815569563d160ec0e0;p=dpdk.git doc: add VM live migration image This patch adds an image of the Live Migration of a VM using vhost_user on the host, test configuration. Signed-off-by: Bernard Iremonger Reviewed-by: Yuanhan Liu Acked-by: John McNamara --- diff --git a/doc/guides/howto/img/lm_vhost_user.svg b/doc/guides/howto/img/lm_vhost_user.svg new file mode 100644 index 0000000000..3601cf1153 --- /dev/null +++ b/doc/guides/howto/img/lm_vhost_user.svg @@ -0,0 +1,644 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + VM 1 + Switch with 10Gb ports + Server 1 + Server 2 + 10 Gb Traffic Generator + VM 2 + Linux, KVM, QEMU 2.5 + 10 Gb NIC + 10 Gb NIC + + + 10 Gb NIC + 10 Gb NIC + + + DPDK Testpmd App + DPDK virtio PMD's + DPDK PF PMD and vhost_user + DPDK PF PMD and vhost_user + NFS ServerVM disk image + + + + + + + + + + + + + + + + 10 Gb Migration Link + DPDK Testpmd App + DPDK virtio PMD's + Linux, KVM, QEMU 2.5 + + diff --git a/doc/guides/howto/lm_virtio_vhost_user.rst b/doc/guides/howto/lm_virtio_vhost_user.rst index f159608a84..fad1f2a8bd 100644 --- a/doc/guides/howto/lm_virtio_vhost_user.rst +++ b/doc/guides/howto/lm_virtio_vhost_user.rst @@ -60,6 +60,10 @@ The ip address of host_server_1 is 10.237.212.46 The ip address of host_server_2 is 10.237.212.131 +.. _figure_lm_vhost_user: + +.. figure:: img/lm_vhost_user.* + Live Migration steps --------------------