mirror of https://github.com/F-Stack/f-stack.git
20 lines
199 B
Plaintext
20 lines
199 B
Plaintext
|
DPDK_2.0 {
|
||
|
global:
|
||
|
|
||
|
rte_ring_create;
|
||
|
rte_ring_dump;
|
||
|
rte_ring_get_memsize;
|
||
|
rte_ring_init;
|
||
|
rte_ring_list_dump;
|
||
|
rte_ring_lookup;
|
||
|
|
||
|
local: *;
|
||
|
};
|
||
|
|
||
|
DPDK_2.2 {
|
||
|
global:
|
||
|
|
||
|
rte_ring_free;
|
||
|
|
||
|
} DPDK_2.0;
|