[dpdk-dev] [PATCH] doc: include note for pci address naming in ip pipeline

Kevin Laatz kevin.laatz at intel.com
Fri Jul 20 15:09:06 CEST 2018


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 <kevin.laatz at intel.com>
---
 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 <n_queues> <queue_size> promiscuous on | off
     [rss <qid_0> ... <qid_n>]
 
+   Note: The PCI device name must be specified in the Domain:Bus:Device.Function format.
 
 Mempool
 ~~~~~~~
-- 
2.9.5



More information about the dev mailing list