summaryrefslogtreecommitdiffstats
path: root/conf/06_pktfwd.conf
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2016-08-08 08:16:20 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-08 08:16:20 +0000
commit28b133e55f7bb8728c699b1e5db575c12dd01965 (patch)
tree1771c7007ec5bfb5e0edbc395167a5b21b138d08 /conf/06_pktfwd.conf
parentfc480dd1139f12730c68c72f738b3df8080af283 (diff)
parent1a4a0b2e26c155025bc85fbbff83fcdcc3c18d7f (diff)
Merge "dpdk: Testpmd forwarding mode changes in v16.07"
Diffstat (limited to 'conf/06_pktfwd.conf')
-rw-r--r--conf/06_pktfwd.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/06_pktfwd.conf b/conf/06_pktfwd.conf
index d6a83d07..6175aa6a 100644
--- a/conf/06_pktfwd.conf
+++ b/conf/06_pktfwd.conf
@@ -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'