[dts] [PATCH V1] tests/vf_kernel:add NIC fortpark_BASE-T supported

Tu, Lijuan lijuan.tu at intel.com
Wed May 6 05:23:16 CEST 2020


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Xie Wei
> Sent: Wednesday, April 29, 2020 4:40 PM
> To: dts at dpdk.org
> Cc: Xie, WeiX <weix.xie at intel.com>
> Subject: [dts] [PATCH V1] tests/vf_kernel:add NIC fortpark_BASE-T supported
> 
> Signed-off-by: Xie Wei <weix.xie at intel.com>
> ---
>  tests/TestSuite_vf_kernel.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_vf_kernel.py b/tests/TestSuite_vf_kernel.py index
> f5a5038..f2f28fe 100755
> --- 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') or self.nic.startswith('carlsville'):
> +        if self.nic.startswith('fortville') or self.nic.startswith('carlsville') or
> self.nic.startswith('fortpark_BASE-T'):
>              self.vm0_dut.send_expect(
>                  "ifconfig %s mtu 3000" % self.vm0_intf0, "#")
> 
> --
> 2.17.2



More information about the dts mailing list