[dts] [PATCH] test_plans: use correct tx_vlan set command in VF VLAN test plan

Tu, Lijuan lijuan.tu at intel.com
Mon Jan 7 06:17:47 CET 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Rami Rosen
> Sent: Sunday, December 30, 2018 8:29 PM
> To: dts at dpdk.org
> Cc: Rami Rosen <ramirose at gmail.com>
> Subject: [dts] [PATCH] test_plans: use correct tx_vlan set command in VF
> VLAN test plan
> 
> Fix VF VLAN test plan to use correctly setting of vlan offload.
> See:
> https://doc.dpdk.org/guides/testpmd_app_ug/testpmd_funcs.html#tx-vlan-
> set
> 
> Signed-off-by: Rami Rosen <ramirose at gmail.com>
> ---
>  test_plans/vf_vlan_test_plan.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/test_plans/vf_vlan_test_plan.rst
> b/test_plans/vf_vlan_test_plan.rst
> index a916ee9..5eaa994 100644
> --- a/test_plans/vf_vlan_test_plan.rst
> +++ b/test_plans/vf_vlan_test_plan.rst
> @@ -154,7 +154,7 @@ Test Case 3: VF tagged vlan tx
> 
>  2. Add tx vlan offload on VF0, take care the first param is port::
> 
> -     testpmd> tx_vlan 0 1
> +     testpmd> tx_vlan set 0 1
> 
>  3. Send packet from tester port1 and check packet received by tester
> port0::
> 
> --
> 1.8.3.1



More information about the dts mailing list