app/testpmd: add commands for L2 tunnel config
[dpdk.git] / doc / guides / testpmd_app_ug / testpmd_funcs.rst
index e2b2224..46a35a1 100644 (file)
@@ -1261,6 +1261,17 @@ Where the threshold type can be:
 
 These threshold options are also available from the command-line.
 
+port config - E-tag
+~~~~~~~~~~~~~~~~~~~
+
+Set the value of ether-type for E-tag::
+
+   testpmd> port config (port_id|all) l2-tunnel E-tag ether-type (value)
+
+Enable/disable the E-tag support::
+
+   testpmd> port config (port_id|all) l2-tunnel E-tag (enable|disable)
+
 
 Link Bonding Functions
 ----------------------