ec0dec44ec
These are driver MACsec configuration routines. They fill in config structures and prepare these to be send to FW. Actual configuration will happen in link interrupt handler. We declare MACsec offload bits in DPDK offload capabilities and provide external experimental MACsec API wrappers. Also update documentation with feature matrix for the enabled feature. Signed-off-by: Pavel Belous <pavel.belous@aquantia.com> Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com>
17 lines
247 B
Plaintext
17 lines
247 B
Plaintext
DPDK_18.11 {
|
|
|
|
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;
|
|
};
|
|
|