[dts] [PATCH V1] fix vlan filter can't work on FLV NIC

Liu, Yong yong.liu at intel.com
Sun Jun 12 03:25:45 CEST 2016


Applied, please take care your commit log, there're some typos in it. 

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of xu,huilong
> Sent: Thursday, June 02, 2016 2:47 PM
> To: dts at dpdk.org
> Cc: Xu, HuilongX
> Subject: [dts] [PATCH V1] fix vlan filter can't work on FLV NIC
> 
> in Fortville NIC, vlan filter work mut disable promisc. this is a know
> issue.
> 
> Signed-off-by: xu,huilong <huilongx.xu at intel.com>
> ---
>  tests/TestSuite_vlan.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/TestSuite_vlan.py b/tests/TestSuite_vlan.py
> index ba3741e..28529e9 100644
> --- a/tests/TestSuite_vlan.py
> +++ b/tests/TestSuite_vlan.py
> @@ -76,6 +76,7 @@ class TestVlan(TestCase):
>          out = self.dut.send_expect("set fwd mac", "testpmd> ")
> 
>          if self.nic in ["fortville_eagle", "fortville_spirit",
> "fortville_spirit_single"]:
> +            self.dut.send_expect("set promisc all off", "testpmd> ")
>              self.dut.send_expect("vlan set filter on %s" % dutRxPortId,
> "testpmd> ")
> 
>          self.dut.send_expect("vlan set strip off %s" % dutRxPortId,
> "testpmd> ")
> --
> 1.9.3



More information about the dts mailing list