From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 304701B47B for ; Wed, 20 Jun 2018 08:23:42 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jun 2018 23:23:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,246,1526367600"; d="scan'208";a="50395057" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga007.jf.intel.com with ESMTP; 19 Jun 2018 23:23:37 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 19 Jun 2018 23:23:37 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 19 Jun 2018 23:23:37 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.82]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.116]) with mapi id 14.03.0319.002; Wed, 20 Jun 2018 14:23:27 +0800 From: "Xing, Beilei" To: "Zhang, Qi Z" CC: "dev@dpdk.org" , "Zhang, Helin" , "Wang, Liang-min" , "Zhang, Qi Z" Thread-Topic: [dpdk-dev] [PATCH 1/2] net/i40e: improve VF VLAN performance Thread-Index: AQHT9iodWmndaf6TNkiNqo6CxgruPaRoyrRQ Date: Wed, 20 Jun 2018 06:23:27 +0000 Message-ID: <94479800C636CB44BD422CB454846E01321CD301@SHSMSX101.ccr.corp.intel.com> References: <20180528020110.37713-1-qi.z.zhang@intel.com> <20180528020110.37713-2-qi.z.zhang@intel.com> In-Reply-To: <20180528020110.37713-2-qi.z.zhang@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: [dpdk-dev] [PATCH 1/2] net/i40e: improve VF VLAN performance X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2018 06:23:43 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Qi Zhang > Sent: Monday, May 28, 2018 10:01 AM > To: Xing, Beilei > Cc: dev@dpdk.org; Zhang, Helin ; Wang, Liang-min > ; Zhang, Qi Z > Subject: [dpdk-dev] [PATCH 1/2] net/i40e: improve VF VLAN performance >=20 > Add vlan to vlan prune table cost additinal firmware cycle that cause > significent performance downgrade. This patch remove related code when The patch looks OK for me, just some typo:=20 additinal->additional Significent-> significant > enable vlan filter, the side effect is vlan anti spoof will not work, fol= lowing > patch will deal with it. >=20 > Signed-off-by: Qi Zhang > ---