eal: add missing function to symbol map

This function rte_cpu_is_supported is now part of the public ABI,
so should be advertised as such.

Fixes: 37e97ad2c5 ("eal: do not panic when CPU is not supported")

Signed-off-by: Aaron Conole <aconole@redhat.com>
This commit is contained in:
Aaron Conole 2017-04-04 11:38:57 -04:00 committed by Thomas Monjalon
parent acd6dc98a9
commit b8951127a0
2 changed files with 2 additions and 0 deletions

View File

@ -186,6 +186,7 @@ DPDK_17.02 {
DPDK_17.05 {
global:
rte_cpu_is_supported;
rte_log_dump;
rte_log_register;
rte_log_get_global_level;

View File

@ -190,6 +190,7 @@ DPDK_17.02 {
DPDK_17.05 {
global:
rte_cpu_is_supported;
rte_intr_free_epoll_fd;
rte_log_dump;
rte_log_get_global_level;