mempool: fix symbol export

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>
This commit is contained in:
Thomas Monjalon 2016-06-25 00:00:57 +02:00
parent 7f3fd5e8aa
commit 2fa5e196d5

View 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;