test suite reviews and discussions
 help / color / mirror / Atom feed
From: Akihiko Odaki <akihiko.odaki@daynix.com>
Cc: dts@dpdk.org, Akihiko Odaki <akihiko.odaki@daynix.com>
Subject: [PATCH 3/3] tests/uni_pkt: Add IGB_1G-82576
Date: Fri, 14 Apr 2023 21:49:48 +0900	[thread overview]
Message-ID: <20230414124948.67376-4-akihiko.odaki@daynix.com> (raw)
In-Reply-To: <20230414124948.67376-1-akihiko.odaki@daynix.com>

IGB_1G-82576 uses L3_IPV4 for the default IPv4 packet type, and cannot
detect ICMP.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
 tests/TestSuite_uni_pkt.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/TestSuite_uni_pkt.py b/tests/TestSuite_uni_pkt.py
index e883b84d..8aa526f0 100644
--- a/tests/TestSuite_uni_pkt.py
+++ b/tests/TestSuite_uni_pkt.py
@@ -118,6 +118,7 @@ class TestUniPacket(TestCase):
             ipv4_default_packet_type = ["L2_ETHER", "L3_IPV4_EXT_UNKNOWN"]
         elif (
             "IXGBE_10G-82599_SFP" in self.nic
+            or "IGB_1G-82576" in self.nic
             or "IGB_1G-I350_COPPER" in self.nic
             or "cavium" in self.nic
             or "IXGBE_10G-X540T" in self.nic
@@ -153,6 +154,7 @@ class TestUniPacket(TestCase):
             pktType.pop("MAC_IPihl_SCTP_PKT")
         elif (
             "IXGBE_10G-82599_SFP" in self.nic
+            or "IGB_1G-82576" in self.nic
             or "IGB_1G-I350_COPPER" in self.nic
             or "cavium" in self.nic
             or "IXGBE_10G-X540T" in self.nic
@@ -181,6 +183,7 @@ class TestUniPacket(TestCase):
             ipv6_default_packet_type = ["L2_ETHER", "L3_IPV6_EXT_UNKNOWN"]
         elif (
             "IXGBE_10G-82599_SFP" in self.nic
+            or "IGB_1G-82576" in self.nic
             or "IGB_1G-I350_COPPER" in self.nic
             or "cavium" in self.nic
             or "IXGBE_10G-X540T" in self.nic
-- 
2.40.0


  parent reply	other threads:[~2023-04-14 12:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-14 12:49 [PATCH 0/3] Changes for IGB_1G-82576 Akihiko Odaki
2023-04-14 12:49 ` [PATCH 1/3] conf/test_case_checklist: Add IGB_1G-82576 Akihiko Odaki
2023-04-14 12:49 ` [PATCH 2/3] tests/pmdrssreta: " Akihiko Odaki
2023-04-14 12:49 ` Akihiko Odaki [this message]
2023-04-26  2:34   ` [PATCH 3/3] tests/uni_pkt: " 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=20230414124948.67376-4-akihiko.odaki@daynix.com \
    --to=akihiko.odaki@daynix.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).