[dts] [PATCH V1 6/7] test_plans/vxlan: change parse_tunnel to parse-tunnel

wenjieli wenjiex.a.li at intel.com
Wed Oct 17 04:37:54 CEST 2018


In dpdk commit 5b48cd159536b70a943ae8246c2f717183818b19:
    app/testpmd: fix csum parse-tunnel command invocation
    Based on the documentation and help print, the sub command
    for csum suppose to be "parse-tunnel" instead of "parse_tunnel"
    in app/test-pmd/cmdline.c.
Update test_plans/vxlan to fit this changement.

Signed-off-by: wenjieli <wenjiex.a.li at intel.com>
---
 test_plans/vxlan_test_plan.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test_plans/vxlan_test_plan.rst b/test_plans/vxlan_test_plan.rst
index c058637..83c99ac 100644
--- a/test_plans/vxlan_test_plan.rst
+++ b/test_plans/vxlan_test_plan.rst
@@ -139,8 +139,8 @@ Enable VXLAN protocol on ports::
 
 Enable IP,UDP,TCP,SCTP,OUTER-IP checksum offload::
 
-    csum parse_tunnel on 0
-    csum parse_tunnel on 1
+    csum parse-tunnel on 0
+    csum parse-tunnel on 1
     csum set ip hw 0
     csum set udp hw 0
     csum set tcp hw 0
@@ -236,8 +236,8 @@ Enable VXLAN protocol on ports::
 
 Enable IP,UDP,TCP,SCTP,VXLAN checksum offload::
 
-    csum parse_tunnel on 0
-    csum parse_tunnel on 1
+    csum parse-tunnel on 0
+    csum parse-tunnel on 1
     csum set ip hw 0
     csum set udp hw 0
     csum set tcp hw 0
-- 
2.17.2



More information about the dts mailing list