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

2019-04-03 Thread Thomas Monjalon
03/04/2019 22:07, Thomas Monjalon: > 03/04/2019 21:28, Jerin Jacob Kollanukkaran: > > From: Jerin Jacob > > > > baremetal execution environments may have a different > > method to enable RTE_INIT instead of using compiler > > constructor and/or OS specific linker scheme. > > Allow an option to ov

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

2019-04-03 Thread Thomas Monjalon
03/04/2019 21:28, Jerin Jacob Kollanukkaran: > From: Jerin Jacob > > baremetal execution environments may have a different > method to enable RTE_INIT instead of using compiler > constructor and/or OS specific linker scheme. > Allow an option to override RTE_INIT* macros using > rte_os.h or appro