From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 066661E390 for ; Mon, 11 Jun 2018 07:15:39 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jun 2018 22:15:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,500,1520924400"; d="scan'208";a="58170599" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 10 Jun 2018 22:15:37 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 10 Jun 2018 22:15:37 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 10 Jun 2018 22:15:37 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.51]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.70]) with mapi id 14.03.0319.002; Mon, 11 Jun 2018 13:15:35 +0800 From: "Liu, Yong" To: "Zhao, MeijuanX" , "dts@dpdk.org" CC: "Zhao, MeijuanX" Thread-Topic: [dts] [PATCH V1] tests/vf daemon enable filter before disable for pf in niantic Thread-Index: AQHT+9VeulEcLvMzYEqi0Kp0zJvP26RajqQg Date: Mon, 11 Jun 2018 05:15:35 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E630C1737@SHSMSX103.ccr.corp.intel.com> References: <1528097254-39084-1-git-send-email-meijuanx.zhao@intel.com> In-Reply-To: <1528097254-39084-1-git-send-email-meijuanx.zhao@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTZlYTk3MTQtNTllZS00M2NlLThkYjItMWIwZDNiOWJhMjE3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoidVBBTE9lM3RpU2UxUFhZWEtSclVLakJzZTNkU3g0U201TUsrQXpsVTZRbm9oZXdaUEhkTkU4WWlXS3ViazhFSiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action 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] tests/vf daemon enable filter before disable for pf in niantic 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: Mon, 11 Jun 2018 05:15:40 -0000 Meijuan, Please merge this with previous one and add note into code. Thanks, Marvin > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan > Sent: Monday, June 04, 2018 3:28 PM > To: dts@dpdk.org > Cc: Zhao, MeijuanX > Subject: [dts] [PATCH V1] tests/vf daemon enable filter before disable fo= r > pf in niantic >=20 > since dpdk18.02,dpdk testpmd filter default valuechange, > pf filter default value cann't work,need enable then disable, > pf filter can work,this issue will be fixed in the next dpdk > 18.08 release >=20 > Signed-off-by: zhao,meijuan > --- > tests/TestSuite_vf_daemon.py | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/tests/TestSuite_vf_daemon.py b/tests/TestSuite_vf_daemon.py > index 56fc4be..4ad4098 100644 > --- a/tests/TestSuite_vf_daemon.py > +++ b/tests/TestSuite_vf_daemon.py > @@ -576,6 +576,7 @@ class Testvf_daemon(TestCase): > if self.kdriver =3D=3D "i40e": > self.dut_testpmd.execute_cmd('set vf vlan stripq 0 0 off') > else: > + self.dut_testpmd.execute_cmd('vlan set filter on 0') > self.dut_testpmd.execute_cmd('vlan set filter off 0') > self.dut_testpmd.execute_cmd('vlan set strip off 0') > self.vm0_testpmd.execute_cmd('vlan set strip off 0') > -- > 1.9.3