From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernard Iremonger Subject: [PATCH 2/2] doc: add live migration overview image Date: Fri, 1 Jul 2016 11:48:06 +0100 Message-ID: <1467370086-24386-2-git-send-email-bernard.iremonger@intel.com> References: <1467370086-24386-1-git-send-email-bernard.iremonger@intel.com> Cc: yong.liu@intel.com, qian.q.xu@intel.com, Bernard Iremonger To: john.mcnamara@intel.com, dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 7E6C92C4E for ; Fri, 1 Jul 2016 12:48:32 +0200 (CEST) In-Reply-To: <1467370086-24386-1-git-send-email-bernard.iremonger@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch adds an image of the Live Migration test configuration. Signed-off-by: Bernard Iremonger --- doc/guides/how_to/img/lm_overview.svg | 666 +++++++++++++++++++++++++++++ doc/guides/how_to/lm_bond_virtio_sriov.rst | 3 + 2 files changed, 669 insertions(+) create mode 100644 doc/guides/how_to/img/lm_overview.svg diff --git a/doc/guides/how_to/img/lm_overview.svg b/doc/guides/how_to/img/lm_overview.svg new file mode 100644 index 0000000..d913ae0 --- /dev/null +++ b/doc/guides/how_to/img/lm_overview.svg @@ -0,0 +1,666 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + VM 1 + Switch with 10Gb ports + Server 1 + Server 2 + 10 Gb Traffic Generator + VM 2 + Linux, KVM, QEMU + Linux, KVM, QEMU + 10 Gb NIC + 10 Gb NIC + + + 10 Gb NIC + 10 Gb NIC + + DPDK Testpmd App. + bonded device withvirtio and VF slaves + + DPDK Testpmd App. + bonded device withvirtio and VF slaves + Kernel PF driver + Kernel PF driver + SW bridge with Tapand PF connected + NFS ServerVM disk image + + + + + + + + + + + + + + + + SW bridge with Tapand PF connected + 10 Gb Migration Link + + diff --git a/doc/guides/how_to/lm_bond_virtio_sriov.rst b/doc/guides/how_to/lm_bond_virtio_sriov.rst index 95d5523..39ada36 100644 --- a/doc/guides/how_to/lm_bond_virtio_sriov.rst +++ b/doc/guides/how_to/lm_bond_virtio_sriov.rst @@ -57,6 +57,9 @@ The switch is configured to broadcast traffic on all the NIC ports. Live Migration with SR-IOV VF test setup: ----------------------------------------- +.. _figure_lm_overview: + +.. figure:: img/lm_overview.* Live Migration steps for VM with Virtio and VF PMD's: ----------------------------------------------------- -- 2.6.3