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 8EC4BA0548; Wed, 16 Jun 2021 15:35:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1570A4067A; Wed, 16 Jun 2021 15:35:55 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 5ADEA40140; Wed, 16 Jun 2021 15:35:53 +0200 (CEST) IronPort-SDR: Qqh7PKTRDgAHSPpdJ8ROERkputrpiiUANsr1ERx5pgDMUNTb015xkSxAxgb8dC0NKDdx4ya4mo Q1+ZQV1d35mw== X-IronPort-AV: E=McAfee;i="6200,9189,10016"; a="193484942" X-IronPort-AV: E=Sophos;i="5.83,278,1616482800"; d="scan'208";a="193484942" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jun 2021 06:35:52 -0700 IronPort-SDR: aUhv8d8kvMGXtKzhsfX2uzW2hnh+3vDHxPTlhxYC3T7H7Vh6oPyfEmJRIE89ImE2zY4DHiqGna Wm9cXQGE1Haw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,278,1616482800"; d="scan'208";a="621687299" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by orsmga005.jf.intel.com with ESMTP; 16 Jun 2021 06:35:52 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Wed, 16 Jun 2021 06:35:50 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.4; Wed, 16 Jun 2021 21:35:48 +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.2242.008; Wed, 16 Jun 2021 21:35:48 +0800 From: "Zhang, Qi Z" To: "Xu, Ting" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH v1] net/ice/base: fix wrong ptype bitmap for IP fragment Thread-Index: AQHXXaIwzd1of0QHaE2K+tjvnQzkjKsWraLQ Date: Wed, 16 Jun 2021 13:35:48 +0000 Message-ID: <5683dfa51fd144168e03100a003dc134@intel.com> References: <20210610024509.60398-1-ting.xu@intel.com> In-Reply-To: <20210610024509.60398-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/base: fix wrong ptype bitmap for IP fragment 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: Thursday, June 10, 2021 10:45 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Xu, Ting ; > stable@dpdk.org > Subject: [PATCH v1] net/ice/base: fix wrong ptype bitmap for IP fragment >=20 > IPv4 and IPv6 fragment ptypes are supposed to be separated from IP other > ptypes. New bitmaps for IP fragment ptypes were created, but the IP fragm= ent > ptypes were not deleted from the previous non-frag bitmaps, which will ca= use > conflicts. This patch removes IP fragment ptypes from the non-frag bitmap= s. >=20 > Fixes: 843452817561 ("net/ice/base: support IP fragment RSS and FDIR") > Cc: stable@dpdk.org >=20 > Signed-off-by: Ting Xu Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi