[V1,07/12] test_plans/ice_advanced_rss: dts adaptation DPDk checksum function changes

Message ID 20221125091637.1811-7-weiyuanx.li@intel.com (mailing list archive)
State Accepted
Headers
Series [V1,01/12] test_plans/vf_offload: dts adaptation DPDk checksum function changes |

Commit Message

Weiyuan Li Nov. 25, 2022, 9:16 a.m. UTC
  DPDK22.11 236bc417e2da(app/testpmd: fix MAC header in checksum forward
engine) changes the checksum functions adds switches to control whether
to exchange MAC address.

Modify DTS code to adapt to this change.

Signed-off-by: Weiyuan Li <weiyuanx.li@intel.com>
---
 test_plans/ice_advanced_rss_test_plan.rst | 6 ++++++
 1 file changed, 6 insertions(+)
  

Patch

diff --git a/test_plans/ice_advanced_rss_test_plan.rst b/test_plans/ice_advanced_rss_test_plan.rst
index d2e8a07a..755a1a37 100644
--- a/test_plans/ice_advanced_rss_test_plan.rst
+++ b/test_plans/ice_advanced_rss_test_plan.rst
@@ -2562,6 +2562,12 @@  Test case: Set HW csum, flow rule does not impact RX checksum and TX checksum
     csum set sctp hw 0
     port start all
     set verbose 1
+
+    Due to DPDK 236bc417e2da(app/testpmd: fix MAC header in checksum forward engine) changes the checksum 
+    functions adds switches to control whether to exchange MAC address.
+    Currently, our test scripts are based on not exchanging MAC addresses, mac-swap needs to be disabled:
+    testpmd> csum mac-swap off 0
+
     start
 
 3. Capture the tx packet at tester port and check checksum values same as expect pkts::