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 6DB00A0579; Fri, 9 Apr 2021 11:09:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 53539140F2F; Fri, 9 Apr 2021 11:09:18 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 46BBC4014D for ; Fri, 9 Apr 2021 11:09:17 +0200 (CEST) IronPort-SDR: Y3PfA0tiTWdzSm/VZKJARqi1x91xdk0porfYVFqCq4qncIyL2MSws+9cnvM68bHktmRCs+SngF SlCv21KdgQrA== X-IronPort-AV: E=McAfee;i="6000,8403,9948"; a="214144826" X-IronPort-AV: E=Sophos;i="5.82,209,1613462400"; d="scan'208";a="214144826" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Apr 2021 02:09:16 -0700 IronPort-SDR: 3a84lpFRml/tQPgIRjPPpGq3aBoMPMcjiCiyuYyye+ZasKOnqTNuUXvXvCL8hTcXRna0NIVpjw 9gIvlDycUPlw== X-IronPort-AV: E=Sophos;i="5.82,209,1613462400"; d="scan'208";a="459163791" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.203.45]) ([10.213.203.45]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Apr 2021 02:09:15 -0700 To: Hemant Agrawal , dev@dpdk.org Cc: apeksha.gupta@nxp.com References: <20210408091744.21570-1-hemant.agrawal@nxp.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <20c792f8-bade-2d1e-c2a7-ef04d511d3b6@intel.com> Date: Fri, 9 Apr 2021 10:09:11 +0100 MIME-Version: 1.0 In-Reply-To: <20210408091744.21570-1-hemant.agrawal@nxp.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/dpaa2: fix RSS distribution size field 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" On 4/8/2021 10:17 AM, Hemant Agrawal wrote: > RSS distribution field is U64, while the DPAA2 code > was using integer value, which is causing a issue > for MPLS having bit position 33. > This patch fixes the code to use unsigned long long. > > Fixes: 1832bc8ee8d4 ("net/dpaa2: support MPLS distribution") > Cc: apeksha.gupta@nxp.com > > Signed-off-by: Hemant Agrawal Cc: stable@dpdk.org Applied to dpdk-next-net/main, thanks.