From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C1E1EA0C3F; Mon, 10 May 2021 04:40:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2DF4140140; Mon, 10 May 2021 04:40:54 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 7EBBB4003E; Mon, 10 May 2021 04:40:51 +0200 (CEST) IronPort-SDR: 2EtKxvfWtbN+4UfzFIX/6cYOB4VyoGqF3Xx5WWcEuoW0tnUgPANKze9bU5wUWUaMU0JrzYujsX 5mZjLTrWa4TQ== X-IronPort-AV: E=McAfee;i="6200,9189,9979"; a="178685453" X-IronPort-AV: E=Sophos;i="5.82,286,1613462400"; d="scan'208";a="178685453" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 May 2021 19:40:49 -0700 IronPort-SDR: nYbn/3H97fH8vLkqy+wBTB3h5PZm2yMJTAGpWiUncBFvvvb7DdSEiPQpHrGcu35OwEyhfQvPFA AaAq9zMgkpRw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,286,1613462400"; d="scan'208";a="433575908" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by fmsmga008.fm.intel.com with ESMTP; 09 May 2021 19:40:49 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Sun, 9 May 2021 19:40:48 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 10 May 2021 10:40:47 +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.2106.013; Mon, 10 May 2021 10:40:47 +0800 From: "Zhang, Qi Z" To: "Xu, Ting" , "dev@dpdk.org" CC: "Yang, Qiming" , "stable@dpdk.org" Thread-Topic: [PATCH v1] net/ice: fix wrong IP RSS configuration template Thread-Index: AQHXQ9j0O4F0XiBux0C6l6nwAM/LharcA+tQ Date: Mon, 10 May 2021 02:40:47 +0000 Message-ID: <1de0dc11d0d44c01bf60f2f12ee0cd08@intel.com> References: <20210508071147.4827-1-ting.xu@intel.com> In-Reply-To: <20210508071147.4827-1-ting.xu@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.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1] net/ice: fix wrong IP RSS configuration template X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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: Xu, Ting > Sent: Saturday, May 8, 2021 3:12 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Xu, Ting ; stable@dpdk.org > Subject: [PATCH v1] net/ice: fix wrong IP RSS configuration template >=20 > To enable IP fragment RSS hash, ICE_FLOW_SEG_HDR_IPV_FRAG is added to > the IP RSS configuration template, together with > ICE_FLOW_SEG_HDR_IPV_OTHER. > It will cause error when associating flow profile. And packet id field fo= r RSS is > not correctly added when IP fragment is enabled. To fix this issue, this = patch > only selects one of the above two segment header types based on rss types= . >=20 > Fixes: 672f321d09ed ("net/ice: support RSS hash for IP fragment") > Cc: stable@dpdk.org >=20 > Signed-off-by: Ting Xu Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi