From: Gaetan Rivet Date: Tue, 25 Apr 2017 10:18:17 +0000 (+0200) Subject: doc: add LSC and RMV interrupt to testpmd guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=b8628a0e5e75115acfb29185bf66fe66a578f513;hp=8b062bbdb68a963243707fe30eeb86f69edd34be;p=dpdk.git doc: add LSC and RMV interrupt to testpmd guide Signed-off-by: Gaetan Rivet Acked-by: John McNamara --- diff --git a/doc/guides/testpmd_app_ug/run_app.rst b/doc/guides/testpmd_app_ug/run_app.rst index df5a0ee06a..a72c7e3723 100644 --- 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.