mirror of https://github.com/F-Stack/f-stack.git
15 lines
242 B
Plaintext
15 lines
242 B
Plaintext
|
DPDK_21 {
|
||
|
local: *;
|
||
|
};
|
||
|
|
||
|
EXPERIMENTAL {
|
||
|
global:
|
||
|
|
||
|
rte_pmd_atl_macsec_enable;
|
||
|
rte_pmd_atl_macsec_disable;
|
||
|
rte_pmd_atl_macsec_config_txsc;
|
||
|
rte_pmd_atl_macsec_config_rxsc;
|
||
|
rte_pmd_atl_macsec_select_txsa;
|
||
|
rte_pmd_atl_macsec_select_rxsa;
|
||
|
};
|