From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: include note for pci address naming in ip pipeline Date: Wed, 01 Aug 2018 17:56:23 +0200 Message-ID: <4025558.pA2mlQF48x@xps> References: <20180720130906.82895-1-kevin.laatz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Kevin Laatz To: cristian.dumitrescu@intel.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 030C32C24 for ; Wed, 1 Aug 2018 17:56:29 +0200 (CEST) In-Reply-To: <20180720130906.82895-1-kevin.laatz@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Cristian, review please? 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 > ~~~~~~~ >