From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 266D4A6A for ; Mon, 18 Jul 2016 09:53:44 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 18 Jul 2016 00:53:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,382,1464678000"; d="scan'208";a="1018847002" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga002.jf.intel.com with ESMTP; 18 Jul 2016 00:53:28 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 18 Jul 2016 08:53:25 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.125]) by IRSMSX156.ger.corp.intel.com ([10.108.20.68]) with mapi id 14.03.0248.002; Mon, 18 Jul 2016 08:53:25 +0100 From: "Iremonger, Bernard" To: "Mcnamara, John" , "dev@dpdk.org" CC: "Liu, Yong" , "Xu, Qian Q" , "yuanhan.liu@linux.intel.com" Thread-Topic: [PATCH v2 1/2] doc: live migration of VM with vhost_user on host Thread-Index: AQHR3RxPr1q19FZb90iIWPJgwD28UqAc4p6AgAD1wcA= Date: Mon, 18 Jul 2016 07:53:25 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C21A04F205@IRSMSX108.ger.corp.intel.com> References: <1467888154-5898-1-git-send-email-bernard.iremonger@intel.com> <1468424161-13064-1-git-send-email-bernard.iremonger@intel.com> <1468424161-13064-2-git-send-email-bernard.iremonger@intel.com> In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODhkNTIzYjUtMmE2My00ODg0LTlkMDYtMGVlNmJiZjJmNjc2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Imh5UzB5aVwvNXJZWXZ0UWYrWjBTUkREajNwdmdGb0NIUjc0ZkVGVUt3TWhjPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 1/2] doc: live migration of VM with vhost_user on host 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, 18 Jul 2016 07:53:45 -0000 Hi John > -----Original Message----- > From: Mcnamara, John > Sent: Sunday, July 17, 2016 7:13 PM > To: Iremonger, Bernard ; dev@dpdk.org > Cc: Liu, Yong ; Xu, Qian Q ; > yuanhan.liu@linux.intel.com > Subject: RE: [PATCH v2 1/2] doc: live migration of VM with vhost_user on > host >=20 > > -----Original Message----- > > From: Iremonger, Bernard > > Sent: Wednesday, July 13, 2016 4:36 PM > > To: Mcnamara, John ; dev@dpdk.org > > Cc: Liu, Yong ; Xu, Qian Q ; > > yuanhan.liu@linux.intel.com; Iremonger, Bernard > > > > Subject: [PATCH v2 1/2] doc: live migration of VM with vhost_user on > > host > > > > This patch describes the procedure to be be followed to perform Live > > Migration of a VM with Virtio PMD running on a host which is running > > the vhost_user sample application (vhost-switch). > > > > It includes sample host and VM scripts used in the procedure. >=20 > Hi Bernard, >=20 > Same comments to this as to the SRIOV version. >=20 > Also, it may be worth restricting the index to 2 levels since there are a= lot of > third level entries showing up in the index.html file and the level > 2 headings are sufficiently informative. >=20 > Thanks, >=20 > John I will send a V3 and restrict the index to 2 levels. Regards, Bernard.