* [dts] [PATCH] test_plans: Add a case to vxlan_test_plan.rst
@ 2019-07-01 10:12 Peng Yuan
2019-07-03 5:52 ` Tu, Lijuan
0 siblings, 1 reply; 2+ messages in thread
From: Peng Yuan @ 2019-07-01 10:12 UTC (permalink / raw)
To: dts; +Cc: Peng Yuan
Add a case to vxlan_test_plan.rst
Signed-off-by: Peng Yuan <yuan.peng@intel.com>
diff --git a/test_plans/vxlan_test_plan.rst b/test_plans/vxlan_test_plan.rst
index 83c99ac..60cfec9 100644
--- a/test_plans/vxlan_test_plan.rst
+++ b/test_plans/vxlan_test_plan.rst
@@ -33,7 +33,6 @@
=====================
Fortville Vxlan Tests
=====================
-
Cloud providers build virtual network overlays over existing network
infrastructure that provide tenant isolation and scaling. Tunneling
layers added to the packets carry the virtual networking frames over
@@ -58,7 +57,7 @@ Test Case: Vxlan ipv4 packet detect
===================================
Start testpmd with tunneling packet type to vxlan::
- testpmd -c ffff -n 4 -- -i --rxq=4 --txq=4 --nb-cores=8 --nb-ports=2 --tx-offloads=0x8fff
+ testpmd -c ffff -n 4 -- -i --rxq=4 --txq=4 --nb-cores=8 --nb-ports=2
Set rxonly packet forwarding mode and enable verbose log::
@@ -85,13 +84,11 @@ Send packet as table listed and check dumped packet type the same as column
| Yes | Ipv4 | Vxlan | Yes | Ipv4 | Udp | PKT_RX_IPV4_HDR_EXT | None |
+------------+----------+-----------+------------+----------+-----------+---------------------+-----------+
-
-
Test Case: Vxlan ipv6 packet detect
===================================
Start testpmd with tunneling packet type to vxlan::
- testpmd -c ffff -n 4 -- -i --disable-rss --rxq=4 --txq=4 --nb-cores=8 --nb-ports=2 --tx-offloads=0x8fff
+ testpmd -c ffff -n 4 -- -i --disable-rss --rxq=4 --txq=4 --nb-cores=8 --nb-ports=2
Set rxonly packet forwarding mode and enable verbose log::
@@ -118,13 +115,11 @@ column "Rx packet type".
| Yes | Ipv6 | Vxlan | Yes | Ipv6 | Udp | PKT_RX_IPV6_HDR_EXT | None |
+------------+----------+-----------+------------+----------+-----------+---------------------+-----------+
-
Test Case: Vxlan ipv4 checksum offload
======================================
-
Start testpmd with tunneling packet type to vxlan::
- testpmd -c ffff -n 4 -- -i --rxq=4 --txq=4 --nb-cores=8 --nb-ports=2 --tx-offloads=0x8fff
+ testpmd -c ffff -n 4 -- -i --rxq=4 --txq=4 --nb-cores=8 --nb-ports=2
Set csum packet forwarding mode and enable verbose log::
@@ -216,7 +211,6 @@ checksum corrected and there's correct l4 chksum error counter increased.
| Yes | Ipv4 | Vxlan | None | Ipv4 | Bad Sctp |
+------------+----------+-----------+------------+----------+-----------+
-
Test Case: Vxlan ipv6 checksum offload
======================================
Start testpmd with tunneling packet type::
@@ -285,12 +279,12 @@ increased.
| Yes | Ipv6 | Vxlan | Yes | Ipv4 | Bad Sctp |
+------------+----------+-----------+------------+----------+-----------+
-Test Case: Cloud Filter
+Test Case: Tunnel Filter
========================
Start testpmd with tunneling packet type to vxlan and disable receive side
scale for hardware limitation::
- testpmd -c ffff -n 4 -- -i --disable-rss --rxq=4 --txq=4 --nb-cores=8 --nb-ports=2 --tx-offloads=0x8fff
+ testpmd -c ffff -n 4 -- -i --disable-rss --rxq=4 --txq=4 --nb-cores=8 --nb-ports=2
Set rxonly packet forwarding mode and enable verbose log::
@@ -319,12 +313,18 @@ Then send one packet and check packet was forwarded into right queue.
| No | No | No | No | Yes | No | 1 |
+------------+------------+------------+----------+----------+--------+-------+
-
Add Cloud filter to max number will be failed.
Remove Cloud filter which has been added. Then send one packet and check
packet was received in queue 0.
+Test Case: Tunnel Filter invalid
+================================
+Start testpmd with tunneling packet type to vxlan and disable receive side
+scale for hardware limitation::
+
+ testpmd -c ffff -n 4 -- -i --disable-rss --rxq=4 --txq=4 --nb-cores=8 --nb-ports=2
+
Add Cloud filter with invalid Mac address "00:00:00:00:01" will be failed.
Add Cloud filter with invalid ip address "192.168.1.256" will be failed.
@@ -337,7 +337,6 @@ Add Cloud filter with invalid queue id "64" will be failed.
Test Case: Vxlan Checksum Offload Performance Benchmarking
==========================================================
-
The throughput is measured for each of these cases for vxlan tx checksum
offload of "all by software", "L3 offload by hardware", "L4 offload by
hardware", "l3&l4 offload by hardware".
--
2.14.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dts] [PATCH] test_plans: Add a case to vxlan_test_plan.rst
2019-07-01 10:12 [dts] [PATCH] test_plans: Add a case to vxlan_test_plan.rst Peng Yuan
@ 2019-07-03 5:52 ` Tu, Lijuan
0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-07-03 5:52 UTC (permalink / raw)
To: Peng, Yuan, dts; +Cc: Peng, Yuan
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Peng Yuan
> Sent: Monday, July 1, 2019 6:13 PM
> To: dts@dpdk.org
> Cc: Peng, Yuan <yuan.peng@intel.com>
> Subject: [dts] [PATCH] test_plans: Add a case to vxlan_test_plan.rst
>
> Add a case to vxlan_test_plan.rst
>
> Signed-off-by: Peng Yuan <yuan.peng@intel.com>
>
> diff --git a/test_plans/vxlan_test_plan.rst b/test_plans/vxlan_test_plan.rst
> index 83c99ac..60cfec9 100644
> --- a/test_plans/vxlan_test_plan.rst
> +++ b/test_plans/vxlan_test_plan.rst
> @@ -33,7 +33,6 @@
> =====================
> Fortville Vxlan Tests
> =====================
> -
> Cloud providers build virtual network overlays over existing network
> infrastructure that provide tenant isolation and scaling. Tunneling layers
> added to the packets carry the virtual networking frames over @@ -58,7
> +57,7 @@ Test Case: Vxlan ipv4 packet detect
> ===================================
> Start testpmd with tunneling packet type to vxlan::
>
> - testpmd -c ffff -n 4 -- -i --rxq=4 --txq=4 --nb-cores=8 --nb-ports=2 --tx-
> offloads=0x8fff
> + testpmd -c ffff -n 4 -- -i --rxq=4 --txq=4 --nb-cores=8
> + --nb-ports=2
>
> Set rxonly packet forwarding mode and enable verbose log::
>
> @@ -85,13 +84,11 @@ Send packet as table listed and check dumped packet
> type the same as column
> | Yes | Ipv4 | Vxlan | Yes | Ipv4 | Udp |
> PKT_RX_IPV4_HDR_EXT | None |
> +------------+----------+-----------+------------+----------+-----------+---------------------+------
> -----+
>
> -
> -
> Test Case: Vxlan ipv6 packet detect
> ===================================
> Start testpmd with tunneling packet type to vxlan::
>
> - testpmd -c ffff -n 4 -- -i --disable-rss --rxq=4 --txq=4 --nb-cores=8 --nb-
> ports=2 --tx-offloads=0x8fff
> + testpmd -c ffff -n 4 -- -i --disable-rss --rxq=4 --txq=4
> + --nb-cores=8 --nb-ports=2
>
> Set rxonly packet forwarding mode and enable verbose log::
>
> @@ -118,13 +115,11 @@ column "Rx packet type".
> | Yes | Ipv6 | Vxlan | Yes | Ipv6 | Udp |
> PKT_RX_IPV6_HDR_EXT | None |
> +------------+----------+-----------+------------+----------+-----------+---------------------+------
> -----+
>
> -
> Test Case: Vxlan ipv4 checksum offload
> ======================================
> -
> Start testpmd with tunneling packet type to vxlan::
>
> - testpmd -c ffff -n 4 -- -i --rxq=4 --txq=4 --nb-cores=8 --nb-ports=2 --tx-
> offloads=0x8fff
> + testpmd -c ffff -n 4 -- -i --rxq=4 --txq=4 --nb-cores=8
> + --nb-ports=2
>
> Set csum packet forwarding mode and enable verbose log::
>
> @@ -216,7 +211,6 @@ checksum corrected and there's correct l4 chksum
> error counter increased.
> | Yes | Ipv4 | Vxlan | None | Ipv4 | Bad Sctp |
> +------------+----------+-----------+------------+----------+-----------+
>
> -
> Test Case: Vxlan ipv6 checksum offload
> ======================================
> Start testpmd with tunneling packet type::
> @@ -285,12 +279,12 @@ increased.
> | Yes | Ipv6 | Vxlan | Yes | Ipv4 | Bad Sctp |
> +------------+----------+-----------+------------+----------+-----------+
>
> -Test Case: Cloud Filter
> +Test Case: Tunnel Filter
> ========================
> Start testpmd with tunneling packet type to vxlan and disable receive side
> scale for hardware limitation::
>
> - testpmd -c ffff -n 4 -- -i --disable-rss --rxq=4 --txq=4 --nb-cores=8 --nb-
> ports=2 --tx-offloads=0x8fff
> + testpmd -c ffff -n 4 -- -i --disable-rss --rxq=4 --txq=4
> + --nb-cores=8 --nb-ports=2
>
> Set rxonly packet forwarding mode and enable verbose log::
>
> @@ -319,12 +313,18 @@ Then send one packet and check packet was
> forwarded into right queue.
> | No | No | No | No | Yes | No | 1 |
> +------------+------------+------------+----------+----------+--------+-------+
>
> -
> Add Cloud filter to max number will be failed.
>
> Remove Cloud filter which has been added. Then send one packet and check
> packet was received in queue 0.
>
> +Test Case: Tunnel Filter invalid
> +================================
> +Start testpmd with tunneling packet type to vxlan and disable receive
> +side scale for hardware limitation::
> +
> + testpmd -c ffff -n 4 -- -i --disable-rss --rxq=4 --txq=4
> + --nb-cores=8 --nb-ports=2
> +
> Add Cloud filter with invalid Mac address "00:00:00:00:01" will be failed.
>
> Add Cloud filter with invalid ip address "192.168.1.256" will be failed.
> @@ -337,7 +337,6 @@ Add Cloud filter with invalid queue id "64" will be
> failed.
>
> Test Case: Vxlan Checksum Offload Performance Benchmarking
> ==========================================================
> -
> The throughput is measured for each of these cases for vxlan tx checksum
> offload of "all by software", "L3 offload by hardware", "L4 offload by
> hardware", "l3&l4 offload by hardware".
> --
> 2.14.3
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-07-03 5:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-01 10:12 [dts] [PATCH] test_plans: Add a case to vxlan_test_plan.rst Peng Yuan
2019-07-03 5:52 ` 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).