[dts][PATCH V1] tests/tso add some nic unsupport checksum set outer-udp in hardware

Dukai Yuan dukaix.yuan at intel.com
Wed Oct 19 05:20:47 CEST 2022


I40E_10G-SFP_X722/I40E_10G-10G_BASE_T_X722/I40E_10G-10G_BASE_T_BC
unsupport checksum outer-udp with hardware. So test these NICs
checksum outer-udp via software.

Signed-off-by: Dukai Yuan <dukaix.yuan at intel.com>
---
 tests/TestSuite_tso.py | 3 +++
 1 file changed, 3 insertions(+)
 mode change 100644 => 100755 tests/TestSuite_tso.py

diff --git a/tests/TestSuite_tso.py b/tests/TestSuite_tso.py
old mode 100644
new mode 100755
index 9f4e27a3..fa98db95
--- a/tests/TestSuite_tso.py
+++ b/tests/TestSuite_tso.py
@@ -332,6 +332,9 @@ class TestTSO(TestCase):
             "I40E_40G-QSFP_A",
             "I40E_40G-QSFP_B",
             "I40E_25G-25G_SFP28",
+            "I40E_10G-SFP_X722",
+            "I40E_10G-10G_BASE_T_X722",
+            "I40E_10G-10G_BASE_T_BC",
         ]
         save_file = "/tmp/save.pcap"
         dump_pcap = "/tmp/tcpdump_%s.pcap" % rx_interface
-- 
2.17.1



More information about the dts mailing list