X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Ftestpmd_app_ug%2Frun_app.rst;h=e8303f3ba38533b2e296b1c18c7e7b08b01b576f;hb=1bb8f661168d942927cb65e355ec64d4ab195281;hp=a72c7e372397062151c4d295fc49a509677c08a8;hpb=b8628a0e5e75115acfb29185bf66fe66a578f513;p=dpdk.git diff --git a/doc/guides/testpmd_app_ug/run_app.rst b/doc/guides/testpmd_app_ug/run_app.rst index a72c7e3723..e8303f3ba3 100644 --- a/doc/guides/testpmd_app_ug/run_app.rst +++ b/doc/guides/testpmd_app_ug/run_app.rst @@ -188,6 +188,19 @@ The commandline options are: Start forwarding on initialization. +* ``--tx-first`` + + Start forwarding, after sending a burst of packets first. + +.. Note:: + + This flag should be only used in non-interactive mode. + +* ``--stats-period PERIOD`` + + Display statistics every PERIOD seconds, if interactive mode is disabled. + The default value is 0, which means that the statistics will not be displayed. + * ``--nb-cores=N`` Set the number of forwarding cores, @@ -466,10 +479,32 @@ 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. + +* ``--no-rmv-interrupt`` + + Disable RMV interrupts for all ports, even those supporting it. + +* ``--bitrate-stats=N`` + + Set the logical core N to perform bitrate calculation. + +* ``--print-event `` + + Enable printing the occurrence of the designated event. Using all will + enable all of them. + +* ``--mask-event `` + + Disable printing the occurrence of the designated event. Using all will + disable all of them. - Disable LSC interrupts for all ports, even those supporting it. +* ``--flow-isolate-all`` -* ``--no-rmv-interrupt`` + Providing this parameter requests flow API isolated mode on all ports at + initialization time. It ensures all traffic is received through the + configured flow rules only (see flow command). - Disable RMV interrupts for all ports, even those supporting it. + Ports that do not support this mode are automatically discarded.