From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/2] doc: live migration procedure Date: Wed, 06 Jul 2016 18:25:14 +0200 Message-ID: <15133226.VUYEJJuz5L@xps13> References: <1467370086-24386-1-git-send-email-bernard.iremonger@intel.com> <1467820863-10223-1-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, john.mcnamara@intel.com, yong.liu@intel.com, qian.q.xu@intel.com To: Bernard Iremonger Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 11CAC8D89 for ; Wed, 6 Jul 2016 18:25:16 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id f126so180086607wma.1 for ; Wed, 06 Jul 2016 09:25:16 -0700 (PDT) In-Reply-To: <1467820863-10223-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" Hi Bernard, 2016-07-06 17:01, Bernard Iremonger: > This pachset set describes the procedure to Live migrate > a VM with Virtio and VF PMD's using the bonding PMD. [...] > doc/guides/how_to/img/lm_overview.svg | 666 +++++++++++++++++++++++++++ > doc/guides/how_to/index.rst | 38 ++ > doc/guides/how_to/lm_bond_virtio_sriov.rst | 693 +++++++++++++++++++++++++++++ > doc/guides/index.rst | 3 +- I'm surprised to see an howto appearing in the repository. My first reaction is: how hard will it be to maintain up-to-date? Otherwise I don't see any other reason to not accept it. It's eventually a good idea :) Opinion from others?