b7fc82ecb0
Update public macros to have RTE_IP_FRAG_ prefix. Update DPDK components to use new names. Keep obsolete macro for compatibility reasons. Renamed experimental function ``rte_frag_table_del_expired_entries``to ``rte_ip_frag_table_del_expired_entries`` to comply with other public API naming convention. Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
21 lines
346 B
Plaintext
21 lines
346 B
Plaintext
DPDK_22 {
|
|
global:
|
|
|
|
rte_ip_frag_free_death_row;
|
|
rte_ip_frag_table_create;
|
|
rte_ip_frag_table_destroy;
|
|
rte_ip_frag_table_statistics_dump;
|
|
rte_ipv4_frag_reassemble_packet;
|
|
rte_ipv4_fragment_packet;
|
|
rte_ipv6_frag_reassemble_packet;
|
|
rte_ipv6_fragment_packet;
|
|
|
|
local: *;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_ip_frag_table_del_expired_entries;
|
|
};
|