[dts] [PATCH] test_plans: Fix hardware insertion of VLAN tag in VLAN test plan

Rami Rosen ramirose at gmail.com
Thu Dec 27 16:56:33 CET 2018


This patch fixes setting of hardware insertion of VLAN in VLAN test plan.
See http://doc.dpdk.org/guides/testpmd_app_ug/testpmd_funcs.html#tx-vlan-set

Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 test_plans/vlan_test_plan.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test_plans/vlan_test_plan.rst b/test_plans/vlan_test_plan.rst
index fb4c485..23efa9a 100644
--- a/test_plans/vlan_test_plan.rst
+++ b/test_plans/vlan_test_plan.rst
@@ -54,7 +54,7 @@ In the same way, the insertion of a VLAN header with the VLAN tag identifier
 ``vlan_id`` in packets sent on the port ``port_id`` can be enabled with the
 following command of the ``testpmd`` application::
 
-  tx_vlan set vlan_id port_id
+  tx_vlan set port_id  vlan_id
 
 
 The transmission of VLAN packets is done with the ``start tx_first`` command
-- 
1.8.3.1



More information about the dts mailing list