mirror of https://github.com/F-Stack/f-stack.git
20 lines
247 B
Plaintext
20 lines
247 B
Plaintext
|
DPDK_22 {
|
||
|
global:
|
||
|
|
||
|
rte_reorder_create;
|
||
|
rte_reorder_drain;
|
||
|
rte_reorder_find_existing;
|
||
|
rte_reorder_free;
|
||
|
rte_reorder_init;
|
||
|
rte_reorder_insert;
|
||
|
rte_reorder_reset;
|
||
|
|
||
|
local: *;
|
||
|
};
|
||
|
|
||
|
EXPERIMENTAL {
|
||
|
global:
|
||
|
|
||
|
rte_reorder_seqn_dynfield_offset;
|
||
|
};
|