Re: [dpdk-dev] [PATCH v5 02/21] eal: list acceptable init priorities

2018-04-16 Thread Neil Horman
On Sun, Apr 15, 2018 at 05:13:13PM +0200, Gaëtan Rivet wrote: > Hello Neil, > > On Sat, Apr 14, 2018 at 02:45:45PM -0400, Neil Horman wrote: > > On Fri, Apr 13, 2018 at 02:55:11PM +0200, Gaëtan Rivet wrote: > > > Hi Shreyansh, > > > > > > On Fri, Apr 13, 2018 at 06:22:43PM +0530, Shreyansh Jain w

Re: [dpdk-dev] [PATCH v5 02/21] eal: list acceptable init priorities

2018-04-15 Thread Gaëtan Rivet
Hello Neil, On Sat, Apr 14, 2018 at 02:45:45PM -0400, Neil Horman wrote: > On Fri, Apr 13, 2018 at 02:55:11PM +0200, Gaëtan Rivet wrote: > > Hi Shreyansh, > > > > On Fri, Apr 13, 2018 at 06:22:43PM +0530, Shreyansh Jain wrote: > > > On Friday 13 April 2018 05:12 PM, Neil Horman wrote: > > > > On

Re: [dpdk-dev] [PATCH v5 02/21] eal: list acceptable init priorities

2018-04-14 Thread Neil Horman
On Fri, Apr 13, 2018 at 02:55:11PM +0200, Gaëtan Rivet wrote: > Hi Shreyansh, > > On Fri, Apr 13, 2018 at 06:22:43PM +0530, Shreyansh Jain wrote: > > On Friday 13 April 2018 05:12 PM, Neil Horman wrote: > > > On Thu, Apr 12, 2018 at 11:57:47PM +0200, Gaëtan Rivet wrote: > > > > Hello Neil, > > > >

Re: [dpdk-dev] [PATCH v5 02/21] eal: list acceptable init priorities

2018-04-13 Thread Gaëtan Rivet
Hi Shreyansh, On Fri, Apr 13, 2018 at 06:22:43PM +0530, Shreyansh Jain wrote: > On Friday 13 April 2018 05:12 PM, Neil Horman wrote: > > On Thu, Apr 12, 2018 at 11:57:47PM +0200, Gaëtan Rivet wrote: > > > Hello Neil, > > > > > > On Thu, Apr 12, 2018 at 07:28:26AM -0400, Neil Horman wrote: > > > >

Re: [dpdk-dev] [PATCH v5 02/21] eal: list acceptable init priorities

2018-04-13 Thread Shreyansh Jain
On Friday 13 April 2018 05:12 PM, Neil Horman wrote: On Thu, Apr 12, 2018 at 11:57:47PM +0200, Gaëtan Rivet wrote: Hello Neil, On Thu, Apr 12, 2018 at 07:28:26AM -0400, Neil Horman wrote: On Wed, Apr 11, 2018 at 02:04:03AM +0200, Gaetan Rivet wrote: Build a central list to quickly see each us

Re: [dpdk-dev] [PATCH v5 02/21] eal: list acceptable init priorities

2018-04-13 Thread Neil Horman
On Thu, Apr 12, 2018 at 11:57:47PM +0200, Gaëtan Rivet wrote: > Hello Neil, > > On Thu, Apr 12, 2018 at 07:28:26AM -0400, Neil Horman wrote: > > On Wed, Apr 11, 2018 at 02:04:03AM +0200, Gaetan Rivet wrote: > > > Build a central list to quickly see each used priorities for > > > constructors, allo

Re: [dpdk-dev] [PATCH v5 02/21] eal: list acceptable init priorities

2018-04-12 Thread Gaëtan Rivet
Hello Neil, On Thu, Apr 12, 2018 at 07:28:26AM -0400, Neil Horman wrote: > On Wed, Apr 11, 2018 at 02:04:03AM +0200, 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. >

Re: [dpdk-dev] [PATCH v5 02/21] eal: list acceptable init priorities

2018-04-12 Thread Neil Horman
On Wed, Apr 11, 2018 at 02:04:03AM +0200, 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. > > Signed-off-by: Gaetan Rivet > Acked-by: Neil Horman > Acked-by: Shreyansh Ja

[dpdk-dev] [PATCH v5 02/21] eal: list acceptable init priorities

2018-04-10 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 Acked-by: Shreyansh Jain --- lib/librte_eal/common/eal_common_log.c | 2 +- lib/librte_eal/c