test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH v1]tests/TestSuite_sriov_kvm:add nic carlsville.
@ 2020-04-13 11:20 Xu,Hailin
  2020-04-17  3:22 ` Zhao, XinfengX
  2020-04-20  5:00 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Xu,Hailin @ 2020-04-13 11:20 UTC (permalink / raw)
  To: dts; +Cc: xuhailin

From: xuhailin <hailinx.xu@intel.com>

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

Signed-off-by: xuhailin <hailinx.xu@intel.com>
---
 tests/TestSuite_sriov_kvm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_sriov_kvm.py b/tests/TestSuite_sriov_kvm.py
index a8a2211..453bdeb 100644
--- a/tests/TestSuite_sriov_kvm.py
+++ b/tests/TestSuite_sriov_kvm.py
@@ -906,7 +906,7 @@ class TestSriovKvm(TestCase):
         for vf_mac in ["00:11:22:33:44:55", "00:55:44:33:22:11"]:
             if self.nic.startswith('niantic') or self.nic.startswith('sage'):
                 set_mac_cmd = "mac_addr add port %d vf %d %s"
-            elif self.nic.startswith('fortville') or self.nic.startswith('fortpark'):
+            elif self.nic.startswith('fortville') or self.nic.startswith('fortpark') or  self.nic.startswith('carlsville'):
                 set_mac_cmd = "set port %d vf %d %s exact-mac-vlan on"
             self.host_testpmd.execute_cmd(set_mac_cmd % (port_id_0, vf_num, vf_mac))
 
-- 
2.17.1


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

* Re: [dts] [PATCH v1]tests/TestSuite_sriov_kvm:add nic carlsville.
  2020-04-13 11:20 [dts] [PATCH v1]tests/TestSuite_sriov_kvm:add nic carlsville Xu,Hailin
@ 2020-04-17  3:22 ` Zhao, XinfengX
  2020-04-20  5:00 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Zhao, XinfengX @ 2020-04-17  3:22 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 13, 2020 7:20 PM
To: dts@dpdk.org
Cc: Xu, HailinX <hailinx.xu@intel.com>
Subject: [dts] [PATCH v1]tests/TestSuite_sriov_kvm:add nic carlsville.

From: xuhailin <hailinx.xu@intel.com>

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

Signed-off-by: xuhailin <hailinx.xu@intel.com>
---
 tests/TestSuite_sriov_kvm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_sriov_kvm.py b/tests/TestSuite_sriov_kvm.py index a8a2211..453bdeb 100644
--- a/tests/TestSuite_sriov_kvm.py
+++ b/tests/TestSuite_sriov_kvm.py
@@ -906,7 +906,7 @@ class TestSriovKvm(TestCase):
         for vf_mac in ["00:11:22:33:44:55", "00:55:44:33:22:11"]:
             if self.nic.startswith('niantic') or self.nic.startswith('sage'):
                 set_mac_cmd = "mac_addr add port %d vf %d %s"
-            elif self.nic.startswith('fortville') or self.nic.startswith('fortpark'):
+            elif self.nic.startswith('fortville') or self.nic.startswith('fortpark') or  self.nic.startswith('carlsville'):
                 set_mac_cmd = "set port %d vf %d %s exact-mac-vlan on"
             self.host_testpmd.execute_cmd(set_mac_cmd % (port_id_0, vf_num, vf_mac))
 
--
2.17.1


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

* Re: [dts] [PATCH v1]tests/TestSuite_sriov_kvm:add nic carlsville.
  2020-04-13 11:20 [dts] [PATCH v1]tests/TestSuite_sriov_kvm:add nic carlsville Xu,Hailin
  2020-04-17  3:22 ` Zhao, XinfengX
@ 2020-04-20  5:00 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-04-20  5:00 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 13, 2020 7:20 PM
> To: dts@dpdk.org
> Cc: Xu, HailinX <hailinx.xu@intel.com>
> Subject: [dts] [PATCH v1]tests/TestSuite_sriov_kvm:add nic carlsville.
> 
> From: xuhailin <hailinx.xu@intel.com>
> 
> carlsville driver is i40e, so the nic support the suite.
> 
> Signed-off-by: xuhailin <hailinx.xu@intel.com>
> ---
>  tests/TestSuite_sriov_kvm.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_sriov_kvm.py b/tests/TestSuite_sriov_kvm.py
> index a8a2211..453bdeb 100644
> --- a/tests/TestSuite_sriov_kvm.py
> +++ b/tests/TestSuite_sriov_kvm.py
> @@ -906,7 +906,7 @@ class TestSriovKvm(TestCase):
>          for vf_mac in ["00:11:22:33:44:55", "00:55:44:33:22:11"]:
>              if self.nic.startswith('niantic') or self.nic.startswith('sage'):
>                  set_mac_cmd = "mac_addr add port %d vf %d %s"
> -            elif self.nic.startswith('fortville') or self.nic.startswith('fortpark'):
> +            elif self.nic.startswith('fortville') or self.nic.startswith('fortpark') or
> self.nic.startswith('carlsville'):
>                  set_mac_cmd = "set port %d vf %d %s exact-mac-vlan on"
>              self.host_testpmd.execute_cmd(set_mac_cmd % (port_id_0, vf_num,
> vf_mac))
> 
> --
> 2.17.1


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

end of thread, other threads:[~2020-04-20  5:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-13 11:20 [dts] [PATCH v1]tests/TestSuite_sriov_kvm:add nic carlsville Xu,Hailin
2020-04-17  3:22 ` Zhao, XinfengX
2020-04-20  5:00 ` 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).