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 D84FAA0A0A; Wed, 28 Apr 2021 17:48:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 58E8840697; Wed, 28 Apr 2021 17:48:10 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id A744040147 for ; Wed, 28 Apr 2021 17:48:08 +0200 (CEST) IronPort-SDR: L24US8PKJ5iEcma7LM2UtHjEMhTDtPNBfStQR1DVJiZcnE+PIXBTfZbW7XwsxA3lGKti8trQO1 hkO6AU+3hI6g== X-IronPort-AV: E=McAfee;i="6200,9189,9968"; a="282111424" X-IronPort-AV: E=Sophos;i="5.82,258,1613462400"; d="scan'208";a="282111424" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2021 08:48:07 -0700 IronPort-SDR: tP2CyNxYTReXaPofvlnMex6LKRO3sYTSWoFZqaugOQmgbhaCRV3NyGGnjzHwsp0Y+cw3hhG1Ds tn5+2g0zZ4Lw== X-IronPort-AV: E=Sophos;i="5.82,258,1613462400"; d="scan'208";a="423596628" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.241.177]) ([10.213.241.177]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2021 08:48:06 -0700 To: Kalesh A P , dev@dpdk.org Cc: ajit.khaparde@broadcom.com References: <20210423052226.13592-1-kalesh-anakkur.purayil@broadcom.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <786e27d5-0fdd-8346-623a-8419b718a239@intel.com> Date: Wed, 28 Apr 2021 16:48:02 +0100 MIME-Version: 1.0 In-Reply-To: <20210423052226.13592-1-kalesh-anakkur.purayil@broadcom.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/bnxt: drop the unused attribute 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/23/2021 6:22 AM, Kalesh A P wrote: > From: Kalesh AP > > Remove "__rte_unused" instances that are wrongly marked. > Can you please provide the fixes tags, so that patch can be backported to required stable versions? > Signed-off-by: Kalesh AP > Reviewed-by: Somnath Kotur > Reviewed-by: Ajit Khaparde <...>