test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors.
@ 2020-03-24  8:27 Haiyang Zhao
  2020-03-24  8:27 ` [dts] [PATCH V1 01/12] test_plans/cvl_fdir_test_plan: " Haiyang Zhao
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Haiyang Zhao @ 2020-03-24  8:27 UTC (permalink / raw)
  To: dts; +Cc: Haiyang Zhao

*.fix test_plans and doc build warnings and errors.

Haiyang Zhao (12):
  test_plans/cvl_fdir_test_plan: fix build warnings and errors
  test_plans/ddp_l2tpv3_test_plan: fix build warnings and errors
  test_plans/loopback_virtio_user_server_mode_test_plan: fix build
    warnings and errors
  test_plans/ntb_test_plan: fix build warnings and errors
  test_plans/pvp_vhost_user_reconnect_test_plan: fix build warnings and
    errors
  test_plans/qos_sched_test_plan: fix build warnings and errors
  test_plans/shutdown_api_test_plan: fix build warnings and errors
  test_plans/vf_macfilter_test_plan: fix build warnings and errors
  test_plans/vm2vm_virtio_net_perf_test_plan: fix build warnings and
    errors
  test_plans/index: update index.rst         *.delete removed test plans
    from index.rst:          
    loopback_virtio_user_packed_ring_server_mode_test_plan,          
    pvp_packed_ring_vhost_user_reconnect_test_plan,          
    vhost_pmd_xstats_test_plan,         *.add new test plans:          
    ABI_stable_test,           perf_virtio_user_loopback_test_plan,     
         perf_virtio_user_pvp_test_plan,          
    perf_vm2vm_virtio_net_perf_test_plan,          
    pvp_virtio_user_multi_queues_port_restart_test_plan.
  doc/dts_gsg/usage_of_create_eal_and_start_testpmd: fix build warngings
    and errors
  doc/dts_gsg/index: update index.rst     *.add
    usage_of_create_eal_and_start_testpmd.

 doc/dts_gsg/index.rst                              |  1 +
 .../usage_of_create_eal_and_start_testpmd.rst      |  4 +-
 test_plans/cvl_fdir_test_plan.rst                  |  8 ++--
 test_plans/ddp_l2tpv3_test_plan.rst                | 50 +++++++++----------
 test_plans/index.rst                               | 12 +++--
 .../loopback_virtio_user_server_mode_test_plan.rst | 56 +++++++++++-----------
 test_plans/ntb_test_plan.rst                       |  2 +-
 test_plans/pvp_vhost_user_reconnect_test_plan.rst  |  2 +-
 test_plans/qos_sched_test_plan.rst                 |  4 +-
 test_plans/shutdown_api_test_plan.rst              |  2 +-
 test_plans/vf_macfilter_test_plan.rst              | 12 ++---
 test_plans/vm2vm_virtio_net_perf_test_plan.rst     |  2 +-
 12 files changed, 79 insertions(+), 76 deletions(-)

-- 
1.8.3.1


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

* [dts] [PATCH V1 01/12] test_plans/cvl_fdir_test_plan: fix build warnings and errors
  2020-03-24  8:27 [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors Haiyang Zhao
@ 2020-03-24  8:27 ` Haiyang Zhao
  2020-03-24  8:27 ` [dts] [PATCH V1 02/12] test_plans/ddp_l2tpv3_test_plan: " Haiyang Zhao
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Haiyang Zhao @ 2020-03-24  8:27 UTC (permalink / raw)
  To: dts; +Cc: Haiyang Zhao

Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
 test_plans/cvl_fdir_test_plan.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test_plans/cvl_fdir_test_plan.rst b/test_plans/cvl_fdir_test_plan.rst
index fe95c17..fe8cac5 100644
--- a/test_plans/cvl_fdir_test_plan.rst
+++ b/test_plans/cvl_fdir_test_plan.rst
@@ -83,7 +83,7 @@ Pattern and input set
     +------------------------------+----------------------------+-------------------------------------------------------------------------------+
 
 Notes: 1. Enable fdir filter for UDP tunnel: Vxlan / NVGRE (OS default package) , share code not
-          support outer header as inputset, so Out Dest IP and VNI/GRE_KEY may not able to be implemented.
+      support outer header as inputset, so Out Dest IP and VNI/GRE_KEY may not able to be implemented.
        2. For VXLAN case MAC_IPV4_TUN_*** means MAC_IPV4_UDP_VXLAN_***
        3. For Dest MAC, there is package /sharecode limitation on multicast dst mac support for FDIR
 
@@ -529,7 +529,7 @@ Test case: MAC_IPV4_TCP queue index
 
 1. create filter rules::
 
-   flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 src is 192.168.0.20 dst is 192.168.0.21 ttl is 2 tos is 4 / tcp src is 22 dst is 23 / end actions queue index 63 / end
+    flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 src is 192.168.0.20 dst is 192.168.0.21 ttl is 2 tos is 4 / tcp src is 22 dst is 23 / end actions queue index 63 / end
 
 2. send matched packets, check the packets is distributed to queue 63.
    send mismatched packets, check the packets are not distributed to queue 63.
@@ -968,7 +968,7 @@ Test case: MAC_IPV4_TCP passthru/mark
 
 1. create filter rules::
 
-   flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 src is 192.168.0.20 dst is 192.168.0.21 ttl is 2 tos is 4 / tcp src is 22 dst is 23 / end actions passthru / mark / end
+    flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 src is 192.168.0.20 dst is 192.168.0.21 ttl is 2 tos is 4 / tcp src is 22 dst is 23 / end actions passthru / mark / end
 
 2. send matched packets, check the packets are redirected by RSS with FDIR ID.
    send mismatched packets, check the packets are redirected by RSS without FDIR ID.
@@ -1320,7 +1320,7 @@ Test case: MAC_IPV4_TCP mark/rss
 
 1. create filter rules::
 
-   flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 src is 192.168.0.20 dst is 192.168.0.21 ttl is 2 tos is 4 / tcp src is 22 dst is 23 / end actions mark id 1 / rss / end
+    flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 src is 192.168.0.20 dst is 192.168.0.21 ttl is 2 tos is 4 / tcp src is 22 dst is 23 / end actions mark id 1 / rss / end
 
 2. send matched packets, check the packets are redirected by RSS with FDIR ID 1.
    send mismatched packets, check the packets are redirected by RSS without FDIR ID 1.
-- 
1.8.3.1


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

* [dts] [PATCH V1 02/12] test_plans/ddp_l2tpv3_test_plan: fix build warnings and errors
  2020-03-24  8:27 [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors Haiyang Zhao
  2020-03-24  8:27 ` [dts] [PATCH V1 01/12] test_plans/cvl_fdir_test_plan: " Haiyang Zhao
@ 2020-03-24  8:27 ` Haiyang Zhao
  2020-03-24  8:27 ` [dts] [PATCH V1 03/12] test_plans/loopback_virtio_user_server_mode_test_plan: " Haiyang Zhao
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Haiyang Zhao @ 2020-03-24  8:27 UTC (permalink / raw)
  To: dts; +Cc: Haiyang Zhao

Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
 test_plans/ddp_l2tpv3_test_plan.rst | 50 ++++++++++++++++++-------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/test_plans/ddp_l2tpv3_test_plan.rst b/test_plans/ddp_l2tpv3_test_plan.rst
index 77f03a9..6d3952f 100644
--- a/test_plans/ddp_l2tpv3_test_plan.rst
+++ b/test_plans/ddp_l2tpv3_test_plan.rst
@@ -700,20 +700,20 @@ Test Case: L2TPv3 with specific IPv4 SIP and IPv6 SIP configured together
 10. Send L2TPv3 IPv6 packet with SIP and session ID matching the configured
     rule, Packets should be received on queue 20::
 
-    p=Ether()/IPv6(src="1:2:3:4:5:6:7:8",nh=115)/Raw('\x00\x00\x03\xe8')/
-    Raw('x' * 20)
+     p=Ether()/IPv6(src="1:2:3:4:5:6:7:8",nh=115)/Raw('\x00\x00\x03\xe8')/
+     Raw('x' * 20)
 
 11. Send L2TPv3 IPv6 packet with session ID not matching the configured
     rule, Packet should be received on queue 0::
 
-    p=Ether()/IPv6(src="1:2:3:4:5:6:7:8",nh=115)/Raw('\x00\x00\x03\xff')
-    /Raw('x' * 20)
+     p=Ether()/IPv6(src="1:2:3:4:5:6:7:8",nh=115)/Raw('\x00\x00\x03\xff')
+     /Raw('x' * 20)
 
 12. Send L2TPv3 IPv6 packet with SIP not matching the configured rule,
     Packet should be received on queue 0::
 
-    p=Ether()/IPv6(src="1111:2:3:4:5:6:7:8",nh=115)/Raw('\x00\x00\x03\xe8')
-    /Raw('x' * 20)
+     p=Ether()/IPv6(src="1111:2:3:4:5:6:7:8",nh=115)/Raw('\x00\x00\x03\xe8')
+     /Raw('x' * 20)
 
 Test Case: L2TPv3 with specific IPv4 DIP and IPv6 DIP configured together
 =========================================================================
@@ -779,20 +779,20 @@ Test Case: L2TPv3 with specific IPv4 DIP and IPv6 DIP configured together
 10. Send L2TPv3 packet with session ID, DIP matching the configured rule,
     Packets should be received on queue 20::
 
-    p=Ether()/IPv6(dst="8:7:6:5:4:3:2:1",nh=115)/Raw('\x00\x00\x03\xe8')/
-    Raw('x' * 20)
+     p=Ether()/IPv6(dst="8:7:6:5:4:3:2:1",nh=115)/Raw('\x00\x00\x03\xe8')/
+     Raw('x' * 20)
 
 11. Send L2TPv3 packet with session ID not matching the configured rule,
     Packet should be received on queue 0::
 
-    p=Ether()/IPv6(dst="8:7:6:5:4:3:2:1",nh=115)/Raw('\x00\x00\x03\xff')/
-    Raw('x' * 20)
+     p=Ether()/IPv6(dst="8:7:6:5:4:3:2:1",nh=115)/Raw('\x00\x00\x03\xff')/
+     Raw('x' * 20)
 
 12. Send L2TPv3 packet with DIP not matching the configured rule, Packet
     should be received on queue 0::
 
-    p=Ether()/IPv6(dst="8888:7:6:5:4:3:2:1",nh=115)/Raw('\x00\x00\x03\xe8')/
-    Raw('x' * 20)
+     p=Ether()/IPv6(dst="8888:7:6:5:4:3:2:1",nh=115)/Raw('\x00\x00\x03\xe8')/
+     Raw('x' * 20)
 
 Test Case: L2TPv3 with IPv4 SIP, DIP and IPv6 SIP, DIP configured together
 ==========================================================================
@@ -866,35 +866,35 @@ Test Case: L2TPv3 with IPv4 SIP, DIP and IPv6 SIP, DIP configured together
 9. Send L2TPv3 IPv4 packet with SIP not matching the configured rule,
    Packets should be received on queue 0::
 
-    p=Ether()/IP(src="100.10.10.1", dst= "20.10.10.20",proto=115)/
-    Raw('\x00\x00\x00\x01')/Raw('x' * 20)
+     p=Ether()/IP(src="100.10.10.1", dst= "20.10.10.20",proto=115)/
+     Raw('\x00\x00\x00\x01')/Raw('x' * 20)
 
 10. Send L2TPv3 IPv4 packet with DIP not matching the configured rule, Packet
-   should be received on queue 0::
+    should be received on queue 0::
 
-    p=Ether()/IP(src="10.10.10.1", dst="220.10.10.20",proto=115)/
-    Raw('\x00\x00\x00\x01')/Raw('x' * 20)
+     p=Ether()/IP(src="10.10.10.1", dst="220.10.10.20",proto=115)/
+     Raw('\x00\x00\x00\x01')/Raw('x' * 20)
 
 11. Send L2TPv3 IPv6 packet with SIP, DIP and session ID matching the
     configured rule, Packets should be received on queue 20::
 
-    p=Ether()/IPv6(src="1:2:3:4:5:6:7:8",ipv6 dst="8:7:6:5:4:3:2:1",nh=115)/
-    Raw('\x00\x00\x03\xe8')/Raw('x' * 20)
+     p=Ether()/IPv6(src="1:2:3:4:5:6:7:8",ipv6 dst="8:7:6:5:4:3:2:1",nh=115)/
+     Raw('\x00\x00\x03\xe8')/Raw('x' * 20)
 
 12. Send L2TPv3 IPv6 packet with session ID not matching the configured rule,
     Packet should be received on queue 0::
 
-    p=Ether()/IPv6(src="1:2:3:4:5:6:7:8",ipv6 dst="8:7:6:5:4:3:2:1",nh=115)/
-    Raw('\x00\x00\x03\xF8')/Raw('x' * 20)
+     p=Ether()/IPv6(src="1:2:3:4:5:6:7:8",ipv6 dst="8:7:6:5:4:3:2:1",nh=115)/
+     Raw('\x00\x00\x03\xF8')/Raw('x' * 20)
 
 13. Send L2TPv3 IPv6 packet with SIP not matching the configured rule, Packet
     should be received on queue 0::
 
-    p=Ether()/IPv6(src="1111:2:3:4:5:6:7:8",ipv6 dst="8:7:6:5:4:3:2:1",nh=115)
-    /Raw('\x00\x00\x03\xe8')/Raw('x' * 20)
+     p=Ether()/IPv6(src="1111:2:3:4:5:6:7:8",ipv6 dst="8:7:6:5:4:3:2:1",nh=115)
+     /Raw('\x00\x00\x03\xe8')/Raw('x' * 20)
 
 14. Send L2TPv3 IPv6 packet with DIP not matching the configured rule, Packet
     should be received on queue 0::
 
-    p=Ether()/IPv6(src="1:2:3:4:5:6:7:8",ipv6 dst="8888:7:6:5:4:3:2:1",nh=115)/
-    Raw('\x00\x00\x03\xe8')/Raw('x' * 20)
+     p=Ether()/IPv6(src="1:2:3:4:5:6:7:8",ipv6 dst="8888:7:6:5:4:3:2:1",nh=115)/
+     Raw('\x00\x00\x03\xe8')/Raw('x' * 20)
-- 
1.8.3.1


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

* [dts] [PATCH V1 03/12] test_plans/loopback_virtio_user_server_mode_test_plan: fix build warnings and errors
  2020-03-24  8:27 [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors Haiyang Zhao
  2020-03-24  8:27 ` [dts] [PATCH V1 01/12] test_plans/cvl_fdir_test_plan: " Haiyang Zhao
  2020-03-24  8:27 ` [dts] [PATCH V1 02/12] test_plans/ddp_l2tpv3_test_plan: " Haiyang Zhao
@ 2020-03-24  8:27 ` Haiyang Zhao
  2020-03-24  8:28 ` [dts] [PATCH V1 04/12] test_plans/ntb_test_plan: " Haiyang Zhao
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Haiyang Zhao @ 2020-03-24  8:27 UTC (permalink / raw)
  To: dts; +Cc: Haiyang Zhao

Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
 .../loopback_virtio_user_server_mode_test_plan.rst | 56 +++++++++++-----------
 1 file changed, 28 insertions(+), 28 deletions(-)

diff --git a/test_plans/loopback_virtio_user_server_mode_test_plan.rst b/test_plans/loopback_virtio_user_server_mode_test_plan.rst
index ea9442b..ebcbacb 100644
--- a/test_plans/loopback_virtio_user_server_mode_test_plan.rst
+++ b/test_plans/loopback_virtio_user_server_mode_test_plan.rst
@@ -442,7 +442,7 @@ Test Case 7: loopback reconnect test with split ring vector_rx path and server m
       testpmd>stop
 
 Test Case 8: loopback reconnect test with packed ring mergeable path and server mode
-===================================================================================
+====================================================================================
 
 1. launch vhost as client mode with 2 queues::
 
@@ -503,18 +503,18 @@ Test Case 8: loopback reconnect test with packed ring mergeable path and server
 
 10. Port restart at vhost side by below command and re-calculate the average throughput::
 
-    testpmd>stop
-    testpmd>port stop 0
-    testpmd>port start 0
-    testpmd>start tx_first 32
-    testpmd>show port stats all
+     testpmd>stop
+     testpmd>port stop 0
+     testpmd>port start 0
+     testpmd>start tx_first 32
+     testpmd>show port stats all
 
 11. Check each RX/TX queue has packets::
 
-    testpmd>stop
+     testpmd>stop
 
 Test Case 9: loopback reconnect test with packed ring non-mergeable path and server mode
-=======================================================================================
+========================================================================================
 
 1. launch vhost as client mode with 2 queues::
 
@@ -575,18 +575,18 @@ Test Case 9: loopback reconnect test with packed ring non-mergeable path and ser
 
 10. Port restart at vhost side by below command and re-calculate the average throughput::
 
-    testpmd>stop
-    testpmd>port stop 0
-    testpmd>port start 0
-    testpmd>start tx_first 32
-    testpmd>show port stats all
+     testpmd>stop
+     testpmd>port stop 0
+     testpmd>port start 0
+     testpmd>start tx_first 32
+     testpmd>show port stats all
 
 11. Check each RX/TX queue has packets::
 
-    testpmd>stop
+     testpmd>stop
 
 Test Case 10: loopback reconnect test with packed ring inorder mergeable path and server mode
-===========================================================================================
+=============================================================================================
 
 1. launch vhost as client mode with 2 queues::
 
@@ -647,18 +647,18 @@ Test Case 10: loopback reconnect test with packed ring inorder mergeable path an
 
 10. Port restart at vhost side by below command and re-calculate the average throughput::
 
-    testpmd>stop
-    testpmd>port stop 0
-    testpmd>port start 0
-    testpmd>start tx_first 32
-    testpmd>show port stats all
+     testpmd>stop
+     testpmd>port stop 0
+     testpmd>port start 0
+     testpmd>start tx_first 32
+     testpmd>show port stats all
 
 11. Check each RX/TX queue has packets::
 
-    testpmd>stop
+     testpmd>stop
 
 Test Case 11: loopback reconnect test with packed ring inorder non-mergeable path and server mode
-===============================================================================================
+=================================================================================================
 
 1. launch vhost as client mode with 2 queues::
 
@@ -719,12 +719,12 @@ Test Case 11: loopback reconnect test with packed ring inorder non-mergeable pat
 
 10. Port restart at vhost side by below command and re-calculate the average throughput::
 
-    testpmd>stop
-    testpmd>port stop 0
-    testpmd>port start 0
-    testpmd>start tx_first 32
-    testpmd>show port stats all
+     testpmd>stop
+     testpmd>port stop 0
+     testpmd>port start 0
+     testpmd>start tx_first 32
+     testpmd>show port stats all
 
 11. Check each RX/TX queue has packets::
 
-    testpmd>stop
\ No newline at end of file
+     testpmd>stop
\ No newline at end of file
-- 
1.8.3.1


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

* [dts] [PATCH V1 04/12] test_plans/ntb_test_plan: fix build warnings and errors
  2020-03-24  8:27 [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors Haiyang Zhao
                   ` (2 preceding siblings ...)
  2020-03-24  8:27 ` [dts] [PATCH V1 03/12] test_plans/loopback_virtio_user_server_mode_test_plan: " Haiyang Zhao
@ 2020-03-24  8:28 ` Haiyang Zhao
  2020-03-24  8:28 ` [dts] [PATCH V1 05/12] test_plans/pvp_vhost_user_reconnect_test_plan: " Haiyang Zhao
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Haiyang Zhao @ 2020-03-24  8:28 UTC (permalink / raw)
  To: dts; +Cc: Haiyang Zhao

Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
 test_plans/ntb_test_plan.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test_plans/ntb_test_plan.rst b/test_plans/ntb_test_plan.rst
index edef78d..e8e2896 100644
--- a/test_plans/ntb_test_plan.rst
+++ b/test_plans/ntb_test_plan.rst
@@ -175,7 +175,7 @@ Test Case3: NTB test with rxonly/txonly fwd mode using igb_uio
 4. Check throughput with log info on two machines.
 
 Test Case4: NTB test with rxonly/txonly fwd mode using vfio-pci
-==============================================================
+===============================================================
 
 1. Insmod kernel module and bind Non-Transparent Bridge to vfio-pci driver on two host machines separately::
 
-- 
1.8.3.1


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

* [dts] [PATCH V1 05/12] test_plans/pvp_vhost_user_reconnect_test_plan: fix build warnings and errors
  2020-03-24  8:27 [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors Haiyang Zhao
                   ` (3 preceding siblings ...)
  2020-03-24  8:28 ` [dts] [PATCH V1 04/12] test_plans/ntb_test_plan: " Haiyang Zhao
@ 2020-03-24  8:28 ` Haiyang Zhao
  2020-03-24  8:28 ` [dts] [PATCH V1 06/12] test_plans/qos_sched_test_plan: " Haiyang Zhao
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Haiyang Zhao @ 2020-03-24  8:28 UTC (permalink / raw)
  To: dts; +Cc: Haiyang Zhao

Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
 test_plans/pvp_vhost_user_reconnect_test_plan.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test_plans/pvp_vhost_user_reconnect_test_plan.rst b/test_plans/pvp_vhost_user_reconnect_test_plan.rst
index bea5397..e6f7586 100644
--- a/test_plans/pvp_vhost_user_reconnect_test_plan.rst
+++ b/test_plans/pvp_vhost_user_reconnect_test_plan.rst
@@ -389,7 +389,7 @@ Similar as Test Case 7, all steps are similar except step 6.
 7. Reboot two VMs, then re-launch VMs, repeat it 3-5 times, check if the reconnect can work and ensure the traffic can continue.
 
 Test Case10: vhost-user/virtio-pmd pvp packed ring reconnect from vhost-user
-===========================================================================
+============================================================================
 Flow: TG--> NIC --> Vhost --> Virtio --> Vhost--> NIC--> TG
 
 1. Bind one port to igb_uio, then launch vhost with client mode by below commands::
-- 
1.8.3.1


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

* [dts] [PATCH V1 06/12] test_plans/qos_sched_test_plan: fix build warnings and errors
  2020-03-24  8:27 [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors Haiyang Zhao
                   ` (4 preceding siblings ...)
  2020-03-24  8:28 ` [dts] [PATCH V1 05/12] test_plans/pvp_vhost_user_reconnect_test_plan: " Haiyang Zhao
@ 2020-03-24  8:28 ` Haiyang Zhao
  2020-03-24  8:28 ` [dts] [PATCH V1 07/12] test_plans/shutdown_api_test_plan: " Haiyang Zhao
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Haiyang Zhao @ 2020-03-24  8:28 UTC (permalink / raw)
  To: dts; +Cc: Haiyang Zhao

Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
 test_plans/qos_sched_test_plan.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test_plans/qos_sched_test_plan.rst b/test_plans/qos_sched_test_plan.rst
index 0340eee..28c8c61 100644
--- a/test_plans/qos_sched_test_plan.rst
+++ b/test_plans/qos_sched_test_plan.rst
@@ -592,7 +592,7 @@ the default mastercore 1 and the RX, WT and TX cores only.
 Test Case: Two Subports, different pipe profiles, different number of pipes I
 =============================================================================
 *Note: the sample can't be set to two subports,
- so the two supports case can't be verified.*
+so the two supports case can't be verified.*
 
 1. Configure the profile.cfg file with two subports, two different pipe
    profiles and different number of pipes::
@@ -640,7 +640,7 @@ Test Case: Two Subports, different pipe profiles, different number of pipes I
 Test Case: Two Subports, different pipe profiles, different number of pipes II
 ==============================================================================
 *Note: the sample can't be set to two subports,
- so the two supports case can't be verified.*
+so the two supports case can't be verified.*
 
 1. Configure the profile.cfg file the same with last case I.
 
-- 
1.8.3.1


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

* [dts] [PATCH V1 07/12] test_plans/shutdown_api_test_plan: fix build warnings and errors
  2020-03-24  8:27 [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors Haiyang Zhao
                   ` (5 preceding siblings ...)
  2020-03-24  8:28 ` [dts] [PATCH V1 06/12] test_plans/qos_sched_test_plan: " Haiyang Zhao
@ 2020-03-24  8:28 ` Haiyang Zhao
  2020-03-24  8:28 ` [dts] [PATCH V1 08/12] test_plans/vf_macfilter_test_plan: " Haiyang Zhao
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Haiyang Zhao @ 2020-03-24  8:28 UTC (permalink / raw)
  To: dts; +Cc: Haiyang Zhao

Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
 test_plans/shutdown_api_test_plan.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test_plans/shutdown_api_test_plan.rst b/test_plans/shutdown_api_test_plan.rst
index f14c83c..c2dd415 100644
--- a/test_plans/shutdown_api_test_plan.rst
+++ b/test_plans/shutdown_api_test_plan.rst
@@ -145,7 +145,7 @@ Test Case: Change Link Speed
 7. Repeat this process for every compatible speed depending on the NIC driver.
 
 Test Case: Change Link Speed VF
-----------------------------
+-------------------------------
 This case support all the nic with driver i40e and ixgbe.
 
 1. bind a PF to DPDK::
-- 
1.8.3.1


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

* [dts] [PATCH V1 08/12] test_plans/vf_macfilter_test_plan: fix build warnings and errors
  2020-03-24  8:27 [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors Haiyang Zhao
                   ` (6 preceding siblings ...)
  2020-03-24  8:28 ` [dts] [PATCH V1 07/12] test_plans/shutdown_api_test_plan: " Haiyang Zhao
@ 2020-03-24  8:28 ` Haiyang Zhao
  2020-03-24  8:28 ` [dts] [PATCH V1 09/12] test_plans/vm2vm_virtio_net_perf_test_plan: " Haiyang Zhao
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Haiyang Zhao @ 2020-03-24  8:28 UTC (permalink / raw)
  To: dts; +Cc: Haiyang Zhao

Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
 test_plans/vf_macfilter_test_plan.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/test_plans/vf_macfilter_test_plan.rst b/test_plans/vf_macfilter_test_plan.rst
index 414039f..c2fd298 100644
--- a/test_plans/vf_macfilter_test_plan.rst
+++ b/test_plans/vf_macfilter_test_plan.rst
@@ -201,8 +201,8 @@ Test Case 2: test_kernel_2pf_2vf_1vm_mac_add_filter
    VF correctly
 
 10. Use scapy to send 100 random packets with a wrong MAC to VF0, verify the
-   packets can't be received by one VF and also can't be forwarded to another
-   VF correctly.
+    packets can't be received by one VF and also can't be forwarded to another
+    VF correctly.
 
 Test Case 3: test_dpdk_2pf_2vf_1vm_mac_add_filter
 ===================================================
@@ -291,12 +291,12 @@ Test Case 3: test_dpdk_2pf_2vf_1vm_mac_add_filter
       testpmd> mac_addr remove 0 00:11:22:33:44:55
 
 10. Use scapy to send 100 random packets to the deleted MAC to VF0, verify the
-   packets can't be received by one VF and also can't be forwarded to another
-   VF correctly
+    packets can't be received by one VF and also can't be forwarded to another
+    VF correctly
 
 11. Use scapy to send 100 random packets with a wrong MAC to VF0, verify the
-   packets can't be received by one VF and also can't be forwarded to
-   another VF correctly.
+    packets can't be received by one VF and also can't be forwarded to
+    another VF correctly.
 
 Test Case 4: test_dpdk_2pf_2vf_1vm_iplink_macfilter
 ===================================================
-- 
1.8.3.1


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

* [dts] [PATCH V1 09/12] test_plans/vm2vm_virtio_net_perf_test_plan: fix build warnings and errors
  2020-03-24  8:27 [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors Haiyang Zhao
                   ` (7 preceding siblings ...)
  2020-03-24  8:28 ` [dts] [PATCH V1 08/12] test_plans/vf_macfilter_test_plan: " Haiyang Zhao
@ 2020-03-24  8:28 ` Haiyang Zhao
  2020-03-24  8:28 ` [dts] [PATCH V1 10/12] test_plans/index: update index.rst *.delete removed test plans from index.rst: loopback_virtio_user_packed_ring_server_mode_test_plan, pvp_packed_ring_vhost_user_reconnect_test_plan, vhost_pmd_xstats_test_plan. *.add new test plans: ABI_stable_test, perf_virtio_user_loopback_test_plan, perf_virtio_user_pvp_test_plan, perf_vm2vm_virtio_net_perf_test_plan, pvp_virtio_user_multi_queues_port_restart_test_plan Haiyang Zhao
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Haiyang Zhao @ 2020-03-24  8:28 UTC (permalink / raw)
  To: dts; +Cc: Haiyang Zhao

Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
 test_plans/vm2vm_virtio_net_perf_test_plan.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test_plans/vm2vm_virtio_net_perf_test_plan.rst b/test_plans/vm2vm_virtio_net_perf_test_plan.rst
index f86075b..9e9d561 100644
--- a/test_plans/vm2vm_virtio_net_perf_test_plan.rst
+++ b/test_plans/vm2vm_virtio_net_perf_test_plan.rst
@@ -524,7 +524,7 @@ Test Case 9: VM2VM packed ring vhost-user/virtio-net test with udp traffic
     Port 1 should have rx packets above 1522
 
 Test Case 10: Check packed ring virtio-net device capability
-===========================================================
+============================================================
 
 1. Launch the Vhost sample by below commands::
 
-- 
1.8.3.1


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

* [dts] [PATCH V1 10/12] test_plans/index: update index.rst *.delete removed test plans from index.rst: loopback_virtio_user_packed_ring_server_mode_test_plan, pvp_packed_ring_vhost_user_reconnect_test_plan, vhost_pmd_xstats_test_plan. *.add new test plans: ABI_stable_test, perf_virtio_user_loopback_test_plan, perf_virtio_user_pvp_test_plan, perf_vm2vm_virtio_net_perf_test_plan, pvp_virtio_user_multi_queues_port_restart_test_plan.
  2020-03-24  8:27 [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors Haiyang Zhao
                   ` (8 preceding siblings ...)
  2020-03-24  8:28 ` [dts] [PATCH V1 09/12] test_plans/vm2vm_virtio_net_perf_test_plan: " Haiyang Zhao
@ 2020-03-24  8:28 ` Haiyang Zhao
  2020-03-24  8:28 ` [dts] [PATCH V1 11/12] doc/dts_gsg/usage_of_create_eal_and_start_testpmd: fix build warngings and errors Haiyang Zhao
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Haiyang Zhao @ 2020-03-24  8:28 UTC (permalink / raw)
  To: dts; +Cc: Haiyang Zhao

Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
 test_plans/index.rst | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/test_plans/index.rst b/test_plans/index.rst
index 55544b8..542d473 100644
--- a/test_plans/index.rst
+++ b/test_plans/index.rst
@@ -37,7 +37,7 @@ The following are the test plans for the DPDK DTS automated test system.
     :maxdepth: 1
     :numbered:
 
-
+    ABI_stable_test
     blacklist_test_plan
     checksum_offload_test_plan
     cloud_filter_test_plan
@@ -45,12 +45,12 @@ The following are the test plans for the DPDK DTS automated test system.
     cvl_advanced_rss_test_plan
     cvl_fdir_test_plan
     cvl_switch_filter_test_plan
-    loopback_virtio_user_packed_ring_server_mode_test_plan
     crypto_perf_cryptodev_perf_test_plan
     ddp_gtp_qregion_test_plan
     ddp_gtp_test_plan
     ddp_mpls_test_plan
     ddp_ppp_l2tp_test_plan
+    ddp_l2tpv3_test_plan
     dual_vlan_test_plan
     dynamic_config_test_plan
     dynamic_flowtype_test_plan
@@ -94,6 +94,10 @@ The following are the test plans for the DPDK DTS automated test system.
     NICStatistics_test_plan
     ntb_test_plan
     nvgre_test_plan
+    perf_virtio_user_loopback_test_plan
+    perf_virtio_user_pvp_test_plan
+    perf_vm2vm_virtio_net_perf_test_plan
+    pvp_virtio_user_multi_queues_port_restart_test_plan
     pmd_bonded_8023ad_test_plan
     pmd_bonded_test_plan
     pmd_stacked_bonded_test_plan
@@ -104,7 +108,6 @@ The following are the test plans for the DPDK DTS automated test system.
     ptype_mapping_test_plan
     pvp_multi_paths_performance_test_plan
     pvp_multi_paths_vhost_single_core_performance_test_plan
-    pvp_packed_ring_vhost_user_reconnect_test_plan
     pvp_multi_paths_virtio_single_core_performance_test_plan
     qinq_filter_test_plan
     qos_api_test_plan
@@ -159,9 +162,9 @@ The following are the test plans for the DPDK DTS automated test system.
     vf_vlan_test_plan
     kernelpf_iavf_test_plan
     vhost_multi_queue_qemu_test_plan
-    vhost_pmd_xstats_test_plan
     vhost_qemu_mtu_test_plan
     vhost_user_live_migration_test_plan
+    vhost_xstats_test_plan
     vm_power_manager_test_plan
     vm_pw_mgmt_policy_test_plan
     power_bidirection_channel_test_plan
@@ -193,7 +196,6 @@ The following are the test plans for the DPDK DTS automated test system.
     pvp_share_lib_test_plan
     pvp_vhost_user_built_in_net_driver_test_plan
     pvp_virtio_user_2M_hugepages_test_plan
-    pvp_virtio_user_multi_queues_test_plan
     virtio_unit_cryptodev_func_test_plan
     virtio_user_for_container_networking_test_plan
     eventdev_perf_test_plan
-- 
1.8.3.1


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

* [dts] [PATCH V1 11/12] doc/dts_gsg/usage_of_create_eal_and_start_testpmd: fix build warngings and errors
  2020-03-24  8:27 [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors Haiyang Zhao
                   ` (9 preceding siblings ...)
  2020-03-24  8:28 ` [dts] [PATCH V1 10/12] test_plans/index: update index.rst *.delete removed test plans from index.rst: loopback_virtio_user_packed_ring_server_mode_test_plan, pvp_packed_ring_vhost_user_reconnect_test_plan, vhost_pmd_xstats_test_plan. *.add new test plans: ABI_stable_test, perf_virtio_user_loopback_test_plan, perf_virtio_user_pvp_test_plan, perf_vm2vm_virtio_net_perf_test_plan, pvp_virtio_user_multi_queues_port_restart_test_plan Haiyang Zhao
@ 2020-03-24  8:28 ` Haiyang Zhao
  2020-03-24  8:28 ` [dts] [PATCH V1 12/12] doc/dts_gsg/index: update index.rst Haiyang Zhao
  2020-03-25  1:53 ` [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors Tu, Lijuan
  12 siblings, 0 replies; 14+ messages in thread
From: Haiyang Zhao @ 2020-03-24  8:28 UTC (permalink / raw)
  To: dts; +Cc: Haiyang Zhao

Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
 doc/dts_gsg/usage_of_create_eal_and_start_testpmd.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/dts_gsg/usage_of_create_eal_and_start_testpmd.rst b/doc/dts_gsg/usage_of_create_eal_and_start_testpmd.rst
index e1d077d..52eec67 100644
--- a/doc/dts_gsg/usage_of_create_eal_and_start_testpmd.rst
+++ b/doc/dts_gsg/usage_of_create_eal_and_start_testpmd.rst
@@ -1,5 +1,5 @@
 How create_eal_parameters and start_testpmd methods use in DPDK Test Suite
-===========================
+==========================================================================
 
 create_eal_parameters
 ----------------------------
@@ -100,4 +100,4 @@ The method use to start testpmd application.
                         self.pmdout.start_testpmd("Default", "--portmask=%s " %(self.portMask) + " --enable-rx-cksum " + "--port-topology=loop", socket=self.ports_socket)
 
             2. If you will write a new test suite and need to call start_testpmd method,
-                The usage of other parameters such as cores, socket, fixed_prefix and **config are the same as create_eal_parameters.
\ No newline at end of file
+                The usage of other parameters such as cores, socket, fixed_prefix and **config are the same as create_eal_parameters.
-- 
1.8.3.1


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

* [dts] [PATCH V1 12/12] doc/dts_gsg/index: update index.rst
  2020-03-24  8:27 [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors Haiyang Zhao
                   ` (10 preceding siblings ...)
  2020-03-24  8:28 ` [dts] [PATCH V1 11/12] doc/dts_gsg/usage_of_create_eal_and_start_testpmd: fix build warngings and errors Haiyang Zhao
@ 2020-03-24  8:28 ` Haiyang Zhao
  2020-03-25  1:53 ` [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors Tu, Lijuan
  12 siblings, 0 replies; 14+ messages in thread
From: Haiyang Zhao @ 2020-03-24  8:28 UTC (permalink / raw)
  To: dts; +Cc: Haiyang Zhao

*.add usage_of_create_eal_and_start_testpmd.

Signed-off-by: Haiyang Zhao <haiyangx.zhao@intel.com>
---
 doc/dts_gsg/index.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/dts_gsg/index.rst b/doc/dts_gsg/index.rst
index 89e4eef..16da30e 100644
--- a/doc/dts_gsg/index.rst
+++ b/doc/dts_gsg/index.rst
@@ -47,3 +47,4 @@ Getting Started Guide
     migrate_from_etgen_to_pktgen
     trex
     trex_known_issue
+    usage_of_create_eal_and_start_testpmd
-- 
1.8.3.1


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

* Re: [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors.
  2020-03-24  8:27 [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors Haiyang Zhao
                   ` (11 preceding siblings ...)
  2020-03-24  8:28 ` [dts] [PATCH V1 12/12] doc/dts_gsg/index: update index.rst Haiyang Zhao
@ 2020-03-25  1:53 ` Tu, Lijuan
  12 siblings, 0 replies; 14+ messages in thread
From: Tu, Lijuan @ 2020-03-25  1:53 UTC (permalink / raw)
  To: Zhao, HaiyangX, dts; +Cc: Zhao, HaiyangX

Applied the series, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Haiyang Zhao
> Sent: Tuesday, March 24, 2020 4:28 PM
> To: dts@dpdk.org
> Cc: Zhao, HaiyangX <haiyangx.zhao@intel.com>
> Subject: [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors.
> 
> *.fix test_plans and doc build warnings and errors.
> 
> Haiyang Zhao (12):
>   test_plans/cvl_fdir_test_plan: fix build warnings and errors
>   test_plans/ddp_l2tpv3_test_plan: fix build warnings and errors
>   test_plans/loopback_virtio_user_server_mode_test_plan: fix build
>     warnings and errors
>   test_plans/ntb_test_plan: fix build warnings and errors
>   test_plans/pvp_vhost_user_reconnect_test_plan: fix build warnings and
>     errors
>   test_plans/qos_sched_test_plan: fix build warnings and errors
>   test_plans/shutdown_api_test_plan: fix build warnings and errors
>   test_plans/vf_macfilter_test_plan: fix build warnings and errors
>   test_plans/vm2vm_virtio_net_perf_test_plan: fix build warnings and
>     errors
>   test_plans/index: update index.rst         *.delete removed test plans
>     from index.rst:
>     loopback_virtio_user_packed_ring_server_mode_test_plan,
>     pvp_packed_ring_vhost_user_reconnect_test_plan,
>     vhost_pmd_xstats_test_plan,         *.add new test plans:
>     ABI_stable_test,           perf_virtio_user_loopback_test_plan,
>          perf_virtio_user_pvp_test_plan,
>     perf_vm2vm_virtio_net_perf_test_plan,
>     pvp_virtio_user_multi_queues_port_restart_test_plan.
>   doc/dts_gsg/usage_of_create_eal_and_start_testpmd: fix build warngings
>     and errors
>   doc/dts_gsg/index: update index.rst     *.add
>     usage_of_create_eal_and_start_testpmd.
> 
>  doc/dts_gsg/index.rst                              |  1 +
>  .../usage_of_create_eal_and_start_testpmd.rst      |  4 +-
>  test_plans/cvl_fdir_test_plan.rst                  |  8 ++--
>  test_plans/ddp_l2tpv3_test_plan.rst                | 50 +++++++++----------
>  test_plans/index.rst                               | 12 +++--
>  .../loopback_virtio_user_server_mode_test_plan.rst | 56 +++++++++++-------
> ----
>  test_plans/ntb_test_plan.rst                       |  2 +-
>  test_plans/pvp_vhost_user_reconnect_test_plan.rst  |  2 +-
>  test_plans/qos_sched_test_plan.rst                 |  4 +-
>  test_plans/shutdown_api_test_plan.rst              |  2 +-
>  test_plans/vf_macfilter_test_plan.rst              | 12 ++---
>  test_plans/vm2vm_virtio_net_perf_test_plan.rst     |  2 +-
>  12 files changed, 79 insertions(+), 76 deletions(-)
> 
> --
> 1.8.3.1


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

end of thread, other threads:[~2020-03-25  1:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-24  8:27 [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors Haiyang Zhao
2020-03-24  8:27 ` [dts] [PATCH V1 01/12] test_plans/cvl_fdir_test_plan: " Haiyang Zhao
2020-03-24  8:27 ` [dts] [PATCH V1 02/12] test_plans/ddp_l2tpv3_test_plan: " Haiyang Zhao
2020-03-24  8:27 ` [dts] [PATCH V1 03/12] test_plans/loopback_virtio_user_server_mode_test_plan: " Haiyang Zhao
2020-03-24  8:28 ` [dts] [PATCH V1 04/12] test_plans/ntb_test_plan: " Haiyang Zhao
2020-03-24  8:28 ` [dts] [PATCH V1 05/12] test_plans/pvp_vhost_user_reconnect_test_plan: " Haiyang Zhao
2020-03-24  8:28 ` [dts] [PATCH V1 06/12] test_plans/qos_sched_test_plan: " Haiyang Zhao
2020-03-24  8:28 ` [dts] [PATCH V1 07/12] test_plans/shutdown_api_test_plan: " Haiyang Zhao
2020-03-24  8:28 ` [dts] [PATCH V1 08/12] test_plans/vf_macfilter_test_plan: " Haiyang Zhao
2020-03-24  8:28 ` [dts] [PATCH V1 09/12] test_plans/vm2vm_virtio_net_perf_test_plan: " Haiyang Zhao
2020-03-24  8:28 ` [dts] [PATCH V1 10/12] test_plans/index: update index.rst *.delete removed test plans from index.rst: loopback_virtio_user_packed_ring_server_mode_test_plan, pvp_packed_ring_vhost_user_reconnect_test_plan, vhost_pmd_xstats_test_plan. *.add new test plans: ABI_stable_test, perf_virtio_user_loopback_test_plan, perf_virtio_user_pvp_test_plan, perf_vm2vm_virtio_net_perf_test_plan, pvp_virtio_user_multi_queues_port_restart_test_plan Haiyang Zhao
2020-03-24  8:28 ` [dts] [PATCH V1 11/12] doc/dts_gsg/usage_of_create_eal_and_start_testpmd: fix build warngings and errors Haiyang Zhao
2020-03-24  8:28 ` [dts] [PATCH V1 12/12] doc/dts_gsg/index: update index.rst Haiyang Zhao
2020-03-25  1:53 ` [dts] [PATCH V1 00/12] test_plans: fix build warnings and errors Tu, Lijuan

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).