* [dts] [PATCH V1 0/2] add support NIC
@ 2020-09-30 6:46 Chen Linglix
2020-09-30 6:46 ` [dts] [dts 1/2] tests/TestSuite_userspace_ethtool:add foxville Chen Linglix
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Chen Linglix @ 2020-09-30 6:46 UTC (permalink / raw)
To: dts; +Cc: Chen Linglix
add support NIC
Chen Linglix (2):
tests/TestSuite_userspace_ethtool:add foxville
tests/TestSuite_inline_ipsec:add support NIC twinpond
tests/TestSuite_inline_ipsec.py | 2 +-
tests/TestSuite_userspace_ethtool.py | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
--
2.17.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dts] [dts 1/2] tests/TestSuite_userspace_ethtool:add foxville
2020-09-30 6:46 [dts] [PATCH V1 0/2] add support NIC Chen Linglix
@ 2020-09-30 6:46 ` Chen Linglix
2020-09-30 6:46 ` [dts] [dts 2/2] tests/TestSuite_inline_ipsec:add support NIC twinpond Chen Linglix
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Chen Linglix @ 2020-09-30 6:46 UTC (permalink / raw)
To: dts; +Cc: Chen Linglix
Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
tests/TestSuite_userspace_ethtool.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/TestSuite_userspace_ethtool.py b/tests/TestSuite_userspace_ethtool.py
index 213a6283..68dace33 100644
--- a/tests/TestSuite_userspace_ethtool.py
+++ b/tests/TestSuite_userspace_ethtool.py
@@ -585,7 +585,7 @@ class TestUserspaceEthtool(TestCase, IxiaPacketGenerator):
mtus = [1519, 2048]
mtu_threshold = 2022
offset = 0
- if self.nic in ['powerville', 'springville']:
+ if self.nic in ['powerville', 'springville', 'foxville']:
mtu_threshold = 2026
offset = 4
# RTE_ETHER_HDR_LEN + RTE_ETHER_CRC_LEN + ICE_VLAN_TAG_SIZE * 2
@@ -605,7 +605,7 @@ class TestUserspaceEthtool(TestCase, IxiaPacketGenerator):
# The mtu threshold is 2022,When it is greater than 2022, the open/stop port is required.
if mtu > mtu_threshold:
- if self.nic in ['powerville', 'springville']:
+ if self.nic in ['powerville', 'springville', 'foxville']:
mtu = mtu_threshold
self.dut.send_expect("stop %s" % index, "EthApp>")
self.dut.send_expect("mtu %d %d" % (index, mtu), "EthApp>")
--
2.17.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dts] [dts 2/2] tests/TestSuite_inline_ipsec:add support NIC twinpond
2020-09-30 6:46 [dts] [PATCH V1 0/2] add support NIC Chen Linglix
2020-09-30 6:46 ` [dts] [dts 1/2] tests/TestSuite_userspace_ethtool:add foxville Chen Linglix
@ 2020-09-30 6:46 ` Chen Linglix
2020-09-30 6:57 ` [dts] [PATCH V1 0/2] add support NIC Chen, LingliX
2020-10-13 2:23 ` Tu, Lijuan
3 siblings, 0 replies; 5+ messages in thread
From: Chen Linglix @ 2020-09-30 6:46 UTC (permalink / raw)
To: dts; +Cc: Chen Linglix
Signed-off-by: Chen Linglix <linglix.chen@intel.com>
---
tests/TestSuite_inline_ipsec.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_inline_ipsec.py b/tests/TestSuite_inline_ipsec.py
index 2e6ec7c0..2b599374 100644
--- a/tests/TestSuite_inline_ipsec.py
+++ b/tests/TestSuite_inline_ipsec.py
@@ -58,7 +58,7 @@ class TestInlineIpsec(TestCase):
"""
Run at the start of each test suite.
"""
- self.verify(self.nic in ["niantic"], "%s NIC not support" % self.nic)
+ self.verify(self.nic in ["niantic", "twinpond"], "%s NIC not support" % self.nic)
self.verify(self.drivername in ["vfio-pci"], "%s drivername not support" % self.drivername)
self.dut_ports = self.dut.get_ports(self.nic)
self.verify(len(self.dut_ports) >= 2, "Insufficient ports")
--
2.17.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dts] [PATCH V1 0/2] add support NIC
2020-09-30 6:46 [dts] [PATCH V1 0/2] add support NIC Chen Linglix
2020-09-30 6:46 ` [dts] [dts 1/2] tests/TestSuite_userspace_ethtool:add foxville Chen Linglix
2020-09-30 6:46 ` [dts] [dts 2/2] tests/TestSuite_inline_ipsec:add support NIC twinpond Chen Linglix
@ 2020-09-30 6:57 ` Chen, LingliX
2020-10-13 2:23 ` Tu, Lijuan
3 siblings, 0 replies; 5+ messages in thread
From: Chen, LingliX @ 2020-09-30 6:57 UTC (permalink / raw)
To: dts
[-- Attachment #1: Type: text/plain, Size: 297 bytes --]
Tested-by: Chen, LingliX <linglix.chen@intel.com>
Regards,
Chen, LingliX
> -----Original Message-----
> From: Chen, LingliX
> Sent: Wednesday, September 30, 2020 2:47 PM
> To: dts@dpdk.org
> Cc: Chen, LingliX <linglix.chen@intel.com>
> Subject: [dts][PATCH V1 0/2] add support NIC
[-- Attachment #2: TestInlineIpsec.log --]
[-- Type: application/octet-stream, Size: 60077 bytes --]
[-- Attachment #3: TestUserspaceEthtool.log --]
[-- Type: application/octet-stream, Size: 103507 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dts] [PATCH V1 0/2] add support NIC
2020-09-30 6:46 [dts] [PATCH V1 0/2] add support NIC Chen Linglix
` (2 preceding siblings ...)
2020-09-30 6:57 ` [dts] [PATCH V1 0/2] add support NIC Chen, LingliX
@ 2020-10-13 2:23 ` Tu, Lijuan
3 siblings, 0 replies; 5+ messages in thread
From: Tu, Lijuan @ 2020-10-13 2:23 UTC (permalink / raw)
To: Chen, LingliX, dts; +Cc: Chen, LingliX
> add support NIC
Applied
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-10-13 2:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-30 6:46 [dts] [PATCH V1 0/2] add support NIC Chen Linglix
2020-09-30 6:46 ` [dts] [dts 1/2] tests/TestSuite_userspace_ethtool:add foxville Chen Linglix
2020-09-30 6:46 ` [dts] [dts 2/2] tests/TestSuite_inline_ipsec:add support NIC twinpond Chen Linglix
2020-09-30 6:57 ` [dts] [PATCH V1 0/2] add support NIC Chen, LingliX
2020-10-13 2:23 ` Tu, Lijuan
test suite reviews and discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://inbox.dpdk.org/dts/0 dts/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 dts dts/ http://inbox.dpdk.org/dts \
dts@dpdk.org
public-inbox-index dts
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://inbox.dpdk.org/inbox.dpdk.dts
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git