From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernard Iremonger Subject: [PATCH v4 0/2] doc: live migration procedure Date: Mon, 18 Jul 2016 11:17:23 +0100 Message-ID: <1468837045-26526-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 mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id D5B0F2B9D for ; Mon, 18 Jul 2016 12:17:31 +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 pachset set describes the procedure to Live migrate a VM with Virtio and VF PMD's using the bonding PMD. Changes in v4: rename image file and patch added links to rst file updated rst file in line with comments Changes in v3: rename directory from how_to to howto move to after FAQ in the index Changes in v2: change primary port before removing slave port remove unused variables from QEMU scripts identify NIC's in bridge setup scripts Bernard Iremonger (2): doc: live migration of VM with Virtio and VF doc: add live migration virtio sriov image doc/guides/howto/index.rst | 38 ++ doc/guides/howto/lm_bond_virtio_sriov.rst | 713 ++++++++++++++++++++++++++++++ doc/guides/index.rst | 1 + 3 files changed, 752 insertions(+) create mode 100644 doc/guides/howto/index.rst create mode 100644 doc/guides/howto/lm_bond_virtio_sriov.rst -- 2.9.0