From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] eal: change init macro as exec environment specific Date: Wed, 03 Apr 2019 23:52:47 +0200 Message-ID: <2301488.gBEughSpsm@xps> References: <20170807120408.21975-1-jerin.jacob@caviumnetworks.com> <20190403192819.20243-1-jerinj@marvell.com> <12240942.ao6TnDaj5f@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jerin Jacob Kollanukkaran Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 0CF0D58FE for ; Wed, 3 Apr 2019 23:52:50 +0200 (CEST) In-Reply-To: <12240942.ao6TnDaj5f@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 03/04/2019 22:07, Thomas Monjalon: > 03/04/2019 21:28, Jerin Jacob Kollanukkaran: > > From: Jerin Jacob > > > > baremetal execution environments may have a different > > method to enable RTE_INIT instead of using compiler > > constructor and/or OS specific linker scheme. > > Allow an option to override RTE_INIT* macros using > > rte_os.h or appropriate header file. > > > > Signed-off-by: Jerin Jacob > > Acked-by: Thomas Monjalon Applied, thanks