Re: [dpdk-dev] [PATCH] eal: list acceptable init priorities

2018-03-22 Thread Neil Horman
On Thu, Mar 22, 2018 at 04:58:24PM +0100, Gaetan Rivet wrote: > 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. > > Cc: Neil Horman > Signed-off-by: Gaetan Rivet > --- > lib/librte_eal/common

[dpdk-dev] [PATCH] eal: list acceptable init priorities

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