@@ -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,
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(-)