]> git.droids-corp.org - dpdk.git/commitdiff
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 2cf1ac8f316ce8007fcad005223f686173296e29..67f2ffb29f10922c7b6a0d09a9481f814947093d 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 3c68ff54d35ae185c92b1bfe98769abec4867cc9..9c134b470fac87239dc41f3d99531701a8e9b9a2 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;