* [dts] [PATCH v1] tests/TestSuite_vf_kernel:add nic carlsville. @ 2020-04-15 11:20 Xu hailin [not found] ` <73823ced6dc7443ab131a49a086b12f5@intel.com> 2020-04-20 5:21 ` Tu, Lijuan 0 siblings, 2 replies; 3+ messages in thread From: Xu hailin @ 2020-04-15 11:20 UTC (permalink / raw) To: dts; +Cc: xuhailin From: xuhailin <hailinx.xu@intel.com> carlsville driver is i40e, so config port mtu 3000. Signed-off-by: xuhailin <hailinx.xu@intel.com> --- tests/TestSuite_vf_kernel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 tests/TestSuite_vf_kernel.py diff --git a/tests/TestSuite_vf_kernel.py b/tests/TestSuite_vf_kernel.py old mode 100644 new mode 100755 index 00634c4..f5a5038 --- a/tests/TestSuite_vf_kernel.py +++ b/tests/TestSuite_vf_kernel.py @@ -560,7 +560,7 @@ class TestVfKernel(TestCase): self.verify(self.dmac.upper() in out, "PF can't receive packet") # Change kernel VF mtu as 3000,check no confusion/crash on DPDK PF - if self.nic.startswith('fortville'): + if self.nic.startswith('fortville') or self.nic.startswith('carlsville'): self.vm0_dut.send_expect( "ifconfig %s mtu 3000" % self.vm0_intf0, "#") -- 2.17.1 ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <73823ced6dc7443ab131a49a086b12f5@intel.com>]
* Re: [dts] [PATCH v1] tests/TestSuite_vf_kernel:add nic carlsville. [not found] ` <73823ced6dc7443ab131a49a086b12f5@intel.com> @ 2020-04-16 8:03 ` Ma, LihongX 0 siblings, 0 replies; 3+ messages in thread From: Ma, LihongX @ 2020-04-16 8:03 UTC (permalink / raw) To: dts; +Cc: Xu, HailinX, Yu, PingX Tested-by: ma,lihong<lihongx.ma@intel.com> Regards, Ma,lihong -----Original Message----- From: Yu, PingX Sent: Thursday, April 16, 2020 4:02 PM To: Xu, HailinX <hailinx.xu@intel.com>; Ma, LihongX <lihongx.ma@intel.com> Cc: Xu, HailinX <hailinx.xu@intel.com> Subject: RE: [dts] [PATCH v1] tests/TestSuite_vf_kernel:add nic carlsville. Lihong, FYI. Regards, Yu Ping -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xu hailin Sent: Wednesday, April 15, 2020 7:21 PM To: dts@dpdk.org Cc: Xu, HailinX <hailinx.xu@intel.com> Subject: [dts] [PATCH v1] tests/TestSuite_vf_kernel:add nic carlsville. From: xuhailin <hailinx.xu@intel.com> carlsville driver is i40e, so config port mtu 3000. Signed-off-by: xuhailin <hailinx.xu@intel.com> --- tests/TestSuite_vf_kernel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 tests/TestSuite_vf_kernel.py diff --git a/tests/TestSuite_vf_kernel.py b/tests/TestSuite_vf_kernel.py old mode 100644 new mode 100755 index 00634c4..f5a5038 --- a/tests/TestSuite_vf_kernel.py +++ b/tests/TestSuite_vf_kernel.py @@ -560,7 +560,7 @@ class TestVfKernel(TestCase): self.verify(self.dmac.upper() in out, "PF can't receive packet") # Change kernel VF mtu as 3000,check no confusion/crash on DPDK PF - if self.nic.startswith('fortville'): + if self.nic.startswith('fortville') or self.nic.startswith('carlsville'): self.vm0_dut.send_expect( "ifconfig %s mtu 3000" % self.vm0_intf0, "#") -- 2.17.1 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH v1] tests/TestSuite_vf_kernel:add nic carlsville. 2020-04-15 11:20 [dts] [PATCH v1] tests/TestSuite_vf_kernel:add nic carlsville Xu hailin [not found] ` <73823ced6dc7443ab131a49a086b12f5@intel.com> @ 2020-04-20 5:21 ` Tu, Lijuan 1 sibling, 0 replies; 3+ messages in thread From: Tu, Lijuan @ 2020-04-20 5:21 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: Wednesday, April 15, 2020 7:21 PM > To: dts@dpdk.org > Cc: Xu, HailinX <hailinx.xu@intel.com> > Subject: [dts] [PATCH v1] tests/TestSuite_vf_kernel:add nic carlsville. > > From: xuhailin <hailinx.xu@intel.com> > > carlsville driver is i40e, so config port mtu 3000. > > Signed-off-by: xuhailin <hailinx.xu@intel.com> > --- > tests/TestSuite_vf_kernel.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 > tests/TestSuite_vf_kernel.py > > diff --git a/tests/TestSuite_vf_kernel.py b/tests/TestSuite_vf_kernel.py old > mode 100644 new mode 100755 index 00634c4..f5a5038 > --- a/tests/TestSuite_vf_kernel.py > +++ b/tests/TestSuite_vf_kernel.py > @@ -560,7 +560,7 @@ class TestVfKernel(TestCase): > self.verify(self.dmac.upper() in out, "PF can't receive packet") > > # Change kernel VF mtu as 3000,check no confusion/crash on DPDK PF > - if self.nic.startswith('fortville'): > + if self.nic.startswith('fortville') or self.nic.startswith('carlsville'): > self.vm0_dut.send_expect( > "ifconfig %s mtu 3000" % self.vm0_intf0, "#") > > -- > 2.17.1 ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-04-20 5:22 UTC | newest] Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2020-04-15 11:20 [dts] [PATCH v1] tests/TestSuite_vf_kernel:add nic carlsville Xu hailin [not found] ` <73823ced6dc7443ab131a49a086b12f5@intel.com> 2020-04-16 8:03 ` Ma, LihongX 2020-04-20 5:21 ` 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).