From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 8905A2BF5 for ; Tue, 11 Apr 2017 13:14:05 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP; 11 Apr 2017 04:14:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,185,1488873600"; d="scan'208";a="1133916113" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga001.fm.intel.com with ESMTP; 11 Apr 2017 04:14:03 -0700 To: "Wu, Jingjing" , "Guo, Jia" , "Zhang, Helin" Cc: "dev@dpdk.org" References: <1491446127-23736-1-git-send-email-jia.guo@intel.com> <9BB6961774997848B5B42BEC655768F810D3ABE3@SHSMSX103.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: <6fa01cfb-b59f-bf24-1896-8caccf5e7184@intel.com> Date: Tue, 11 Apr 2017 12:14:02 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <9BB6961774997848B5B42BEC655768F810D3ABE3@SHSMSX103.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] net/i40e: fix hash input set issue 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: Tue, 11 Apr 2017 11:14:06 -0000 On 4/11/2017 4:43 AM, Wu, Jingjing wrote: > > >> -----Original Message----- >> From: Guo, Jia >> Sent: Thursday, April 6, 2017 10:35 AM >> To: Zhang, Helin ; Wu, Jingjing >> Cc: dev@dpdk.org; Guo, Jia >> Subject: [dpdk-dev] net/i40e: fix hash input set issue on X722 >> >> Since there are some new pctypes on X722, but recently they have not been >> announced on the RTE lib, so if it can not correspondently set hash input set for >> these packet type, the hash function won’t work. So we need to handle them >> base on the translation of the new PCTYPE and the original PCTYPE. >> >> Fixes: b6a0ec418274 ("i40e: use AQ for Rx control register read/write") >> >> Signed-off-by: Jeff Guo > Acked-by: Jingjing Wu Applied to dpdk-next-net/master, thanks.