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>
23 lines
566 B
Plaintext
23 lines
566 B
Plaintext
DPDK_20.0 {
|
|
global:
|
|
|
|
rte_pmd_bnxt_get_vf_rx_status;
|
|
rte_pmd_bnxt_get_vf_stats;
|
|
rte_pmd_bnxt_get_vf_tx_drop_count;
|
|
rte_pmd_bnxt_mac_addr_add;
|
|
rte_pmd_bnxt_reset_vf_stats;
|
|
rte_pmd_bnxt_set_all_queues_drop_en;
|
|
rte_pmd_bnxt_set_tx_loopback;
|
|
rte_pmd_bnxt_set_vf_mac_addr;
|
|
rte_pmd_bnxt_set_vf_mac_anti_spoof;
|
|
rte_pmd_bnxt_set_vf_persist_stats;
|
|
rte_pmd_bnxt_set_vf_rate_limit;
|
|
rte_pmd_bnxt_set_vf_rxmode;
|
|
rte_pmd_bnxt_set_vf_vlan_anti_spoof;
|
|
rte_pmd_bnxt_set_vf_vlan_filter;
|
|
rte_pmd_bnxt_set_vf_vlan_insert;
|
|
rte_pmd_bnxt_set_vf_vlan_stripq;
|
|
|
|
local: *;
|
|
};
|