From patchwork Wed Jul 6 16:01:03 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Iremonger, Bernard" X-Patchwork-Id: 14612 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 65DB08E78; Wed, 6 Jul 2016 18:01:28 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 18A8B8D9D for ; Wed, 6 Jul 2016 18:01:23 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 06 Jul 2016 09:01:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,319,1464678000"; d="scan'208";a="730444423" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by FMSMGA003.fm.intel.com with ESMTP; 06 Jul 2016 09:01:22 -0700 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u66G1LqH003546; Wed, 6 Jul 2016 17:01:21 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id u66G1LK4010435; Wed, 6 Jul 2016 17:01:21 +0100 Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id u66G1Lmm010431; Wed, 6 Jul 2016 17:01:21 +0100 From: Bernard Iremonger To: john.mcnamara@intel.com, dev@dpdk.org Cc: yong.liu@intel.com, qian.q.xu@intel.com, Bernard Iremonger Date: Wed, 6 Jul 2016 17:01:03 +0100 Message-Id: <1467820863-10223-3-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1467820863-10223-1-git-send-email-bernard.iremonger@intel.com> References: <1467370086-24386-1-git-send-email-bernard.iremonger@intel.com> <1467820863-10223-1-git-send-email-bernard.iremonger@intel.com> Subject: [dpdk-dev] [PATCH v2 2/2] doc: add live migration overview image X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list 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 66b5e62..f9d3667 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: -----------------------------------------------------