log: add missing symbols
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 17 Dec 2015 00:38:34 +0000 (16:38 -0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 29 Feb 2016 15:06:11 +0000 (16:06 +0100)
rte_get_log_type and rte_get_log_level functions has been available
for many versions. But they are missing from the shared library map
and therefore do not get exported correctly.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_eal/bsdapp/eal/rte_eal_version.map
lib/librte_eal/linuxapp/eal/rte_eal_version.map

index 4f93ab7..127abaa 100644 (file)
@@ -57,6 +57,8 @@ DPDK_2.0 {
        rte_free;
        rte_get_hpet_cycles;
        rte_get_hpet_hz;
+       rte_get_log_level;
+       rte_get_log_type;
        rte_get_tsc_hz;
        rte_hexdump;
        rte_intr_callback_register;
index e8d8660..f61ec48 100644 (file)
@@ -57,6 +57,8 @@ DPDK_2.0 {
        rte_free;
        rte_get_hpet_cycles;
        rte_get_hpet_hz;
+       rte_get_log_level;
+       rte_get_log_type;
        rte_get_tsc_hz;
        rte_hexdump;
        rte_intr_callback_register;