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 2A4132C8 for ; Tue, 25 Oct 2016 14:23:05 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 25 Oct 2016 05:23:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,545,1473145200"; d="scan'208";a="183572567" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.150]) by fmsmga004.fm.intel.com with SMTP; 25 Oct 2016 05:23:02 -0700 Received: by (sSMTP sendmail emulation); Tue, 25 Oct 2016 13:23:01 +0100 Date: Tue, 25 Oct 2016 13:23:01 +0100 From: Bruce Richardson To: "Wu, Jingjing" Cc: "Guo, Jia" , "Zhang, Helin" , "dev@dpdk.org" Message-ID: <20161025122300.GB54704@bricha3-MOBL3.ger.corp.intel.com> References: <1476931699-44095-1-git-send-email-jia.guo@intel.com> <1477362341-90630-1-git-send-email-jia.guo@intel.com> <9BB6961774997848B5B42BEC655768F80E29468E@SHSMSX103.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9BB6961774997848B5B42BEC655768F80E29468E@SHSMSX103.ccr.corp.intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.7.1 (2016-10-04) Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: fix fdir configure failed issue in X710 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2016 12:23:05 -0000 On Tue, Oct 25, 2016 at 10:28:22AM +0000, Wu, Jingjing wrote: > > > > -----Original Message----- > > From: Guo, Jia > > Sent: Tuesday, October 25, 2016 10:26 AM > > To: Zhang, Helin ; Wu, Jingjing > > Cc: dev@dpdk.org; Guo, Jia > > Subject: [PATCH v2] net/i40e: fix fdir configure failed issue in X710 > > > > Because of some register is only supported by X722, such as I40E_GLQF_FD_PCTYPES, > > so it need to use the mac type to distinguish the behavior of X722 from X710 and other > > NICs, or it would result X710 functional failed. > > > > Fixes: 8c5cb3c11513 (“net/i40e: add packet type translation for X722”) > > Signed-off-by: Jeff Guo > > Acked-by: Jingjing Wu > Applied to dpdk-next-net/rel_16_11 /Bruce