Re: [dpdk-dev] [PATCH 1/2] eal: add rte_cpu_is_supported to map

2017-04-06 Thread Thomas Monjalon
2017-04-04 11:38, Aaron Conole: > This function is now part of the public ABI, so should be > advertised as such. > > Signed-off-by: Aaron Conole Fixes: 37e97ad2c56a ("eal: do not panic when CPU is not supported") Series applied, thanks

[dpdk-dev] [PATCH 1/2] eal: add rte_cpu_is_supported to map

2017-04-04 Thread Aaron Conole
This function is now part of the public ABI, so should be advertised as such. Signed-off-by: Aaron Conole --- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 7 +++ lib/librte_eal/linuxapp/eal/rte_eal_version.map | 7 +++ 2 files changed, 14 insertions(+) diff --git a/lib/librte_eal/b