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 A893EF72 for ; Wed, 8 Feb 2017 10:31:19 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 08 Feb 2017 01:31:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,346,1477983600"; d="scan'208";a="222730511" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga004.fm.intel.com with ESMTP; 08 Feb 2017 01:31:18 -0800 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 8 Feb 2017 01:31:18 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 8 Feb 2017 01:31:18 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.20]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.204]) with mapi id 14.03.0248.002; Wed, 8 Feb 2017 17:31:14 +0800 From: "Wu, Jingjing" To: "Guo, Jia" , "Zhang, Helin" CC: "dev@dpdk.org" Thread-Topic: [PATCH] net/i40e: fix ethertype filter func fail on X722 Thread-Index: AQHSgPW5Lm/hx2B02UOSsGnD/AfiY6Fe2ffA Date: Wed, 8 Feb 2017 09:31:13 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810CD6980@SHSMSX103.ccr.corp.intel.com> References: <1486439539-11293-1-git-send-email-jia.guo@intel.com> In-Reply-To: <1486439539-11293-1-git-send-email-jia.guo@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] net/i40e: fix ethertype filter func fail on X722 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, 08 Feb 2017 09:31:20 -0000 > -----Original Message----- > From: Guo, Jia > Sent: Tuesday, February 7, 2017 11:52 AM > To: Zhang, Helin ; Wu, Jingjing > > Cc: dev@dpdk.org; Guo, Jia > Subject: [PATCH] net/i40e: fix ethertype filter func fail on X722 >=20 > The GL_SWR_PRI_JOIN_MAP registers are affecting filters hit, modify the > register default value will result the ethertype filter function fail. Th= e > GL_SWR_PRI_JOIN_MAP value is difference between different NICs, should > keep up the register value with default NVM value in X722. >=20 > Fixes: 973273c7a4b7 ("i40e: workaround for X710 performance") >=20 > Signed-off-by: Jeff Guo Acked-by: Jingjing Wu