numam-dpdk/lib/librte_mbuf/rte_mbuf_version.map
Thomas Monjalon 1d91efb9cb lib: remove redundant definition of local symbols
The new version nodes inherit from the previous ones which
already include a default catch-all line for not exported symbols.

Reported-by: Helin Zhang <helin.zhang@intel.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2015-06-29 18:57:32 +02:00

21 lines
255 B
Plaintext

DPDK_2.0 {
global:
rte_ctrlmbuf_init;
rte_get_rx_ol_flag_name;
rte_get_tx_ol_flag_name;
rte_mbuf_sanity_check;
rte_pktmbuf_dump;
rte_pktmbuf_init;
rte_pktmbuf_pool_init;
local: *;
};
DPDK_2.1 {
global:
rte_pktmbuf_pool_create;
} DPDK_2.0;