4cfe399f65
This patch adds support to configure the VF L2 Rx settings. The per VF setting is maintained in bnxt_child_vf_info.l2_rx_mask Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
22 lines
531 B
Plaintext
22 lines
531 B
Plaintext
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;
|
|
|
|
local: *;
|
|
};
|