app/testpmd: add option to configure UDP tunnel port
[dpdk.git] / doc / guides / testpmd_app_ug / testpmd_funcs.rst
index 3f2f676..06caea3 100644 (file)
@@ -1874,6 +1874,12 @@ where:
 * ``pctype_id``: hardware packet classification types.
 * ``field_idx``: hardware field index.
 
+port config udp_tunnel_port
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Add/remove UDP tunnel port for VXLAN/GENEVE tunneling protocols::
+    testpmd> port config (port_id) udp_tunnel_port add|rm vxlan|geneve (udp_port)
+
 Link Bonding Functions
 ----------------------