[DTS][PATCH V3 2/2] test_plans/vf_offload: format packet organization of previous cases into a table

Ke Xu ke1.xu at intel.com
Tue Dec 13 10:01:41 CET 2022


Format the packet organization into a table to make it better organized to
 read.

Signed-off-by: Ke Xu <ke1.xu at intel.com>
---
 test_plans/vf_offload_test_plan.rst | 30 +++++++++++++++++++++++++++--
 1 file changed, 28 insertions(+), 2 deletions(-)

diff --git a/test_plans/vf_offload_test_plan.rst b/test_plans/vf_offload_test_plan.rst
index f80290f5..00b221ca 100644
--- a/test_plans/vf_offload_test_plan.rst
+++ b/test_plans/vf_offload_test_plan.rst
@@ -102,7 +102,21 @@ Enable the IPv4/UDP/TCP/SCTP HW checksum offload on port 0::
     TX threshold registers: pthresh=32 hthresh=8 wthresh=8
 
 Configure the traffic generator to send the multiple packets for the following
-combination: IPv4/UDP, IPv4/TCP, IPv4/SCTP, IPv6/UDP, IPv6/TCP.
+combination:
+
+  +----------------+----------------------------------------+
+  | packet type    | packet organization                    |
+  +================+========================================+
+  |                | Ether / IPv4 / UDP / payload           |
+  |                +----------------------------------------+
+  |                | Ether / IPv4 / TCP / payload           |
+  |                +----------------------------------------+
+  | packets        | Ether / IPv4 / SCTP / payload          |
+  | for checksum   +----------------------------------------+
+  | offload test   | Ether / IPv6 / UDP / payload           |
+  |                +----------------------------------------+
+  |                | Ether / IPv6 / TCP / payload           |
+  +----------------+----------------------------------------+
 
 Send packets with incorrect checksum,
 verify dpdk can rx it and report the checksum error,
@@ -237,7 +251,19 @@ Enable the IPv4/UDP/TCP/SCTP SW checksum offload on port 0::
     TX threshold registers: pthresh=32 hthresh=8 wthresh=8
 
 Configure the traffic generator to send the multiple packets for the following
-combination: IPv4/UDP, IPv4/TCP, IPv6/UDP, IPv6/TCP.
+combination:
+
+  +----------------+----------------------------------------+
+  | packet type    | packet organization                    |
+  +================+========================================+
+  |                | Ether / IPv4 / UDP / payload           |
+  |                +----------------------------------------+
+  | packets        | Ether / IPv4 / TCP / payload           |
+  | for checksum   +----------------------------------------+
+  | offload test   | Ether / IPv6 / UDP / payload           |
+  |                +----------------------------------------+
+  |                | Ether / IPv6 / TCP / payload           |
+  +----------------+----------------------------------------+
 
 Send packets with incorrect checksum,
 verify dpdk can rx it and report the checksum error,
-- 
2.25.1



More information about the dts mailing list