Intel® Ethernet Controller E810 Data Plane Development Kit (DPDK) 22.11/23.03
Configuration Guide
Testpmd Runtime Functions
When testpmd is started in interactive mode using the
An extensive number of testpmd runtime functions are available that are broken into multiple categories. See dpdk.org for a complete list:
https://doc.dpdk.org/guides/testpmd_app_ug/testpmd_funcs.html
To help with getting started, here are some examples of common runtime functions:
set verbose (level) : Set the debug verbosity level.set fwd (io|mac|macswap|flowgen|rxonly|txonly|csum|icmpecho|noisy|5tswap|shared-rxq) (""|retry) : Set the packet forwarding mode.show port (info|summary|stats|xstats|fdir|dcb_tc|cap) (port_id|all) : Display information for a given port or all ports.show fwd stats all : View statistics for all ports that were collected beginning from the time the forwarding engine was started.start : Start packet forwarding with current configuration.stop : Stop packet forwarding and display accumulated statistics.