From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 236CF1C52 for ; Thu, 7 Jul 2016 10:44:18 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 07 Jul 2016 01:44:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,324,1464678000"; d="scan'208";a="730815871" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by FMSMGA003.fm.intel.com with ESMTP; 07 Jul 2016 01:44:17 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 7 Jul 2016 09:44:16 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.125]) by irsmsx112.ger.corp.intel.com ([169.254.1.18]) with mapi id 14.03.0248.002; Thu, 7 Jul 2016 09:44:16 +0100 From: "Iremonger, Bernard" To: Thomas Monjalon CC: "dev@dpdk.org" , "Mcnamara, John" , "Liu, Yong" , "Xu, Qian Q" Thread-Topic: [dpdk-dev] [PATCH v2 1/2] doc: live migration of VM with Virtio and VF Thread-Index: AQHR15+pg0W8bb57r0azdeYpo/3tSaALhr0AgAEg0DA= Date: Thu, 7 Jul 2016 08:44:15 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C21A04CC70@IRSMSX108.ger.corp.intel.com> References: <1467370086-24386-1-git-send-email-bernard.iremonger@intel.com> <1467820863-10223-1-git-send-email-bernard.iremonger@intel.com> <1467820863-10223-2-git-send-email-bernard.iremonger@intel.com> <11379506.W8RFEpLouH@xps13> In-Reply-To: <11379506.W8RFEpLouH@xps13> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWJjZmFkMzEtODU5MC00YjMzLWFiMDUtN2EyNTI0ODkwMWI5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IllpNXlLXC9sOGRIS0lnY0w3amMwcEVoRStVemNrNUxMRDZEMHNaVUNwdkFBPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] 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 Virtio and VF 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: Thu, 07 Jul 2016 08:44:20 -0000 Hi Thomas, > Subject: Re: [dpdk-dev] [PATCH v2 1/2] doc: live migration of VM with Vir= tio > and VF >=20 > 2016-07-06 17:01, Bernard Iremonger: > > @@ -45,3 +45,4 @@ DPDK documentation > > faq/index > > rel_notes/index > > contributing/index > > + how_to/index >=20 > 2 personal opinions: > - I feel a directory "howto" (without underscore) would be nice. > - The position in the index could be just after the faq. I will rename the directory how_to to howto and move to after faq and send = a v3. Regards, Bernard.