test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] test_plans: Fix hardware insertion of VLAN tag in VLAN test plan
@ 2018-12-27 15:56 Rami Rosen
  2018-12-29 17:10 ` Lijuan Tu
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2018-12-27 15:56 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

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@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH] test_plans: Fix hardware insertion of VLAN tag in VLAN test plan
  2018-12-27 15:56 [dts] [PATCH] test_plans: Fix hardware insertion of VLAN tag in VLAN test plan Rami Rosen
@ 2018-12-29 17:10 ` Lijuan Tu
  0 siblings, 0 replies; 2+ messages in thread
From: Lijuan Tu @ 2018-12-29 17:10 UTC (permalink / raw)
  To: Rami Rosen, dts

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@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-29  8:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-27 15:56 [dts] [PATCH] test_plans: Fix hardware insertion of VLAN tag in VLAN test plan Rami Rosen
2018-12-29 17:10 ` Lijuan Tu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).