From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] drivers: remove useless constructor headers Date: Thu, 01 Nov 2018 22:39:56 +0100 Message-ID: <1911007.vt2Vyu1lYi@xps> References: <20181028104748.32562-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Stephen Hemminger , Ashish Gupta , Fiona Trahe , Pablo de Lara , Sunila Sahu , "K. Y. Srinivasan" , Haiyang Zhang To: dev@dpdk.org Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id D0DAF1B20E for ; Thu, 1 Nov 2018 22:40:00 +0100 (CET) In-Reply-To: <20181028104748.32562-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 28/10/2018 11:47, Thomas Monjalon: > A constructor is usually declared with RTE_INIT* macros. > As it is a static function, no need to declare before its definition. > The macro is used directly in the function definition. > > Signed-off-by: Thomas Monjalon Applied