From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1 2/2] eal: add last init priority Date: Wed, 25 Apr 2018 04:10:41 +0200 Message-ID: <6832621.aGyqLodqLe@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Shreyansh Jain To: Gaetan Rivet Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 77D922BF4 for ; Wed, 25 Apr 2018 04:10:43 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Add the priority RTE_PRIORITY_LAST, used for initialization routines > > meant to be run after all other constructors. > > > > This priority becomes the default priority for all DPDK constructors. > > > > Signed-off-by: Gaetan Rivet > > --- > > Acked-by: Shreyansh Jain Applied, thanks