log: remove old symbols from map
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 16 Feb 2017 08:46:45 +0000 (09:46 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 21 Feb 2017 10:43:45 +0000 (11:43 +0100)
When removing log history functions, the map has not been updated.

Fixes: d7e61ad3ae36 ("log: remove deprecated history dump")

Reported-by: Olivier Matz <olivier.matz@6wind.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
lib/librte_eal/bsdapp/eal/rte_eal_version.map
lib/librte_eal/linuxapp/eal/rte_eal_version.map

index 2cf1ac8..67f2ffb 100644 (file)
@@ -66,11 +66,8 @@ DPDK_2.0 {
        rte_intr_disable;
        rte_intr_enable;
        rte_log;
-       rte_log_add_in_history;
        rte_log_cur_msg_loglevel;
        rte_log_cur_msg_logtype;
-       rte_log_dump_history;
-       rte_log_set_history;
        rte_logs;
        rte_malloc;
        rte_malloc_dump_stats;
index 3c68ff5..9c134b4 100644 (file)
@@ -66,11 +66,8 @@ DPDK_2.0 {
        rte_intr_disable;
        rte_intr_enable;
        rte_log;
-       rte_log_add_in_history;
        rte_log_cur_msg_loglevel;
        rte_log_cur_msg_logtype;
-       rte_log_dump_history;
-       rte_log_set_history;
        rte_logs;
        rte_malloc;
        rte_malloc_dump_stats;