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 D9E4537B4 for ; Thu, 29 Sep 2016 08:29:08 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 28 Sep 2016 23:29:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,413,1470726000"; d="scan'208";a="14406861" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga006.fm.intel.com with ESMTP; 28 Sep 2016 23:29:08 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 28 Sep 2016 23:29:07 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 28 Sep 2016 23:29:07 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.234]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.101]) with mapi id 14.03.0248.002; Thu, 29 Sep 2016 14:29:05 +0800 From: "Wu, Jingjing" To: "Guo, Jia" , "Zhang, Helin" CC: "dev@dpdk.org" Thread-Topic: [PATCH] drivers/i40e: fix the hash filter invalid calculation in X722 Thread-Index: AQHSF+NrAc2Z9HtTAkqF3lsqEeEZ5aCQAk+g Date: Thu, 29 Sep 2016 06:29:04 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F80E2743B8@SHSMSX103.ccr.corp.intel.com> References: <1474887098-115474-1-git-send-email-jia.guo@intel.com> In-Reply-To: <1474887098-115474-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] drivers/i40e: fix the hash filter invalid calculation in X722 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: Thu, 29 Sep 2016 06:29:09 -0000 > -----Original Message----- > From: Guo, Jia > Sent: Monday, September 26, 2016 6:52 PM > To: Zhang, Helin; Wu, Jingjing > Cc: dev@dpdk.org; Guo, Jia > Subject: [PATCH] drivers/i40e: fix the hash filter invalid calculation in= X722 >=20 > As X722 extracts IPv4 header to Field Vector different with XL710/X710, n= eed > to corresponding to modify the fields of IPv4 header in input set to map > different default Field Vector Table of different nics. >=20 > Signed-off-by: Jeff Guo Acked-by: Jingjing Wu