From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH v3 03/20] eal: list acceptable init priorities Date: Tue, 27 Mar 2018 07:18:50 +0000 Message-ID: References: <2ff495aa4bea794ab32c6c7aaafe69bcc38f16df.1522105876.git.gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: Gaetan Rivet Return-path: Received: from EUR03-DB5-obe.outbound.protection.outlook.com (mail-eopbgr40053.outbound.protection.outlook.com [40.107.4.53]) by dpdk.org (Postfix) with ESMTP id 605A45F2D for ; Tue, 27 Mar 2018 09:19:08 +0200 (CEST) In-Reply-To: <2ff495aa4bea794ab32c6c7aaafe69bcc38f16df.1522105876.git.gaetan.rivet@6wind.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Gaetan Rivet > Sent: Tuesday, March 27, 2018 4:48 AM > To: dev@dpdk.org > Cc: Gaetan Rivet > Subject: [dpdk-dev] [PATCH v3 03/20] eal: list acceptable init > priorities >=20 > Build a central list to quickly see each used priorities for > constructors, allowing to verify that they are both above 100 and in the > proper order. >=20 > Signed-off-by: Gaetan Rivet > Acked-by: Neil Horman > --- Acked-by: Shreyansh Jain