test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V2 1/2] test_plans/ip_pipeline: redesign the cases to test rss pipline
@ 2022-09-08 11:43 Song Jiale
  2022-09-08  3:30 ` Jiale, SongX
  2022-09-08 11:43 ` [dts] [PATCH V2 2/2] tests/ip_pipeline: " Song Jiale
  0 siblings, 2 replies; 6+ messages in thread
From: Song Jiale @ 2022-09-08 11:43 UTC (permalink / raw)
  To: dts; +Cc: Song Jiale

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1787 bytes --]

the case of rss pipline only support i40e, redesign the cases to support ice.

Signed-off-by: Song Jiale <songx.jiale@intel.com>
---
 test_plans/ip_pipeline_test_plan.rst | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/test_plans/ip_pipeline_test_plan.rst b/test_plans/ip_pipeline_test_plan.rst
index c504efa4..395b1bc5 100644
--- a/test_plans/ip_pipeline_test_plan.rst
+++ b/test_plans/ip_pipeline_test_plan.rst
@@ -171,17 +171,14 @@ Test Case: RSS pipeline
 
     ./<build_target>/examples/dpdk-ip_pipeline -c 0x1f -n 4 –- -s examples/rss.cli
 
-3. Send following packets with one test port::
+3. Send 20 IP packets randomly for one test port
 
-    packet_1:Ether(dst="00:11:22:33:44:55")/IP(src="100.0.10.1",dst="100.0.20.2")/Raw(load="X"*6)
-    packet_2:Ether(dst="00:11:22:33:44:55")/IP(src="100.0.0.0",dst="100.0.0.1")/Raw(load="X"*6)
-    packet_3:Ether(dst="00:11:22:33:44:55")/IP(src="100.0.10.1",dst="100.0.0.2")/Raw(load="X"*6)
-    packet_4:Ether(dst="00:11:22:33:44:55")/IP(src="100.0.0.1",dst="100.0.10.2")/Raw(load="X"*6)
+4. Check the test port can be received and assigned to other ports through RSS
+   Verify that the sum of packets received by all ports is 20.
+   Verify all tester_port can received packets.
 
-   Verify packet_1 was received by tester_port_0.
-   Verify packet_2 was received by tester_port_1.
-   Verify packet_3 was received by tester_port_2.
-   Verify packet_4 was received by tester_port_3.
+5. Repeat steps 3-4 to ensure that the RSS functions of all test ports are normal.
+   Verify that packets of the same IP can be assigned to the same port through different test ports.
 
 Test Case: vf l2fwd pipeline(pf bound to dpdk driver)
 ======================================================
-- 
2.17.1


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

end of thread, other threads:[~2022-09-08  8:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-08 11:43 [dts] [PATCH V2 1/2] test_plans/ip_pipeline: redesign the cases to test rss pipline Song Jiale
2022-09-08  3:30 ` Jiale, SongX
2022-09-08 11:43 ` [dts] [PATCH V2 2/2] tests/ip_pipeline: " Song Jiale
2022-09-08  3:30   ` Jiale, SongX
2022-09-08  7:03   ` Chen, LingliX
2022-09-08  8:03   ` 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).