[dpdk-dev] [PATCH v2] eal: add architecture specific rte_cpuflags.c files

2016-02-02 Thread Thomas Monjalon
2016-01-28 12:20, Ferruh Yigit: > Move cpu_feature_table array from arch specific rte_cpuflags.h files to > new arch specific rte_cpuflags.c files. > > Main motivation is to escape from static variable declarations in > header files. cpu_feature_table has many copies in final binary, even > exist

[dpdk-dev] [PATCH v2] eal: add architecture specific rte_cpuflags.c files

2016-01-28 Thread Ferruh Yigit
Move cpu_feature_table array from arch specific rte_cpuflags.h files to new arch specific rte_cpuflags.c files. Main motivation is to escape from static variable declarations in header files. cpu_feature_table has many copies in final binary, even exist in some object files that does not use this