tests: L3, L4 and VxLAN tests for OVS & VPP
[vswitchperf.git] / conf / 06_pktfwd.conf
index d6a83d0..bb4c1d7 100644 (file)
@@ -24,7 +24,10 @@ PKTFWD = 'TestPMD'
 # ############################
 
 TESTPMD_ARGS = []
-# packet forwarding mode: io|mac|mac_retry|macswap|flowgen|rxonly|txonly|csum|icmpecho
+# packet forwarding mode supported by testpmd; Please see DPDK documentation
+# for comprehensive list of modes supported by your version.
+# e.g. io|mac|mac_retry|macswap|flowgen|rxonly|txonly|csum|icmpecho|...
+# Note: Option "mac_retry" has been changed to "mac retry" since DPDK v16.07
 TESTPMD_FWD_MODE = 'csum'
 # checksum calculation layer: ip|udp|tcp|sctp|outer-ip
 TESTPMD_CSUM_LAYER = 'ip'
@@ -33,4 +36,4 @@ TESTPMD_CSUM_CALC = 'sw'
 # recognize tunnel headers: on|off
 TESTPMD_CSUM_PARSE_TUNNEL = 'off'
 
-PIDSTAT_MONITOR = ['ovs-vswitchd', 'ovsdb-server', 'qemu-system-x86_64', 'testpmd']
+PIDSTAT_MONITOR = ['ovs-vswitchd', 'ovsdb-server', 'qemu-system-x86_64', 'vpp', 'testpmd']