4aee6110bb
Some NIC drivers support MBUF_FAST_FREE (device supports optimization for fast release of mbufs. When set, application must guarantee that per-queue all mbufs comes from the same mempool, has refcnt = 1, direct and non-segmented.) offload. In order to adapt to this offload function, add this API. Add some test data for this API. Signed-off-by: Huichao Cai <chcchc88@163.com> Acked-by: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>
22 lines
385 B
Plaintext
22 lines
385 B
Plaintext
DPDK_23 {
|
|
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;
|
|
rte_ipv4_fragment_copy_nonseg_packet;
|
|
};
|