[V2,2/2] test_plans/vf_offload: format packet organization of previous cases into a table

Message ID 20221125091226.383666-3-ke1.xu@intel.com (mailing list archive)
State Superseded
Headers
Series update existing cases and add new cases to validate vf tunneling packets |

Checks

Context Check Description
ci/Intel-dts-format-test success Testing OK
ci/Intel-dts-pylama-test success Testing OK
ci/Intel-dts-doc-test success Testing OK
ci/Intel-dts-suite-test warning SKIPPED

Commit Message

Ke Xu Nov. 25, 2022, 9:12 a.m. UTC
  Format the packet organization into a table to make it better organized to
 read.

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

Patch

diff --git a/test_plans/vf_offload_test_plan.rst b/test_plans/vf_offload_test_plan.rst
index 8a5e36af..943de179 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,
@@ -232,7 +246,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,