app/testpmd: add MPLS and GRE fields to flow command
[dpdk.git] / doc / guides / testpmd_app_ug / testpmd_funcs.rst
index f08a795..62478d6 100644 (file)
@@ -2481,6 +2481,14 @@ This section lists supported pattern items and their attributes, if any.
 
   - ``vni {unsigned}``: VXLAN identifier.
 
+- ``mpls``: match MPLS header.
+
+  - ``label {unsigned}``: MPLS label.
+
+- ``gre``: match GRE header.
+
+  - ``protocol {unsigned}``: protocol type.
+
 Actions list
 ^^^^^^^^^^^^