From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernard Iremonger Subject: [PATCH v2 0/2] doc: live migration procedure with vhost_user Date: Wed, 13 Jul 2016 16:35:59 +0100 Message-ID: <1468424161-13064-1-git-send-email-bernard.iremonger@intel.com> References: <1467888154-5898-1-git-send-email-bernard.iremonger@intel.com> Cc: yong.liu@intel.com, qian.q.xu@intel.com, yuanhan.liu@linux.intel.com, Bernard Iremonger To: john.mcnamara@intel.com, dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 0B6352BA2 for ; Wed, 13 Jul 2016 17:36:14 +0200 (CEST) In-Reply-To: <1467888154-5898-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 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. This patchset depends on the following patch: http://dpdk.org/dev/patchwork/patch/14625 Changes in v2: removed l2fwd information minor changes to svg file 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 | 459 +++++++++++++++++++++ 3 files changed, 1104 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