test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Zhao, HaiyangX" <haiyangx.zhao@intel.com>
To: "Xie, WeiX" <weix.xie@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Xie, WeiX" <weix.xie@intel.com>
Subject: Re: [dts] [PATCH V1 2/2] tests/vf_vlan: adapt to CVL nic
Date: Thu, 25 Mar 2021 07:54:32 +0000	[thread overview]
Message-ID: <SN6PR11MB289419A42B81448497015403F4629@SN6PR11MB2894.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20210325155751.24219-3-weix.xie@intel.com>


> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of xiewei
> Sent: Thursday, March 25, 2021 23:58
> To: dts@dpdk.org
> Cc: Xie, WeiX <weix.xie@intel.com>
> Subject: [dts] [PATCH V1 2/2] tests/vf_vlan: adapt to CVL nic
> 
> adapt to ice driver update for vlan issue on AVF/DCF.
> vf_vlan_rx: while vlan set filter on, the pkts with random vlan id 1-4095 shall
> not be received.
> add_pvid_vf: while ip link set pf_intf vf 0 vlan 0, the pkts with random vlan id
> 1-4095 shall not be received.
> 
> Signed-off-by: xiewei <weix.xie@intel.com>
> ---
>  tests/TestSuite_vf_vlan.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/TestSuite_vf_vlan.py b/tests/TestSuite_vf_vlan.py index
> 28650143..0cc2ba89 100644
> --- a/tests/TestSuite_vf_vlan.py
> +++ b/tests/TestSuite_vf_vlan.py
> @@ -276,7 +276,7 @@ class TestVfVlan(TestCase):
>          self.vm0_testpmd.execute_cmd("start")
> 
>          out = self.send_and_getout(vlan=random_vlan, pkt_type="VLAN_UDP")
> -        if self.driver_version < "2.13.10" or self.kdriver == 'ice':
> +        if self.kdriver == 'i40e' and self.driver_version < "2.13.10":

Hi, wei,
Now you can just use self.nic_obj.driver_version to do the kernel driver version judgement,
And the code of getting kernel driver version in suite could be removed.

>              self.verify("received" in out, "Failed to received vlan packet!!!")
>          else:
>              self.verify(
> @@ -398,7 +398,7 @@ class TestVfVlan(TestCase):
> 
>          # send packet with vlan
>          out = self.send_and_getout(vlan=random_vlan, pkt_type="VLAN_UDP")
> -        if self.driver_version < "2.13.10" or self.kdriver == 'ice':
> +        if self.kdriver == 'i40e' and self.driver_version < "2.13.10":
>              self.verify(
>                  "received 1 packets" in out, "Received mismatched vlan packet while
> vlan filter on")
>          else:
> --
> 2.17.1


  reply	other threads:[~2021-03-25  7:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-25 15:57 [dts] [PATCH V1 0/2] " xiewei
2021-03-25  7:37 ` Xie, WeiX
2021-03-25 15:57 ` [dts] [PATCH V1 1/2] tests/kernelpf_iavf: " xiewei
2021-03-25 15:57 ` [dts] [PATCH V1 2/2] tests/vf_vlan: " xiewei
2021-03-25  7:54   ` Zhao, HaiyangX [this message]
2021-03-26 10:52 [dts] [PATCH V1 0/2] adapt to CVL NIC xiewei
2021-03-26 10:52 ` [dts] [PATCH V1 2/2] tests/vf_vlan: " xiewei

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=SN6PR11MB289419A42B81448497015403F4629@SN6PR11MB2894.namprd11.prod.outlook.com \
    --to=haiyangx.zhao@intel.com \
    --cc=dts@dpdk.org \
    --cc=weix.xie@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).