From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Laatz Subject: [PATCH] doc: include note for pci address naming in ip pipeline Date: Fri, 20 Jul 2018 14:09:06 +0100 Message-ID: <20180720130906.82895-1-kevin.laatz@intel.com> Cc: cristian.dumitrescu@intel.com, Kevin Laatz To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id D32CB29D2 for ; Fri, 20 Jul 2018 15:11:08 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 ~~~~~~~ -- 2.9.5