c5f21bdae4
Signed-off-by: Thomas Monjalon <thomas@monjalon.net> Acked-by: Allain Legacy <allain.legacy@windriver.com>
27 lines
381 B
Plaintext
27 lines
381 B
Plaintext
DPDK_2.0 {
|
|
global:
|
|
|
|
rte_ip_frag_free_death_row;
|
|
rte_ip_frag_table_create;
|
|
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: *;
|
|
};
|
|
|
|
DPDK_17.08 {
|
|
global:
|
|
|
|
rte_ip_frag_table_destroy;
|
|
|
|
} DPDK_2.0;
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_frag_table_del_expired_entries;
|
|
};
|