From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 49B021B1CC for ; Wed, 1 Aug 2018 19:47:32 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Aug 2018 10:47:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,432,1526367600"; d="scan'208";a="77466120" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga001.fm.intel.com with ESMTP; 01 Aug 2018 10:47:30 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX108.ger.corp.intel.com ([169.254.11.144]) with mapi id 14.03.0319.002; Wed, 1 Aug 2018 18:47:30 +0100 From: "Dumitrescu, Cristian" To: Thomas Monjalon CC: "dev@dpdk.org" , "Laatz, Kevin" Thread-Topic: [dpdk-dev] [PATCH] doc: include note for pci address naming in ip pipeline Thread-Index: AQHUICskRA0/269mJkaj3snqGaaAm6SrD0qAgAAvqeA= Date: Wed, 1 Aug 2018 17:47:29 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E782866@IRSMSX107.ger.corp.intel.com> References: <20180720130906.82895-1-kevin.laatz@intel.com> <4025558.pA2mlQF48x@xps> In-Reply-To: <4025558.pA2mlQF48x@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action 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] doc: include note for pci address naming in ip pipeline 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: , X-List-Received-Date: Wed, 01 Aug 2018 17:47:32 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Wednesday, August 1, 2018 4:56 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org; Laatz, Kevin > Subject: Re: [dpdk-dev] [PATCH] doc: include note for pci address naming = in > ip pipeline >=20 > Cristian, review please? >=20 > 20/07/2018 15:09, Kevin Laatz: > > Add a note to the 'link' command in the IP Pipeline documentation > > specifying the PCI device name format required to run the application. > > > > Signed-off-by: Kevin Laatz > > --- > > doc/guides/sample_app_ug/ip_pipeline.rst | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/doc/guides/sample_app_ug/ip_pipeline.rst > b/doc/guides/sample_app_ug/ip_pipeline.rst > > index 660798d..dc6a3b9 100644 > > --- a/doc/guides/sample_app_ug/ip_pipeline.rst > > +++ b/doc/guides/sample_app_ug/ip_pipeline.rst > > @@ -222,6 +222,7 @@ Link > > txq promiscuous on | off > > [rss ... ] > > > > + Note: The PCI device name must be specified in the > Domain:Bus:Device.Function format. > > > > Mempool > > ~~~~~~~ > > >=20 >=20 >=20 >=20 Acked-by: Cristian Dumitrescu