Home
last modified time | relevance | path

Searched refs:vf_stats (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c542 struct rte_eth_stats vf_stats; in get_pkt_diff() local
549 if (rte_pmd_i40e_get_vf_stats(x, pol->pfid[x], &vf_stats) == 0) in get_pkt_diff()
550 vsi_pkt_count = vf_stats.ipackets; in get_pkt_diff()