* Re: [dts] [PATCH V1] tests/TestSuite_vf_rss:add fortpark_TLV and sagevill NIC
2019-07-02 7:06 [dts] [PATCH V1] tests/TestSuite_vf_rss:add fortpark_TLV and sagevill NIC zhang,yan
@ 2019-07-02 7:02 ` Zhang, YanX A
2019-07-03 5:45 ` Tu, Lijuan
1 sibling, 0 replies; 3+ messages in thread
From: Zhang, YanX A @ 2019-07-02 7:02 UTC (permalink / raw)
To: dts
Tested-by: Zhang, YanX A <yanx.a.zhang@intel.com>
-----Original Message-----
From: Zhang, YanX A
Sent: Tuesday, July 2, 2019 3:06 PM
To: dts@dpdk.org
Cc: Zhang, YanX A <yanx.a.zhang@intel.com>
Subject: [dts][PATCH V1] tests/TestSuite_vf_rss:add fortpark_TLV and sagevill NIC
add fortpark_TLV and sagevill NIC to support.
Signed-off-by: zhang,yan <yanx.a.zhang@intel.com>
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/TestSuite_vf_rss.py b/tests/TestSuite_vf_rss.py index 3ad5517..e5c19e2 100644
--- a/tests/TestSuite_vf_rss.py
+++ b/tests/TestSuite_vf_rss.py
@@ -212,7 +212,7 @@ class TestVfRss(TestCase):
"""
self.verify(
- self.nic in ["niantic", "fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25g"],
+ self.nic in ["niantic", "fortville_eagle",
+ "fortville_spirit", "fortville_spirit_single", "fortville_25g",
+ "sageville", "fortpark_TLV"],
"NIC Unsupported: " + str(self.nic))
self.dut_ports = self.dut.get_ports(self.nic)
self.verify(len(self.dut_ports) >= 1, "Not enough ports available")
--
2.17.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* [dts] [PATCH V1] tests/TestSuite_vf_rss:add fortpark_TLV and sagevill NIC
@ 2019-07-02 7:06 zhang,yan
2019-07-02 7:02 ` Zhang, YanX A
2019-07-03 5:45 ` Tu, Lijuan
0 siblings, 2 replies; 3+ messages in thread
From: zhang,yan @ 2019-07-02 7:06 UTC (permalink / raw)
To: dts; +Cc: zhang,yan
add fortpark_TLV and sagevill NIC to support.
Signed-off-by: zhang,yan <yanx.a.zhang@intel.com>
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/tests/TestSuite_vf_rss.py b/tests/TestSuite_vf_rss.py
index 3ad5517..e5c19e2 100644
--- a/tests/TestSuite_vf_rss.py
+++ b/tests/TestSuite_vf_rss.py
@@ -212,7 +212,7 @@ class TestVfRss(TestCase):
"""
self.verify(
- self.nic in ["niantic", "fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25g"],
+ self.nic in ["niantic", "fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25g", "sageville", "fortpark_TLV"],
"NIC Unsupported: " + str(self.nic))
self.dut_ports = self.dut.get_ports(self.nic)
self.verify(len(self.dut_ports) >= 1, "Not enough ports available")
--
2.17.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH V1] tests/TestSuite_vf_rss:add fortpark_TLV and sagevill NIC
2019-07-02 7:06 [dts] [PATCH V1] tests/TestSuite_vf_rss:add fortpark_TLV and sagevill NIC zhang,yan
2019-07-02 7:02 ` Zhang, YanX A
@ 2019-07-03 5:45 ` Tu, Lijuan
1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2019-07-03 5:45 UTC (permalink / raw)
To: Zhang, YanX A, dts; +Cc: Zhang, YanX A
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhang,yan
> Sent: Tuesday, July 2, 2019 3:06 PM
> To: dts@dpdk.org
> Cc: Zhang, YanX A <yanx.a.zhang@intel.com>
> Subject: [dts] [PATCH V1] tests/TestSuite_vf_rss:add fortpark_TLV and
> sagevill NIC
>
> add fortpark_TLV and sagevill NIC to support.
>
> Signed-off-by: zhang,yan <yanx.a.zhang@intel.com>
> ---
> tests/TestSuite_vf_rss.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_vf_rss.py b/tests/TestSuite_vf_rss.py index
> 3ad5517..e5c19e2 100644
> --- a/tests/TestSuite_vf_rss.py
> +++ b/tests/TestSuite_vf_rss.py
> @@ -212,7 +212,7 @@ class TestVfRss(TestCase):
> """
>
> self.verify(
> - self.nic in ["niantic", "fortville_eagle", "fortville_spirit",
> "fortville_spirit_single", "fortville_25g"],
> + self.nic in ["niantic", "fortville_eagle",
> + "fortville_spirit", "fortville_spirit_single", "fortville_25g",
> + "sageville", "fortpark_TLV"],
> "NIC Unsupported: " + str(self.nic))
> self.dut_ports = self.dut.get_ports(self.nic)
> self.verify(len(self.dut_ports) >= 1, "Not enough ports available")
> --
> 2.17.2
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-07-03 5:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-02 7:06 [dts] [PATCH V1] tests/TestSuite_vf_rss:add fortpark_TLV and sagevill NIC zhang,yan
2019-07-02 7:02 ` Zhang, YanX A
2019-07-03 5:45 ` Tu, Lijuan
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).