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

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Jan 27 18:52:25 CET 2016


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 be prefixed with rte_.

Please take care when rebasing to
- create a new block of symbols for the new release version,
- and keep the new flag for AVX512 which is going to be applied.



More information about the dev mailing list