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

Lijuan Tu lijuan.tu at intel.com
Sat Dec 29 18:10:10 CET 2018


Applied, thanks


On 2018年12月27日 23:56, Rami Rosen wrote:
> 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



More information about the dts mailing list