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:
8b062bb
)
doc: add LSC and RMV interrupt to testpmd guide
author
Gaetan Rivet
<gaetan.rivet@6wind.com>
Tue, 25 Apr 2017 10:18:17 +0000
(12:18 +0200)
committer
Thomas Monjalon
<thomas@monjalon.net>
Sun, 30 Apr 2017 22:35:50 +0000
(
00:35
+0200)
Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/testpmd_app_ug/run_app.rst
patch
|
blob
|
history
diff --git
a/doc/guides/testpmd_app_ug/run_app.rst
b/doc/guides/testpmd_app_ug/run_app.rst
index
df5a0ee
..
a72c7e3
100644
(file)
--- a/
doc/guides/testpmd_app_ug/run_app.rst
+++ b/
doc/guides/testpmd_app_ug/run_app.rst
@@
-465,3
+465,11
@@
The commandline options are:
* ``--disable-link-check``
Disable check on link status when starting/stopping ports.
+
+* ``--no-lsc-interrupt``
+
+ Disable LSC interrupts for all ports, even those supporting it.
+
+* ``--no-rmv-interrupt``
+
+ Disable RMV interrupts for all ports, even those supporting it.