test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH v2] tests/TestSuite_vf_interrupt_pmd:add nic carlsville
@ 2020-04-20  8:53 Xu, Hailin
  2020-04-21  3:01 ` Zhao, XinfengX
  2020-04-21  3:31 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Xu, Hailin @ 2020-04-20  8:53 UTC (permalink / raw)
  To: dts; +Cc: xu,hailin

From: "xu,hailin" <hailinx.xu@intel.com>

carlsville driver is i40e, so the nic support the suite.

Signed-off-by: xu,hailin <hailinx.xu@intel.com>
---
 tests/TestSuite_vf_interrupt_pmd.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_vf_interrupt_pmd.py b/tests/TestSuite_vf_interrupt_pmd.py
index dde20a0..55a8e3d 100644
--- a/tests/TestSuite_vf_interrupt_pmd.py
+++ b/tests/TestSuite_vf_interrupt_pmd.py
@@ -319,7 +319,7 @@ class TestVfInterruptPmd(TestCase):
         """
         Check Interrupt for VF with vfio driver, need test with i40e driver
         """
-        self.verify(self.nic in ['fortville_eagle', 'fortville_spirit', 'fortville_spirit_single', 'fortpark_TLV',"fortpark_BASE-T"], '%s nic port not support vf multi-queues interrupt' % str(self.nic))
+        self.verify(self.nic in ['fortville_eagle', 'fortville_spirit', 'fortville_spirit_single', 'fortpark_TLV',"fortpark_BASE-T", 'carlsville'], '%s nic port not support vf multi-queues interrupt' % str(self.nic))
         self.queues = 4
         self.prepare_l3fwd_power(self.dut)
         self.set_NIC_link()
@@ -349,7 +349,7 @@ class TestVfInterruptPmd(TestCase):
         """
         Check for interrupts within the VM, need test with i40e driver
         """
-        self.verify(self.nic in ['fortville_eagle', 'fortville_spirit', 'fortville_spirit_single','fortpark_TLV', 'fortpark_BASE-T'], '%s nic port not support vf multi-queues interrupt' % str(self.nic))
+        self.verify(self.nic in ['fortville_eagle', 'fortville_spirit', 'fortville_spirit_single','fortpark_TLV', 'fortpark_BASE-T', 'carlsville'], '%s nic port not support vf multi-queues interrupt' % str(self.nic))
         self.setup_vm_env()
         self.vm0_dut.send_expect("ip link set %s vf 0 mac %s" %
                                  (self.host_intf0, self.vf0_mac), "# ")
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH v2] tests/TestSuite_vf_interrupt_pmd:add nic carlsville
  2020-04-20  8:53 [dts] [PATCH v2] tests/TestSuite_vf_interrupt_pmd:add nic carlsville Xu, Hailin
@ 2020-04-21  3:01 ` Zhao, XinfengX
  2020-04-21  3:31 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Zhao, XinfengX @ 2020-04-21  3:01 UTC (permalink / raw)
  To: dts; +Cc: Xu, HailinX

Tested-by:  Zhao, Xinfeng<xinfengx.zhao@intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xu, Hailin
Sent: Monday, April 20, 2020 4:53 PM
To: dts@dpdk.org
Cc: Xu, HailinX <hailinx.xu@intel.com>
Subject: [dts] [PATCH v2] tests/TestSuite_vf_interrupt_pmd:add nic carlsville

From: "xu,hailin" <hailinx.xu@intel.com>

carlsville driver is i40e, so the nic support the suite.

Signed-off-by: xu,hailin <hailinx.xu@intel.com>
---
 tests/TestSuite_vf_interrupt_pmd.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/TestSuite_vf_interrupt_pmd.py b/tests/TestSuite_vf_interrupt_pmd.py
index dde20a0..55a8e3d 100644
--- a/tests/TestSuite_vf_interrupt_pmd.py
+++ b/tests/TestSuite_vf_interrupt_pmd.py
@@ -319,7 +319,7 @@ class TestVfInterruptPmd(TestCase):
         """
         Check Interrupt for VF with vfio driver, need test with i40e driver
         """
-        self.verify(self.nic in ['fortville_eagle', 'fortville_spirit', 'fortville_spirit_single', 'fortpark_TLV',"fortpark_BASE-T"], '%s nic port not support vf multi-queues interrupt' % str(self.nic))
+        self.verify(self.nic in ['fortville_eagle', 'fortville_spirit', 'fortville_spirit_single', 'fortpark_TLV',"fortpark_BASE-T", 'carlsville'], '%s nic port not support vf multi-queues interrupt' % str(self.nic))
         self.queues = 4
         self.prepare_l3fwd_power(self.dut)
         self.set_NIC_link()
@@ -349,7 +349,7 @@ class TestVfInterruptPmd(TestCase):
         """
         Check for interrupts within the VM, need test with i40e driver
         """
-        self.verify(self.nic in ['fortville_eagle', 'fortville_spirit', 'fortville_spirit_single','fortpark_TLV', 'fortpark_BASE-T'], '%s nic port not support vf multi-queues interrupt' % str(self.nic))
+        self.verify(self.nic in ['fortville_eagle', 'fortville_spirit', 'fortville_spirit_single','fortpark_TLV', 'fortpark_BASE-T', 'carlsville'], '%s nic port not support vf multi-queues interrupt' % str(self.nic))
         self.setup_vm_env()
         self.vm0_dut.send_expect("ip link set %s vf 0 mac %s" %
                                  (self.host_intf0, self.vf0_mac), "# ")
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH v2] tests/TestSuite_vf_interrupt_pmd:add nic carlsville
  2020-04-20  8:53 [dts] [PATCH v2] tests/TestSuite_vf_interrupt_pmd:add nic carlsville Xu, Hailin
  2020-04-21  3:01 ` Zhao, XinfengX
@ 2020-04-21  3:31 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-04-21  3:31 UTC (permalink / raw)
  To: Xu, HailinX, dts; +Cc: Xu, HailinX

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xu, Hailin
> Sent: Monday, April 20, 2020 4:53 PM
> To: dts@dpdk.org
> Cc: Xu, HailinX <hailinx.xu@intel.com>
> Subject: [dts] [PATCH v2] tests/TestSuite_vf_interrupt_pmd:add nic carlsville
> 
> From: "xu,hailin" <hailinx.xu@intel.com>
> 
> carlsville driver is i40e, so the nic support the suite.
> 
> Signed-off-by: xu,hailin <hailinx.xu@intel.com>
> ---
>  tests/TestSuite_vf_interrupt_pmd.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/TestSuite_vf_interrupt_pmd.py
> b/tests/TestSuite_vf_interrupt_pmd.py
> index dde20a0..55a8e3d 100644
> --- a/tests/TestSuite_vf_interrupt_pmd.py
> +++ b/tests/TestSuite_vf_interrupt_pmd.py
> @@ -319,7 +319,7 @@ class TestVfInterruptPmd(TestCase):
>          """
>          Check Interrupt for VF with vfio driver, need test with i40e driver
>          """
> -        self.verify(self.nic in ['fortville_eagle', 'fortville_spirit',
> 'fortville_spirit_single', 'fortpark_TLV',"fortpark_BASE-T"], '%s nic port not
> support vf multi-queues interrupt' % str(self.nic))
> +        self.verify(self.nic in ['fortville_eagle', 'fortville_spirit',
> 'fortville_spirit_single', 'fortpark_TLV',"fortpark_BASE-T", 'carlsville'], '%s nic
> port not support vf multi-queues interrupt' % str(self.nic))
>          self.queues = 4
>          self.prepare_l3fwd_power(self.dut)
>          self.set_NIC_link()
> @@ -349,7 +349,7 @@ class TestVfInterruptPmd(TestCase):
>          """
>          Check for interrupts within the VM, need test with i40e driver
>          """
> -        self.verify(self.nic in ['fortville_eagle', 'fortville_spirit',
> 'fortville_spirit_single','fortpark_TLV', 'fortpark_BASE-T'], '%s nic port not
> support vf multi-queues interrupt' % str(self.nic))
> +        self.verify(self.nic in ['fortville_eagle', 'fortville_spirit',
> 'fortville_spirit_single','fortpark_TLV', 'fortpark_BASE-T', 'carlsville'], '%s nic
> port not support vf multi-queues interrupt' % str(self.nic))
>          self.setup_vm_env()
>          self.vm0_dut.send_expect("ip link set %s vf 0 mac %s" %
>                                   (self.host_intf0, self.vf0_mac), "# ")
> --
> 1.8.3.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-21  3:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20  8:53 [dts] [PATCH v2] tests/TestSuite_vf_interrupt_pmd:add nic carlsville Xu, Hailin
2020-04-21  3:01 ` Zhao, XinfengX
2020-04-21  3:31 ` 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).