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 76C222B88 for ; Tue, 23 Aug 2016 09:44:15 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 23 Aug 2016 00:44:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,564,1464678000"; d="scan'208";a="1040040306" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga002.jf.intel.com with ESMTP; 23 Aug 2016 00:44:14 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 23 Aug 2016 00:44:14 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 23 Aug 2016 00:44:14 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.181]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.8]) with mapi id 14.03.0248.002; Tue, 23 Aug 2016 15:44:11 +0800 From: "Liu, Yong" To: "Tu, LijuanX A" , "dts@dpdk.org" CC: "Tu, LijuanX A" Thread-Topic: [dts] [PATCH V1] update fortville vlan filte case Thread-Index: AQHR/QbyMJLyMy+SL0CS7AW9v5fHrKBWKZew Date: Tue, 23 Aug 2016 07:44:11 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E222734A7@SHSMSX103.ccr.corp.intel.com> References: <1471933137-23368-1-git-send-email-lijuanx.a.tu@intel.com> In-Reply-To: <1471933137-23368-1-git-send-email-lijuanx.a.tu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjg0YjE0MDctYTIxYi00OGQ2LTk4ODUtNDIyYWNhZDIxZjdkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjJRRVNYQUZcL2hoT09ycFlcLytSOU5NVHJ3QjkrVW1JelAzdWp0RElNV2VsMD0ifQ== 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] update fortville vlan filte case 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: Tue, 23 Aug 2016 07:44:15 -0000 Lijuan, please add more information in the git log.=20 We couldn't get the point that why need to disable promisc mode mandatory. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Lijuan Tu > Sent: Tuesday, August 23, 2016 2:19 PM > To: dts@dpdk.org > Cc: Tu, LijuanX A > Subject: [dts] [PATCH V1] update fortville vlan filte case >=20 > FVL nic must disabel promisc for vlan filter. >=20 > Signed-off-by: Lijuan Tu > --- > tests/TestSuite_vlan.py | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/tests/TestSuite_vlan.py b/tests/TestSuite_vlan.py > index 70a9813..43b025d 100644 > --- a/tests/TestSuite_vlan.py > +++ b/tests/TestSuite_vlan.py > @@ -77,6 +77,7 @@ class TestVlan(TestCase): >=20 > if self.nic in ["fortville_eagle", "fortville_spirit", > "fortville_spirit_single", "fortpark_TLV"]: > self.dut.send_expect("vlan set filter on %s" % dutRxPortId, > "testpmd> ") > + self.dut.send_expect("set promisc all off", "testpmd> ") >=20 > self.dut.send_expect("vlan set strip off %s" % dutRxPortId, > "testpmd> ") > self.verify('Set mac packet forwarding mode' in out, "set fwd > rxonly error") > -- > 1.9.3