From: "Tu, Lijuan" <lijuan.tu@intel.com>
To: "Xu, HailinX" <hailinx.xu@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Xu, HailinX" <hailinx.xu@intel.com>
Subject: Re: [dts] [PATCH v1] tests/TestSuite_vf_kernel:add nic carlsville.
Date: Mon, 20 Apr 2020 05:21:58 +0000 [thread overview]
Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC0D2A0@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <1586949654-404802-1-git-send-email-hailinx.xu@intel.com>
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
prev parent reply other threads:[~2020-04-20 5:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-15 11:20 Xu hailin
[not found] ` <73823ced6dc7443ab131a49a086b12f5@intel.com>
2020-04-16 8:03 ` Ma, LihongX
2020-04-20 5:21 ` Tu, Lijuan [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8CE3E05A3F976642AAB0F4675D0AD20E0BC0D2A0@SHSMSX101.ccr.corp.intel.com \
--to=lijuan.tu@intel.com \
--cc=dts@dpdk.org \
--cc=hailinx.xu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).