net/bnxt: support to add a VF MAC address
[dpdk.git] / drivers / net / bnxt / rte_pmd_bnxt_version.map
1 DPDK_17.08 {
2         global:
3
4         rte_pmd_bnxt_get_vf_rx_status;
5         rte_pmd_bnxt_get_vf_stats;
6         rte_pmd_bnxt_get_vf_tx_drop_count;
7         rte_pmd_bnxt_mac_addr_add;
8         rte_pmd_bnxt_reset_vf_stats;
9         rte_pmd_bnxt_set_all_queues_drop_en;
10         rte_pmd_bnxt_set_tx_loopback;
11         rte_pmd_bnxt_set_vf_mac_addr;
12         rte_pmd_bnxt_set_vf_mac_anti_spoof;
13         rte_pmd_bnxt_set_vf_rate_limit;
14         rte_pmd_bnxt_set_vf_vlan_anti_spoof;
15         rte_pmd_bnxt_set_vf_vlan_filter;
16         rte_pmd_bnxt_set_vf_vlan_stripq;
17
18         local: *;
19 };