From: Lingli Chen <linglix.chen@intel.com>
To: dts@dpdk.org
Cc: Lingli Chen <linglix.chen@intel.com>
Subject: [dts] [PATCH V1 2/2] tests/shutdown_api: modify igb pktSize
Date: Fri, 30 Apr 2021 15:48:13 +0000 [thread overview]
Message-ID: <20210430154813.15699-3-linglix.chen@intel.com> (raw)
In-Reply-To: <20210430154813.15699-1-linglix.chen@intel.com>
According to dpdk commit ddbc8c16a97f ("net/e1000: fix max Rx packet size"). modify igb pktSize.
Signed-off-by: Lingli Chen <linglix.chen@intel.com>
---
tests/TestSuite_shutdown_api.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/TestSuite_shutdown_api.py b/tests/TestSuite_shutdown_api.py
index 79d0bdd7..03eb89ab 100644
--- a/tests/TestSuite_shutdown_api.py
+++ b/tests/TestSuite_shutdown_api.py
@@ -616,7 +616,7 @@ class TestShutdownApi(TestCase):
self.dut.send_expect("port start all", "testpmd> ", 100)
self.dut.send_expect("start", "testpmd> ")
- if self.nic in ['magnolia_park', 'niantic', 'twinpond', 'kawela_4', 'ironpond', 'springfountain', 'springville', 'powerville', 'sageville', 'sagepond']:
+ if self.nic in ['magnolia_park', 'niantic', 'twinpond', 'kawela_4', 'ironpond', 'springfountain', 'sageville', 'sagepond']:
# nantic vlan length will not be calculated
vlan_jumbo_size = jumbo_size + 4
else:
@@ -639,7 +639,7 @@ class TestShutdownApi(TestCase):
"""
On 1G NICs, when the jubmo frame MTU set as X, the software adjust it to (X + 4).
"""
- if self.nic in ["powerville", "springville", "kawela_4"]:
+ if self.nic in ["kawela_4"]:
jumbo_size += 4
self.check_forwarding(pktSize=jumbo_size - 1)
self.check_forwarding(pktSize=jumbo_size)
--
2.17.1
next prev parent reply other threads:[~2021-04-30 7:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-30 15:48 [dts] [PATCH V1 0/2] modify igb and igc nic pktsize Lingli Chen
2021-04-30 7:18 ` Chen, LingliX
2021-04-30 15:48 ` [dts] [PATCH V1 1/2] tests/mtu_update: modify igb and igc critical values Lingli Chen
2021-04-30 15:48 ` Lingli Chen [this message]
2021-05-25 5:38 ` [dts] [PATCH V1 0/2] modify igb and igc nic pktsize Tu, Lijuan
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=20210430154813.15699-3-linglix.chen@intel.com \
--to=linglix.chen@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).