From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 66B55A0526; Tue, 10 Nov 2020 11:27:24 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5C523DED; Tue, 10 Nov 2020 11:27:22 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id E230C2AB for ; Tue, 10 Nov 2020 11:27:19 +0100 (CET) IronPort-SDR: 0SAFkyfRgOJg3lszsdvdU/O3ZnbmLFxPjn6uVMqHxiHJb+CJzUT0LuNnYy8HqSQeIjGLCqVEZe ikBeFfO2c91A== X-IronPort-AV: E=McAfee;i="6000,8403,9800"; a="149228836" X-IronPort-AV: E=Sophos;i="5.77,466,1596524400"; d="scan'208";a="149228836" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2020 02:27:17 -0800 IronPort-SDR: 6WzWjL/3d1FiszVB7QKUdHXh28kDfCAIjCTZyg5QU5JlbxoP8TdPM5l8qBhnqOOs7vhZEPxbx8 wo+psfLUL9lg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,466,1596524400"; d="scan'208";a="360071157" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmga002.fm.intel.com with ESMTP; 10 Nov 2020 02:27:17 -0800 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 10 Nov 2020 02:27:16 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 10 Nov 2020 18:27:15 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Tue, 10 Nov 2020 18:27:15 +0800 From: "Zhang, Qi Z" To: "Guo, Junfeng" , "Wu, Jingjing" , "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH] net/ice: fix mismatched hash flds with hdrs Thread-Index: AQHWtz4e8ZIQIWZJH0SJ7aP6hS8m1KnBKYAA Date: Tue, 10 Nov 2020 10:27:14 +0000 Message-ID: <69de2dbc77b74faf9228e1fd930877d9@intel.com> References: <20201110084503.1320021-1-junfeng.guo@intel.com> In-Reply-To: <20201110084503.1320021-1-junfeng.guo@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.108.32.68] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/ice: fix mismatched hash flds with hdrs 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Guo, Junfeng > Sent: Tuesday, November 10, 2020 4:45 PM > To: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei > Cc: dev@dpdk.org; Guo, Junfeng > Subject: [PATCH] net/ice: fix mismatched hash flds with hdrs >=20 > Previous code in ice_rss_hash_set has mismatched hash fields and headers = for > UDP and TCP. >=20 > Fixes: 16187528a923 ("net/ice/base: refactor RSS configure API") >=20 > Signed-off-by: Junfeng Guo Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi