From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] driver/net: remove unnecessary macro for unused variables Date: Mon, 15 May 2017 09:42:18 +0100 Message-ID: References: <20170512103303.93161-1-ferruh.yigit@intel.com> <20170515023145.GA3102@yliu-dev.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "John W. Linville" , Allain Legacy , Matt Peters , Harish Patil , Rasesh Mody , Stephen Hurd , Ajit Khaparde , Declan Doherty , Wenzhuo Lu , Marcin Wojtas , Michal Krawczyk , Guy Tzalik , Evgeny Schemeilin , John Daley , Nelson Escobar , Jing Chen , Helin Zhang , Jingjing Wu , Konstantin Ananyev , Andrew Rybchenko , Pascal Mazon , Maxime Coquelin , Shrik To: Yuanhan Liu Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A47173B5 for ; Mon, 15 May 2017 10:42:26 +0200 (CEST) In-Reply-To: <20170515023145.GA3102@yliu-dev.sh.intel.com> Content-Language: en-US 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 5/15/2017 3:31 AM, Yuanhan Liu wrote: > On Fri, May 12, 2017 at 11:33:03AM +0100, Ferruh Yigit wrote: >> remove __rte_unused instances that are not required. > > I'm wondering this is done by some scripts? Manually, unfortunately.. > > --yliu >