Re: [dpdk-dev] [PATCH] eal: change init macro as exec environment specific

2019-04-02 Thread Wiles, Keith
> On Apr 2, 2019, at 7:57 AM, Thomas Monjalon wrote: > > 11/10/2017 16:33, Jerin Jacob: >> From: Thomas Monjalon >>> 07/08/2017 14:04, Jerin Jacob: baremetal execution environments may have a different method to enable RTE_INIT instead of using compiler constructor scheme. Move

Re: [dpdk-dev] [PATCH] eal: change init macro as exec environment specific

2019-04-02 Thread Thomas Monjalon
11/10/2017 16:33, Jerin Jacob: > From: Thomas Monjalon > > 07/08/2017 14:04, Jerin Jacob: > > > baremetal execution environments may have a different > > > method to enable RTE_INIT instead of using compiler > > > constructor scheme. Move RTE_INIT* definition under > > > exec-env to support differ

Re: [dpdk-dev] [PATCH] eal: change init macro as exec environment specific

2019-03-01 Thread Thomas Monjalon
01/03/2019 18:05, Ferruh Yigit: > On 10/11/2017 3:33 PM, jerin.jacob at caviumnetworks.com (Jerin Jacob) wrote: > > From: Thomas Monjalon > >> 07/08/2017 14:04, Jerin Jacob: > >>> baremetal execution environments may have a different > >>> method to enable RTE_INIT instead of using compiler > >>>

Re: [dpdk-dev] [PATCH] eal: change init macro as exec environment specific

2019-03-01 Thread Ferruh Yigit
ev at dpdk.org, bruce.richardson at intel.com >>> Subject: Re: [dpdk-dev] [PATCH] eal: change init macro as exec environment >>> specific >>> >>> 07/08/2017 14:04, Jerin Jacob: >>>> baremetal execution environments may have a different >>>&g

Re: [dpdk-dev] [PATCH] eal: change init macro as exec environment specific

2019-03-01 Thread Ferruh Yigit
e: [dpdk-dev] [PATCH] eal: change init macro as exec environment >> specific >> >> 07/08/2017 14:04, Jerin Jacob: >>> baremetal execution environments may have a different >>> method to enable RTE_INIT instead of using compiler >>> constructor schem

Re: [dpdk-dev] [PATCH] eal: change init macro as exec environment specific

2017-10-11 Thread Jerin Jacob
-Original Message- > Date: Wed, 11 Oct 2017 15:02:51 +0200 > From: Thomas Monjalon > To: Jerin Jacob > Cc: dev@dpdk.org, bruce.richard...@intel.com > Subject: Re: [dpdk-dev] [PATCH] eal: change init macro as exec environment > specific > > 07/08/2017 14:04, Je

Re: [dpdk-dev] [PATCH] eal: change init macro as exec environment specific

2017-10-11 Thread Thomas Monjalon
07/08/2017 14:04, Jerin Jacob: > baremetal execution environments may have a different > method to enable RTE_INIT instead of using compiler > constructor scheme. Move RTE_INIT* definition under > exec-env to support different execution environments. > > Signed-off-by: Jerin Jacob > --- > app/te

[dpdk-dev] [PATCH] eal: change init macro as exec environment specific

2017-08-07 Thread Jerin Jacob
baremetal execution environments may have a different method to enable RTE_INIT instead of using compiler constructor scheme. Move RTE_INIT* definition under exec-env to support different execution environments. Signed-off-by: Jerin Jacob --- app/test-eventdev/evt_test.h |