[dts] [PATCH V1 1/2] tests/TestSuite_vf_vlan:adapt to I40E driver update

Ma, LihongX lihongx.ma at intel.com
Fri Oct 30 02:52:59 CET 2020


> -----Original Message-----
> From: dts <dts-bounces at dpdk.org> On Behalf Of Xie wei
> Sent: Thursday, October 29, 2020 3:40 PM
> To: dts at dpdk.org
> Cc: Xie, WeiX <weix.xie at intel.com>
> Subject: [dts] [PATCH V1 1/2] tests/TestSuite_vf_vlan:adapt to I40E driver
> update
> 
> *Update i40e driver to 2.13.10, while vlan set filter on, the pkts with
> random vlan tag shall not be received.
> 
> Signed-off-by: Xie wei <weix.xie at 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
> a5754117..327c1466 100644
> --- a/tests/TestSuite_vf_vlan.py
> +++ b/tests/TestSuite_vf_vlan.py
> @@ -273,7 +273,7 @@ class TestVfVlan(TestCase):
>          self.vm0_testpmd.execute_cmd("start")
> 
>          out = self.send_and_getout(vlan=random_vlan, pkt_type="VLAN_UDP")
> -        if self.kdriver == "i40e" or self.kdriver == 'ice':
> +        if self.kdriver == 'ice':
>              self.verify("received" in out, "Failed to received vlan
> packet!!!")

In this case it not set the cmd 'vlan filter on' on testpmd, but still can not received pkts, please re-check it.


Regards,
Ma,lihong


More information about the dts mailing list