From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 5F0AA2A6C for ; Mon, 27 Jun 2016 11:26:53 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 27 Jun 2016 02:26:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,536,1459839600"; d="scan'208";a="995696038" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga001.fm.intel.com with ESMTP; 27 Jun 2016 02:26:41 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.240]) by IRSMSX151.ger.corp.intel.com ([169.254.4.151]) with mapi id 14.03.0248.002; Mon, 27 Jun 2016 10:26:12 +0100 From: "Mcnamara, John" To: Yuanhan Liu , "dev@dpdk.org" CC: "Xie, Huawei" , Thomas Monjalon Thread-Topic: [PATCH v2] doc: update vhost guide Thread-Index: AQHR0DOQ3y3b5a0MzEOBu9pbQT9g4p/9C2jQ Date: Mon, 27 Jun 2016 09:26:12 +0000 Message-ID: References: <1466754768-4809-1-git-send-email-yuanhan.liu@linux.intel.com> <1467004800-31191-1-git-send-email-yuanhan.liu@linux.intel.com> In-Reply-To: <1467004800-31191-1-git-send-email-yuanhan.liu@linux.intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTkxYTQxZDUtNzE5ZS00YTY1LTg2NzgtNzA3NzE5NmJmYjQ4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InV4T2ZoSldydkxEa2o0OVRaM2w5dFJVQndzM3ZPcDFyZnMyd2oyekVHdms9In0= 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] doc: update vhost guide 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, 27 Jun 2016 09:26:53 -0000 > -----Original Message----- > From: Yuanhan Liu [mailto:yuanhan.liu@linux.intel.com] > Sent: Monday, June 27, 2016 6:20 AM > To: dev@dpdk.org > Cc: Xie, Huawei ; Mcnamara, John > ; Thomas Monjalon ; > Yuanhan Liu > Subject: [PATCH v2] doc: update vhost guide >=20 > Mainly on updating vhost-user part: we now support client mode. > Also refine some words, and add a bit more explanation. >=20 > And made an emphatic statement that you are suggested to use vhost-user > instead of vhost-cuse, because we have enhanced vhost-user a lot since > v2.2 (Actually, I doubt there are any people still using vhost-cuse) >=20 > [John McNamara: rewords, better formats] > Signed-off-by: Yuanhan Liu Acked-by: John McNamara