blob: 4750d40ad6e402f9f91ce409ddfb50beb334178b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
DPDK_17.08 {
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_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;
rte_pmd_bnxt_set_vf_persist_stats;
local: *;
};
|