mirror of https://github.com/F-Stack/f-stack.git
17 lines
231 B
Plaintext
17 lines
231 B
Plaintext
|
DPDK_22 {
|
||
|
global:
|
||
|
|
||
|
rte_ring_create;
|
||
|
rte_ring_create_elem;
|
||
|
rte_ring_dump;
|
||
|
rte_ring_free;
|
||
|
rte_ring_get_memsize;
|
||
|
rte_ring_get_memsize_elem;
|
||
|
rte_ring_init;
|
||
|
rte_ring_list_dump;
|
||
|
rte_ring_lookup;
|
||
|
rte_ring_reset;
|
||
|
|
||
|
local: *;
|
||
|
};
|