From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id F37F02716 for ; Tue, 23 Aug 2016 09:53:13 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 23 Aug 2016 00:53:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,565,1464678000"; d="scan'208";a="1029890305" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga001.fm.intel.com with ESMTP; 23 Aug 2016 00:53:12 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 23 Aug 2016 00:53:12 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.8]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.181]) with mapi id 14.03.0248.002; Tue, 23 Aug 2016 15:53:10 +0800 From: "Xu, HuilongX" To: "Liu, Yong" , "Tu, LijuanX A" , "dts@dpdk.org" CC: "Tu, LijuanX A" Thread-Topic: [dts] [PATCH V1] update fortville vlan filte case Thread-Index: AQHR/QbyMJLyMy+SL0CS7AW9v5fHrKBWKZewgAACXbA= Date: Tue, 23 Aug 2016 07:53:09 +0000 Message-ID: References: <1471933137-23368-1-git-send-email-lijuanx.a.tu@intel.com> <86228AFD5BCD8E4EBFD2B90117B5E81E222734A7@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <86228AFD5BCD8E4EBFD2B90117B5E81E222734A7@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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:53:14 -0000 Hi yong, I am sorry, this patch from me. FVL Nic the vlan filter and promisc use same switch. So when we test vlan f= ilter must disable promisc.=20 > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Liu, Yong > Sent: Tuesday, August 23, 2016 3:44 PM > To: Tu, LijuanX A; dts@dpdk.org > Cc: Tu, LijuanX A > Subject: Re: [dts] [PATCH V1] update fortville vlan filte case >=20 > Lijuan, please add more information in the git log. > We couldn't get the point that why need to disable promisc mode > mandatory. >=20 >=20 > > -----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 > > > > FVL nic must disabel promisc for vlan filter. > > > > Signed-off-by: Lijuan Tu > > --- > > tests/TestSuite_vlan.py | 1 + > > 1 file changed, 1 insertion(+) > > > > 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): > > > > 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> ") > > > > 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