From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4CA7BA04C2; Mon, 25 Nov 2019 16:49:25 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9A9F82952; Mon, 25 Nov 2019 16:49:23 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 5286DA3 for ; Mon, 25 Nov 2019 16:49:22 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Nov 2019 07:49:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,241,1571727600"; d="scan'208";a="206176572" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga008.fm.intel.com with ESMTP; 25 Nov 2019 07:49:20 -0800 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 25 Nov 2019 07:49:18 -0800 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 25 Nov 2019 07:49:18 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.127]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.215]) with mapi id 14.03.0439.000; Mon, 25 Nov 2019 23:49:16 +0800 From: "Wang, Yinan" To: Stephen Hemminger CC: "dev@dpdk.org" , "maxime.coquelin@redhat.com" , "Bie, Tiwei" , "Wang, Zhihong" , "Mcnamara, John" , "Kovacevic, Marko" Thread-Topic: [dpdk-dev] [PATCH] doc: clarify virtio PMD path selection Thread-Index: AQHVnbc5v23K5fWfU0WcjIABTKTSlaecFBEg Date: Mon, 25 Nov 2019 15:49:15 +0000 Message-ID: References: <20191118102923.9302-1-yinan.wang@intel.com> <20191117182344.46a0ea79@hermes.lan> In-Reply-To: <20191117182344.46a0ea79@hermes.lan> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjEyZTE0MzQtNjM2MC00ZTQ4LTk2NDItNmFiMDE1MDdmMGM4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiN05LT2JBVzd1Tm9XemlqdDVcL28wTVwvUkNYSHFMb05XMU40WXRUaGd2aFNnYXU0Vm54NzRJeHJzNmd3VUZ4MTVYIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: clarify virtio PMD path selection X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Thanks your suggestion, I will add the link in v2 version. > -----Original Message----- > From: Stephen Hemminger > Sent: 2019=1B$BG/=1B(B11=1B$B7n=1B(B18=1B$BF|=1B(B 10:24 > To: Wang, Yinan > Cc: dev@dpdk.org; maxime.coquelin@redhat.com; Bie, Tiwei > ; Wang, Zhihong ; > Mcnamara, John ; Kovacevic, Marko > > Subject: Re: [dpdk-dev] [PATCH] doc: clarify virtio PMD path selection >=20 > On Mon, 18 Nov 2019 05:29:23 -0500 > Yinan wrote: >=20 > > From: Yinan Wang > > > > add virtio paths selection and usage introduction for better virtio > > usability. > > > > Signed-off-by: Yinan Wang > > --- >=20 >=20 > Nice to have this documented. > Do you think it would make sense to link to the virtio standard that defi= nes this?