test suite reviews and discussions
 help / color / mirror / Atom feed
From: Yu Jiang <yux.jiang@intel.com>
To: lijuan.tu@intel.com, dts@dpdk.org
Cc: Yu Jiang <yux.jiang@intel.com>
Subject: [dts][PATCH V1 1/4] framework/*: to correct I40E_10G-SFP_X710 codename
Date: Wed, 10 May 2023 18:08:58 +0800	[thread overview]
Message-ID: <20230510100901.991779-2-yux.jiang@intel.com> (raw)
In-Reply-To: <20230510100901.991779-1-yux.jiang@intel.com>

To correct I40E_10G-SFP_X710 codename

Signed-off-by: Yu Jiang <yux.jiang@intel.com>
---
 framework/settings.py  | 6 +++---
 framework/test_case.py | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/framework/settings.py b/framework/settings.py
index 4a6f1705..1a561dda 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -52,7 +52,7 @@ NICS = {
     "IGB_1G-PCH_LPT_I217_LM": "8086:153a",
     "IGB_1G-PCH_LPTLP_I218_V": "8086:1559",
     "IGB_1G-PCH_LPTLP_I218_LM": "8086:155a",
-    "I40E_10G-SFP_XL710": "8086:1572",
+    "I40E_10G-SFP_X710": "8086:1572",
     "I40E_40G-QSFP_A": "8086:1583",
     "I40E_40G-QSFP_B": "8086:1584",
     "I40E_10G-X722_A0": "8086:374c",
@@ -101,7 +101,7 @@ NICS = {
 }
 
 ETH_700_SERIES = (
-    "I40E_10G-SFP_XL710",
+    "I40E_10G-SFP_X710",
     "I40E_40G-QSFP_A",
     "I40E_40G-QSFP_B",
     "I40E_10G-SFP_X722",
@@ -147,7 +147,7 @@ DRIVERS = {
     "IGB_1G-PCH_LPT_I217_LM": "igb",
     "IGB_1G-PCH_LPTLP_I218_V": "igb",
     "IGB_1G-PCH_LPTLP_I218_LM": "igb",
-    "I40E_10G-SFP_XL710": "i40e",
+    "I40E_10G-SFP_X710": "i40e",
     "I40E_40G-QSFP_A": "i40e",
     "I40E_40G-QSFP_B": "i40e",
     "I40E_10G-X722_A0": "i40e",
diff --git a/framework/test_case.py b/framework/test_case.py
index 86f5bbbf..68f89407 100644
--- a/framework/test_case.py
+++ b/framework/test_case.py
@@ -507,7 +507,7 @@ class TestCase(object):
             bitrate *= 2.5  # 2.5 Gb NICs
         elif nic in ["I40E_40G-QSFP_A", "I40E_40G-QSFP_B"]:
             bitrate *= 40
-        elif nic == "I40E_10G-SFP_XL710":
+        elif nic == "I40E_10G-SFP_X710":
             bitrate *= 10
         elif nic == "I40E_10G-SFP_X722":
             bitrate *= 10
-- 
2.25.1


  reply	other threads:[~2023-05-10 10:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-10 10:08 [dts][PATCH V1 0/4] to-correct-I40E_10G-SFP_X710-codename Yu Jiang
2023-05-10 10:08 ` Yu Jiang [this message]
2023-05-10 10:08 ` [dts][PATCH V1 2/4] test_plans/ip_pipeline: to correct I40E_10G-SFP_X710 codename Yu Jiang
2023-05-10 10:09 ` [dts][PATCH V1 3/4] tests/*: " Yu Jiang
2023-05-10 10:09 ` [dts][PATCH V1 4/4] conf/*: " Yu Jiang
2023-05-25  2:08   ` 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=20230510100901.991779-2-yux.jiang@intel.com \
    --to=yux.jiang@intel.com \
    --cc=dts@dpdk.org \
    --cc=lijuan.tu@intel.com \
    /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).