Re: [dpdk-dev] [PATCH] eal: add doc for constructor macros

2017-10-04 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Tuesday, October 3, 2017 10:15 AM > To: dev@dpdk.org > Cc: Yigit, Ferruh > Subject: Re: [dpdk-dev] [PATCH] eal: add doc for constructor macros > > 02/10/2017 20:

Re: [dpdk-dev] [PATCH] eal: add doc for constructor macros

2017-10-03 Thread Thomas Monjalon
02/10/2017 20:57, Ferruh Yigit: > On 10/2/2017 3:59 PM, Thomas Monjalon wrote: > > It is a reminder that the constructors without priority > > get the lowest priority. > > > > Signed-off-by: Thomas Monjalon > > Reviewed-by: Ferruh Yigit Applied

Re: [dpdk-dev] [PATCH] eal: add doc for constructor macros

2017-10-02 Thread Ferruh Yigit
On 10/2/2017 3:59 PM, Thomas Monjalon wrote: > It is a reminder that the constructors without priority > get the lowest priority. > > Signed-off-by: Thomas Monjalon Reviewed-by: Ferruh Yigit

[dpdk-dev] [PATCH] eal: add doc for constructor macros

2017-10-02 Thread Thomas Monjalon
It is a reminder that the constructors without priority get the lowest priority. Signed-off-by: Thomas Monjalon --- lib/librte_eal/common/include/rte_eal.h | 17 + 1 file changed, 17 insertions(+) diff --git a/lib/librte_eal/common/include/rte_eal.h b/lib/librte_eal/common/incl