From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 7B20DA0679 for ; Wed, 3 Apr 2019 23:52:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B10441B142; Wed, 3 Apr 2019 23:52:51 +0200 (CEST) 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 99586222AE; Wed, 3 Apr 2019 17:52:49 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 03 Apr 2019 17:52:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=NQOaMv6HQaO+lyocia5Z0Ox9hJwzm91lZIdudGzQ4Jc=; b=cayNYUD5nujk eDjrMapQJ8bzPm4y73kFi3vg5E4ZO5+QRrrjya4VAgk0JgPZqGaPpJjHLWWB7a+W wzRRMOFjy7g7XJYzQo6uJLgORrHCPn8tb3ike6eREoQQoQI/KuSGP9ylLNyLat7K 3P4Z2jF2q8YcABSva6F+3gXgySGsEgo= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=NQOaMv6HQaO+lyocia5Z0Ox9hJwzm91lZIdudGzQ4 Jc=; b=HrfJUWohBeZ3wAj8AHW/rDsq08R862mRsNloW2dDJEEJZLtqO1bro/Ynx 2hAdVC6kSQ8Rhcd9r0R9BjzWan8YMpZjSExmhZgK4noQ8ABGIv/MVxuI6SdPKq5k y74II0N5JsBmU+hPJkn1avL+z0pdkymPiHBaJlg07i/tr9Fnedr7uejrZyqzEZVg 1jMdmtzgtsPDQlcOA/nNyZFkMM8vAR5UDL+Mioj5WhpDYFvrCHNgazcn9K1ivkuV TXU9jAveqMsHSnpeM7BTlrkoWpasBKnQVV5CBpYbOZp1P5wYimTVlSbXcEF6ZVxT j8HkTygCCuLGwP53uGLTrgDhjOsgQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrtdeggddtvdculddtuddrgedutddrtddtmd cutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdp uffrtefokffrpgfnqfghnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivg hnthhsucdlqddutddtmdenucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvden ucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrg hlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhep mhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsth gvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C02C3E43A3; Wed, 3 Apr 2019 17:52:48 -0400 (EDT) From: Thomas Monjalon To: Jerin Jacob Kollanukkaran Cc: dev@dpdk.org Date: Wed, 03 Apr 2019 23:52:47 +0200 Message-ID: <2301488.gBEughSpsm@xps> In-Reply-To: <12240942.ao6TnDaj5f@xps> References: <20170807120408.21975-1-jerin.jacob@caviumnetworks.com> <20190403192819.20243-1-jerinj@marvell.com> <12240942.ao6TnDaj5f@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2] eal: change init macro as exec environment specific 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190403215247.MEadzzJnqiTJhJjzPS31ZSGw5Blr9-hiPztdQYzMrLE@z> 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