eal: add missing function to symbol map
authorAaron Conole <aconole@redhat.com>
Tue, 4 Apr 2017 15:38:57 +0000 (11:38 -0400)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 6 Apr 2017 20:54:44 +0000 (22:54 +0200)
This function rte_cpu_is_supported is now part of the public ABI,
so should be advertised as such.

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

Signed-off-by: Aaron Conole <aconole@redhat.com>
lib/librte_eal/bsdapp/eal/rte_eal_version.map
lib/librte_eal/linuxapp/eal/rte_eal_version.map

index e4d3665..e1fbebc 100644 (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;
index 830c8e4..d5d05ee 100644 (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;