app/testpmd: print all or no events
[dpdk.git] / doc / guides / testpmd_app_ug / run_app.rst
index a72c7e3..2a43214 100644 (file)
@@ -466,10 +466,24 @@ The commandline options are:
 
     Disable check on link status when starting/stopping ports.
 
-*  ``--no-lsc-interrupt``
+*   ``--no-lsc-interrupt``
 
-   Disable LSC interrupts for all ports, even those supporting it.
+    Disable LSC interrupts for all ports, even those supporting it.
 
-*  ``--no-rmv-interrupt``
+*   ``--no-rmv-interrupt``
 
-  Disable RMV interrupts for all ports, even those supporting it.
+    Disable RMV interrupts for all ports, even those supporting it.
+
+*   ``--bitrate-stats=N``
+
+    Set the logical core N to perform bitrate calculation.
+
+*   ``--print-event <unknown|intr_lsc|queue_state|intr_reset|vf_mbox|macsec|intr_rmv|all>``
+
+    Enable printing the occurrence of the designated event. Using all will
+    enable all of them.
+
+*   ``--mask-event <unknown|intr_lsc|queue_state|intr_reset|vf_mbox|macsec|intr_rmv|all>``
+
+    Disable printing the occurrence of the designated event. Using all will
+    disable all of them.