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

2016-01-27 Thread Thomas Monjalon
2015-11-10 10:02, Ferruh Yigit: > --- a/lib/librte_eal/linuxapp/eal/rte_eal_version.map > +++ b/lib/librte_eal/linuxapp/eal/rte_eal_version.map > @@ -133,5 +133,6 @@ DPDK_2.2 { > global: > > rte_intr_cap_multiple; > + cpu_feature_table; As it is now an exported symbol, it should

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

2015-11-10 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