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.

