From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 May 2017 01:42:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,343,1491289200"; d="scan'208";a="87497474" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.81]) ([10.237.220.81]) by orsmga004.jf.intel.com with ESMTP; 15 May 2017 01:42:19 -0700 To: Yuanhan Liu 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 , Shrikrishna Khare , dev@dpdk.org References: <20170512103303.93161-1-ferruh.yigit@intel.com> <20170515023145.GA3102@yliu-dev.sh.intel.com> From: Ferruh Yigit Message-ID: Date: Mon, 15 May 2017 09:42:18 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <20170515023145.GA3102@yliu-dev.sh.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] driver/net: remove unnecessary macro for unused variables X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2017 08:42:27 -0000 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 >