85ff364f3b
Merge all versions in linker version script files to DPDK_20.0. This commit was generated by running the following command: :~/DPDK$ buildtools/update-abi.sh 20.0 Signed-off-by: Pawel Modrak <pawelx.modrak@intel.com> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Thomas Monjalon <thomas@monjalon.net>
21 lines
407 B
Plaintext
21 lines
407 B
Plaintext
DPDK_20.0 {
|
|
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: *;
|
|
};
|