85ff364f3b
Merge all versions in linker version script files to DPDK_20.0. This commit was generated by running the following command: :~/DPDK$ buildtools/update-abi.sh 20.0 Signed-off-by: Pawel Modrak <pawelx.modrak@intel.com> Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Thomas Monjalon <thomas@monjalon.net>
15 lines
244 B
Plaintext
15 lines
244 B
Plaintext
DPDK_20.0 {
|
|
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;
|
|
};
|