mempool: fix symbol export
authorThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 24 Jun 2016 22:00:57 +0000 (00:00 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 27 Jun 2016 14:50:27 +0000 (16:50 +0200)
Every new symbols in release 16.07 are exported with the version
string DPDK_16.07.
Also remove the empty local: section which is not needed because
inherited from the DPDK_2.0 block.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
lib/librte_mempool/rte_mempool_version.map

index a4a6c1f..9bcbf17 100644 (file)
@@ -16,7 +16,7 @@ DPDK_2.0 {
        local: *;
 };
 
-DPDK_16.7 {
+DPDK_16.07 {
        global:
 
        rte_mempool_check_cookies;
@@ -33,5 +33,4 @@ DPDK_16.7 {
        rte_mempool_register_ops;
        rte_mempool_set_ops_byname;
 
-       local: *;
 } DPDK_2.0;