Re: [dpdk-dev] [PATCH v3 03/20] eal: list acceptable init priorities

2018-03-27 Thread Shreyansh Jain
> -Original Message- > From: dev [mailto:dev-boun...@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 > > Build a

[dpdk-dev] [PATCH v3 03/20] eal: list acceptable init priorities

2018-03-26 Thread Gaetan Rivet
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. Signed-off-by: Gaetan Rivet Acked-by: Neil Horman --- lib/librte_eal/common/eal_common_log.c | 2 +- lib/librte_eal/common/include/rte_bus.h