fc6bcc6fee
This patch relates to ABI change proposed for librte_table. The key_mask parameter is added for 8-byte and 16-byte key extendible bucket and LRU tables.The release notes is updated and the deprecation notice is removed. Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com> Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
29 lines
522 B
Plaintext
29 lines
522 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: *;
|
|
};
|
|
|
|
DPDK_2.2 {
|
|
global:
|
|
|
|
rte_table_hash_key16_ext_dosig_ops;
|
|
|
|
} DPDK_2.0;
|