table: fix symbol exports
Fixes:8aa327214c
("table: hash") Fixes:68866e2417
("table: add 16-byte hash operations computed on lookup") Signed-off-by: Aleksey Katargin <gureedo@gmail.com> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
This commit is contained in:
parent
0b50aa7c07
commit
322a8d2b89
@ -3,6 +3,7 @@ DPDK_2.0 {
|
||||
|
||||
rte_table_acl_ops;
|
||||
rte_table_array_ops;
|
||||
rte_table_hash_ext_dosig_ops;
|
||||
rte_table_hash_ext_ops;
|
||||
rte_table_hash_key8_ext_dosig_ops;
|
||||
rte_table_hash_key8_ext_ops;
|
||||
@ -12,6 +13,7 @@ DPDK_2.0 {
|
||||
rte_table_hash_key16_lru_ops;
|
||||
rte_table_hash_key32_ext_ops;
|
||||
rte_table_hash_key32_lru_ops;
|
||||
rte_table_hash_lru_dosig_ops;
|
||||
rte_table_hash_lru_ops;
|
||||
rte_table_lpm_ipv6_ops;
|
||||
rte_table_lpm_ops;
|
||||
@ -24,5 +26,6 @@ DPDK_2.2 {
|
||||
global:
|
||||
|
||||
rte_table_hash_key16_ext_dosig_ops;
|
||||
rte_table_hash_key16_lru_dosig_ops;
|
||||
|
||||
} DPDK_2.0;
|
||||
|
Loading…
Reference in New Issue
Block a user