From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B82662BCE for ; Mon, 11 Jul 2016 17:08:41 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 11 Jul 2016 08:05:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,347,1464678000"; d="scan'208";a="137234106" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga004.fm.intel.com with ESMTP; 11 Jul 2016 08:05:23 -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 u6BF5Mtb027935; Mon, 11 Jul 2016 16:05:22 +0100 Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id u6BF5MI3003837; Mon, 11 Jul 2016 16:05:22 +0100 Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id u6BF5MjW003833; Mon, 11 Jul 2016 16:05:22 +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: Mon, 11 Jul 2016 16:05:17 +0100 Message-Id: <1468249519-3791-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/2] doc: live migration procedure with vhost_user 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: , X-List-Received-Date: Mon, 11 Jul 2016 15:08:42 -0000 This patchset describes the procedure to Live migrate a VM with Virtio PMD's with the vhost_user sample application (vhost-switch) running on the host. Bernard Iremonger (2): doc: live migration of VM with vhost_user on host doc: add vhost_user live migration image doc/guides/howto/img/lm_vhost_user.svg | 644 ++++++++++++++++++++++++++++++ doc/guides/howto/index.rst | 1 + doc/guides/howto/lm_virtio_vhost_user.rst | 508 +++++++++++++++++++++++ 3 files changed, 1153 insertions(+) create mode 100644 doc/guides/howto/img/lm_vhost_user.svg create mode 100644 doc/guides/howto/lm_virtio_vhost_user.rst -- 2.9.0