9d41beed24
Add linker version script files to each DPDK library to put a stake in the ground from which we can start cleaning up API's Signed-off-by: Neil Horman <nhorman@tuxdriver.com> Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
14 lines
194 B
Plaintext
14 lines
194 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: *;
|
|
};
|