Re: [dpdk-dev] [PATCH] eal: move rte_cpu definitions to os specific files

2019-10-26 Thread David Marchand
On Mon, Sep 30, 2019 at 7:35 PM Pallavi Kadam wrote: > > Moving RTE_CPU* definitions from the common code to the > Linux, FreeBSD rte_os.h file to avoid #ifdef clutter. > > Signed-off-by: Pallavi Kadam > Signed-off-by: Antara Ganesh Kolar > Reviewed-by: Ranjit Menon Took into account Jerin sug

Re: [dpdk-dev] [PATCH] eal: move rte_cpu definitions to os specific files

2019-09-30 Thread Jerin Jacob
On Mon, Sep 30, 2019 at 11:04 PM Pallavi Kadam wrote: > > Moving RTE_CPU* definitions from the common code to the > Linux, FreeBSD rte_os.h file to avoid #ifdef clutter. > > Signed-off-by: Pallavi Kadam > Signed-off-by: Antara Ganesh Kolar > Reviewed-by: Ranjit Menon Nit: [master][dpdk.org] $

[dpdk-dev] [PATCH] eal: move rte_cpu definitions to os specific files

2019-09-30 Thread Pallavi Kadam
Moving RTE_CPU* definitions from the common code to the Linux, FreeBSD rte_os.h file to avoid #ifdef clutter. Signed-off-by: Pallavi Kadam Signed-off-by: Antara Ganesh Kolar Reviewed-by: Ranjit Menon --- lib/librte_eal/common/include/rte_lcore.h | 44 - lib/librte_eal/fre