]> git.droids-corp.org - dpdk.git/commitdiff
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 e4d3665d8a331f57f02824bb21221eec120f8c13..e1fbebcb577474ab6f720fb818a6e2fd416017bc 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 830c8e4765cfe6328842afb91ad4379b2b7fec3c..d5d05eef7b98d79b65cb4f9ed5daf55bd4edc5e0 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;