mirror of https://github.com/F-Stack/f-stack.git
15 lines
112 B
Plaintext
15 lines
112 B
Plaintext
|
DPDK_2.0 {
|
||
|
global:
|
||
|
|
||
|
rte_eth_from_rings;
|
||
|
|
||
|
local: *;
|
||
|
};
|
||
|
|
||
|
DPDK_2.2 {
|
||
|
global:
|
||
|
|
||
|
rte_eth_from_ring;
|
||
|
|
||
|
} DPDK_2.0;
|