]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/testpmd_app_ug/testpmd_funcs.rst
ethdev: add vlan type when setting ether type
[dpdk.git] / doc / guides / testpmd_app_ug / testpmd_funcs.rst
index a520cc509cceb0be997d31f3157b131c0ac6dfab..e2b2224db635b55017e903b7cb0e0da31ad32e51 100644 (file)
@@ -498,9 +498,9 @@ Set the VLAN QinQ (extended queue in queue) on for a port::
 vlan set tpid
 ~~~~~~~~~~~~~
 
-Set the outer VLAN TPID for packet filtering on a port::
+Set the inner or outer VLAN TPID for packet filtering on a port::
 
-   testpmd> vlan set tpid (value) (port_id)
+   testpmd> vlan set (inner|outer) tpid (value) (port_id)
 
 .. note::
 
@@ -540,13 +540,6 @@ Remove a VLAN ID, from the set of VLAN identifiers filtered for VF(s) for port I
 
    testpmd> rx_vlan rm (vlan_id) port (port_id) vf (vf_mask)
 
-rx_vlan set tpid
-~~~~~~~~~~~~~~~~
-
-Set the outer VLAN TPID for packet filtering on a port::
-
-   testpmd> rx_vlan set tpid (value) (port_id)
-
 tunnel_filter add
 ~~~~~~~~~~~~~~~~~