b35d309710
MACsec (or LinkSec, 802.1AE) is a MAC level encryption/authentication scheme defined in IEEE 802.1AE that uses symmetric cryptography. This commit adds the MACsec offload support for ixgbe. Signed-off-by: Tiwei Bie <tiwei.bie@intel.com> Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
29 lines
588 B
Plaintext
29 lines
588 B
Plaintext
DPDK_2.0 {
|
|
|
|
local: *;
|
|
};
|
|
|
|
DPDK_16.11 {
|
|
global:
|
|
|
|
rte_pmd_ixgbe_set_all_queues_drop_en;
|
|
rte_pmd_ixgbe_set_tx_loopback;
|
|
rte_pmd_ixgbe_set_vf_mac_addr;
|
|
rte_pmd_ixgbe_set_vf_mac_anti_spoof;
|
|
rte_pmd_ixgbe_set_vf_split_drop_en;
|
|
rte_pmd_ixgbe_set_vf_vlan_anti_spoof;
|
|
rte_pmd_ixgbe_set_vf_vlan_insert;
|
|
rte_pmd_ixgbe_set_vf_vlan_stripq;
|
|
} DPDK_2.0;
|
|
|
|
DPDK_17.02 {
|
|
global:
|
|
|
|
rte_pmd_ixgbe_macsec_enable;
|
|
rte_pmd_ixgbe_macsec_disable;
|
|
rte_pmd_ixgbe_macsec_config_txsc;
|
|
rte_pmd_ixgbe_macsec_config_rxsc;
|
|
rte_pmd_ixgbe_macsec_select_txsa;
|
|
rte_pmd_ixgbe_macsec_select_rxsa;
|
|
} DPDK_16.11;
|