Re: [dpdk-dev] [PATCH v1 2/2] eal: add last init priority

2018-04-24 Thread Thomas Monjalon
> > Add the priority RTE_PRIORITY_LAST, used for initialization routines > > meant to be run after all other constructors. > > > > This priority becomes the default priority for all DPDK constructors. > > > > Signed-off-by: Gaetan Rivet > > --- > > Acked-by: Shreyansh Jain Applied, thanks

Re: [dpdk-dev] [PATCH v1 2/2] eal: add last init priority

2018-04-24 Thread Shreyansh Jain
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Gaetan Rivet > Sent: Tuesday, April 24, 2018 4:59 PM > To: dev@dpdk.org > Cc: Gaetan Rivet > Subject: [dpdk-dev] [PATCH v1 2/2] eal: add last init priority > > Add the priority RTE

[dpdk-dev] [PATCH v1 2/2] eal: add last init priority

2018-04-24 Thread Gaetan Rivet
Add the priority RTE_PRIORITY_LAST, used for initialization routines meant to be run after all other constructors. This priority becomes the default priority for all DPDK constructors. Signed-off-by: Gaetan Rivet --- lib/librte_eal/common/include/rte_common.h | 23 --- 1 fil