git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebaa25f
)
doc: add PCI address naming in IP pipeline guide
author
Kevin Laatz
<kevin.laatz@intel.com>
Fri, 20 Jul 2018 13:09:06 +0000
(14:09 +0100)
committer
Thomas Monjalon
<thomas@monjalon.net>
Sun, 5 Aug 2018 18:27:11 +0000
(20:27 +0200)
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@intel.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
doc/guides/sample_app_ug/ip_pipeline.rst
patch
|
blob
|
history
diff --git
a/doc/guides/sample_app_ug/ip_pipeline.rst
b/doc/guides/sample_app_ug/ip_pipeline.rst
index
660798d
..
b75509a
100644
(file)
--- a/
doc/guides/sample_app_ug/ip_pipeline.rst
+++ b/
doc/guides/sample_app_ug/ip_pipeline.rst
@@
-222,6
+222,8
@@
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
~~~~~~~