numam-dpdk/lib/librte_table/rte_table_version.map
Cristian Dumitrescu 8b05d0be6a table: update library version
Updated map file to current API and bumped up ABI version.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2017-10-24 13:38:31 +02:00

21 lines
408 B
Plaintext

DPDK_17.11 {
global:
rte_table_acl_ops;
rte_table_array_ops;
rte_table_hash_cuckoo_ops;
rte_table_hash_ext_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_key8_ext_ops;
rte_table_hash_key8_lru_ops;
rte_table_hash_lru_ops;
rte_table_lpm_ipv6_ops;
rte_table_lpm_ops;
rte_table_stub_ops;
local: *;
};