e61e47c2c3
This patch add support to get/clear VF statistics from PF side. Two APIs are added: rte_pmd_i40e_get_vf_stats. rte_pmd_i40e_reset_vf_stats. Signed-off-by: Qi Zhang <qi.z.zhang@intel.com> Acked-by: Helin Zhang <helin.zhang@intel.com> Acked-by: Vincent Jardin <vincent.jardin@6wind.com>
25 lines
525 B
Plaintext
25 lines
525 B
Plaintext
DPDK_2.0 {
|
|
|
|
local: *;
|
|
};
|
|
|
|
DPDK_17.02 {
|
|
global:
|
|
|
|
rte_pmd_i40e_get_vf_stats;
|
|
rte_pmd_i40e_ping_vfs;
|
|
rte_pmd_i40e_reset_vf_stats;
|
|
rte_pmd_i40e_set_tx_loopback;
|
|
rte_pmd_i40e_set_vf_broadcast;
|
|
rte_pmd_i40e_set_vf_mac_addr;
|
|
rte_pmd_i40e_set_vf_mac_anti_spoof;
|
|
rte_pmd_i40e_set_vf_multicast_promisc;
|
|
rte_pmd_i40e_set_vf_unicast_promisc;
|
|
rte_pmd_i40e_set_vf_vlan_anti_spoof;
|
|
rte_pmd_i40e_set_vf_vlan_filter;
|
|
rte_pmd_i40e_set_vf_vlan_insert;
|
|
rte_pmd_i40e_set_vf_vlan_stripq;
|
|
rte_pmd_i40e_set_vf_vlan_tag;
|
|
|
|
} DPDK_2.0;
|