mirror of https://github.com/F-Stack/f-stack.git
13 lines
174 B
Plaintext
13 lines
174 B
Plaintext
|
DPDK_22 {
|
||
|
global:
|
||
|
|
||
|
rte_gro_ctx_create;
|
||
|
rte_gro_ctx_destroy;
|
||
|
rte_gro_get_pkt_count;
|
||
|
rte_gro_reassemble;
|
||
|
rte_gro_reassemble_burst;
|
||
|
rte_gro_timeout_flush;
|
||
|
|
||
|
local: *;
|
||
|
};
|