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>
22 lines
450 B
Plaintext
22 lines
450 B
Plaintext
DPDK_2.0 {
|
|
global:
|
|
|
|
rte_table_acl_ops;
|
|
rte_table_array_ops;
|
|
rte_table_hash_ext_ops;
|
|
rte_table_hash_key8_ext_dosig_ops;
|
|
rte_table_hash_key8_ext_ops;
|
|
rte_table_hash_key8_lru_dosig_ops;
|
|
rte_table_hash_key8_lru_ops;
|
|
rte_table_hash_key16_ext_ops;
|
|
rte_table_hash_key16_lru_ops;
|
|
rte_table_hash_key32_ext_ops;
|
|
rte_table_hash_key32_lru_ops;
|
|
rte_table_hash_lru_ops;
|
|
rte_table_lpm_ipv6_ops;
|
|
rte_table_lpm_ops;
|
|
rte_table_stub_ops;
|
|
|
|
local: *;
|
|
};
|