From patchwork Wed Jul 13 15:36:01 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Iremonger, Bernard" X-Patchwork-Id: 14819 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 62F843989; Wed, 13 Jul 2016 17:36:21 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 6C587374F for ; Wed, 13 Jul 2016 17:36:18 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 13 Jul 2016 08:36:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.28,357,1464678000"; d="scan'208"; a="1016144426" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga002.jf.intel.com with ESMTP; 13 Jul 2016 08:36:14 -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 u6DFaDil026244; Wed, 13 Jul 2016 16:36:13 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id u6DFaDiv013125; Wed, 13 Jul 2016 16:36:13 +0100 Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id u6DFaDRQ013121; Wed, 13 Jul 2016 16:36:13 +0100 From: Bernard Iremonger To: john.mcnamara@intel.com, dev@dpdk.org Cc: yong.liu@intel.com, qian.q.xu@intel.com, yuanhan.liu@linux.intel.com, Bernard Iremonger Date: Wed, 13 Jul 2016 16:36:01 +0100 Message-Id: <1468424161-13064-3-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1468424161-13064-1-git-send-email-bernard.iremonger@intel.com> References: <1467888154-5898-1-git-send-email-bernard.iremonger@intel.com> <1468424161-13064-1-git-send-email-bernard.iremonger@intel.com> Subject: [dpdk-dev] [PATCH v2 2/2] doc: add vhost_user live migration 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 of a VM using vhost_user on the host, test configuration. Signed-off-by: Bernard Iremonger --- doc/guides/howto/img/lm_vhost_user.svg | 644 ++++++++++++++++++++++++++++++ doc/guides/howto/lm_virtio_vhost_user.rst | 4 + 2 files changed, 648 insertions(+) create mode 100644 doc/guides/howto/img/lm_vhost_user.svg 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 0000000..3601cf1 --- /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 2de3ef7..d8f6365 100644 --- a/doc/guides/howto/lm_virtio_vhost_user.rst +++ b/doc/guides/howto/lm_virtio_vhost_user.rst @@ -49,6 +49,10 @@ The switch is configured to broadcast traffic on all the NIC ports. Live Migration with Virtio and vhost_user test setup: ----------------------------------------------------- +.. _figure_lm_vhost_user: + +.. figure:: img/lm_vhost_user.* + Live Migration steps for VM with Virtio PMD and vhost_user on host: -------------------------------------------------------------------