From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 6B2E5FE5 for ; Sun, 12 Jun 2016 03:25:54 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 11 Jun 2016 18:25:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,459,1459839600"; d="scan'208";a="717659960" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 11 Jun 2016 18:25:48 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sat, 11 Jun 2016 18:25:47 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sat, 11 Jun 2016 18:25:47 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.181]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.107]) with mapi id 14.03.0248.002; Sun, 12 Jun 2016 09:25:45 +0800 From: "Liu, Yong" To: "Xu, HuilongX" , "dts@dpdk.org" CC: "Xu, HuilongX" Thread-Topic: [dts] [PATCH V1] fix vlan filter can't work on FLV NIC Thread-Index: AQHRvJtRomKNjsKWZ0S6Hh3wnHeyA5/lGPHQ Date: Sun, 12 Jun 2016 01:25:45 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E222384AC@SHSMSX103.ccr.corp.intel.com> References: <1464850043-4638-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1464850043-4638-1-git-send-email-huilongx.xu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzNiMjk0OGUtZjc2Ny00YWY0LWEyN2MtYmNkNmUwNGQ3OWI1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkVxelFpMGJLeUljYWRORjlvaXNtQkRLWEJaUHVmWG9Wc2x1MHBmclQyR1U9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] fix vlan filter can't work on FLV NIC X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jun 2016 01:25:54 -0000 Applied, please take care your commit log, there're some typos in it.=20 > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xu,huilong > Sent: Thursday, June 02, 2016 2:47 PM > To: dts@dpdk.org > Cc: Xu, HuilongX > Subject: [dts] [PATCH V1] fix vlan filter can't work on FLV NIC >=20 > in Fortville NIC, vlan filter work mut disable promisc. this is a know > issue. >=20 > Signed-off-by: xu,huilong > --- > tests/TestSuite_vlan.py | 1 + > 1 file changed, 1 insertion(+) >=20 > 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 =3D self.dut.send_expect("set fwd mac", "testpmd> ") >=20 > 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> ") >=20 > self.dut.send_expect("vlan set strip off %s" % dutRxPortId, > "testpmd> ") > -- > 1.9.3