Re: [dpdk-dev] [PATCH 1/7] eal: use different constructor priorities for initcalls

2017-02-15 Thread Shreyansh Jain
On Wednesday 15 February 2017 08:35 PM, Jan Blunck wrote: On Wed, Feb 15, 2017 at 3:37 PM, Shreyansh Jain wrote: On Wednesday 15 February 2017 03:32 PM, Jan Blunck wrote: --- a/lib/librte_eal/common/include/rte_eal.h +++ b/lib/librte_eal/common/include/rte_eal.h @@ -258,8 +258,16 @@ static in

Re: [dpdk-dev] [PATCH 1/7] eal: use different constructor priorities for initcalls

2017-02-15 Thread Jan Blunck
On Wed, Feb 15, 2017 at 3:37 PM, Shreyansh Jain wrote: > On Wednesday 15 February 2017 03:32 PM, Jan Blunck wrote: >> >> --- a/lib/librte_eal/common/include/rte_eal.h >> +++ b/lib/librte_eal/common/include/rte_eal.h >> @@ -258,8 +258,16 @@ static inline int rte_gettid(void) >> return RTE_P

Re: [dpdk-dev] [PATCH 1/7] eal: use different constructor priorities for initcalls

2017-02-15 Thread Shreyansh Jain
On Wednesday 15 February 2017 03:32 PM, Jan Blunck wrote: This introduces different initcall macros to allow for late registration of the virtual device bus. Signed-off-by: Jan Blunck --- lib/librte_eal/common/include/rte_bus.h | 17 - lib/librte_eal/common/include/rte_eal.h

[dpdk-dev] [PATCH 1/7] eal: use different constructor priorities for initcalls

2017-02-15 Thread Jan Blunck
This introduces different initcall macros to allow for late registration of the virtual device bus. Signed-off-by: Jan Blunck --- lib/librte_eal/common/include/rte_bus.h | 17 - lib/librte_eal/common/include/rte_eal.h | 12 ++-- lib/librte_eal/common/include/rte_tailq