From: Kevin Laatz Date: Fri, 20 Jul 2018 13:09:06 +0000 (+0100) Subject: doc: add PCI address naming in IP pipeline guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=bc57bef7a9f38df3cd249e44192f9a108eb2c673;p=dpdk.git doc: add PCI address naming in IP pipeline guide 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 Acked-by: Cristian Dumitrescu --- diff --git a/doc/guides/sample_app_ug/ip_pipeline.rst b/doc/guides/sample_app_ug/ip_pipeline.rst index 660798d514..b75509a0b1 100644 --- a/doc/guides/sample_app_ug/ip_pipeline.rst +++ b/doc/guides/sample_app_ug/ip_pipeline.rst @@ -222,6 +222,8 @@ Link txq promiscuous on | off [rss ... ] + Note: The PCI device name must be specified in the Domain:Bus:Device.Function format. + Mempool ~~~~~~~