test suite reviews and discussions
 help / color / mirror / Atom feed
From: Dukai Yuan <dukaix.yuan@intel.com>
To: dts@dpdk.org
Cc: Dukai Yuan <dukaix.yuan@intel.com>
Subject: [dts][PATCH V1] tests/tso add some nic unsupport checksum set outer-udp in hardware
Date: Wed, 19 Oct 2022 11:20:47 +0800	[thread overview]
Message-ID: <20221019032047.7258-1-dukaix.yuan@intel.com> (raw)

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@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


             reply	other threads:[~2022-10-19  3:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-19  3:20 Dukai Yuan [this message]
2022-10-19  5:45 ` Chen, LingliX
2022-11-18  8:11 ` lijuan.tu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221019032047.7258-1-dukaix.yuan@intel.com \
    --to=dukaix.yuan@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).