Home
last modified time | relevance | path

Searched refs:rte_eth_stats_get (Results 1 – 25 of 27) sorted by relevance

12

/f-stack/dpdk/app/test/
H A Dtest_pmd_ring.c141 rte_eth_stats_get(port, &stats); in test_get_stats()
160 rte_eth_stats_get(port, &stats); in test_get_stats()
181 rte_eth_stats_get(port, &stats); in test_stats_reset()
200 rte_eth_stats_get(port, &stats); in test_stats_reset()
211 rte_eth_stats_get(port, &stats); in test_stats_reset()
263 rte_eth_stats_get(rxtx_portd, &stats); in test_pmd_ring_pair_create_attach()
273 rte_eth_stats_get(rxtx_porte, &stats2); in test_pmd_ring_pair_create_attach()
296 rte_eth_stats_get(rxtx_portd, &stats); in test_pmd_ring_pair_create_attach()
330 rte_eth_stats_get(rxtx_portd, &stats); in test_pmd_ring_pair_create_attach()
364 rte_eth_stats_get(rxtx_portd, &stats); in test_pmd_ring_pair_create_attach()
[all …]
H A Dtest_link_bonding.c1418 rte_eth_stats_get(test_params->bonded_port_id, &port_stats); in test_roundrobin_tx_burst()
1536 rte_eth_stats_get(test_params->bonded_port_id, &port_stats); in test_roundrobin_tx_burst_slave_tx_fail()
1692 rte_eth_stats_get(test_params->bonded_port_id, &port_stats); in test_roundrobin_rx_burst_on_multiple_slaves()
1957 rte_eth_stats_get(test_params->bonded_port_id, &port_stats); in test_roundrobin_verify_slave_link_status_change_behaviour()
2007 rte_eth_stats_get(test_params->bonded_port_id, &port_stats); in test_roundrobin_verify_slave_link_status_change_behaviour()
2156 rte_eth_stats_get(test_params->bonded_port_id, &port_stats); in test_activebackup_tx_burst()
2603 rte_eth_stats_get(test_params->bonded_port_id, &port_stats); in test_activebackup_verify_slave_link_status_change_failover()
2741 rte_eth_stats_get(test_params->bonded_port_id, &port_stats); in test_balance_l2_tx_burst()
2823 rte_eth_stats_get(test_params->bonded_port_id, &port_stats); in balance_l23_tx_burst()
2936 rte_eth_stats_get(test_params->bonded_port_id, &port_stats); in balance_l34_tx_burst()
[all …]
H A Dtest_pmd_perf.c305 rte_eth_stats_get(port_id, &stats); in stats_display()
/f-stack/dpdk/examples/qos_sched/
H A Dmain.c158 rte_eth_stats_get(flow->rx_port, &stats); in app_stat()
167 rte_eth_stats_get(flow->tx_port, &stats); in app_stat()
/f-stack/dpdk/lib/librte_bitratestats/
H A Drte_bitrate.c79 ret_code = rte_eth_stats_get(port_id, &eth_stats); in rte_stats_bitrate_calc()
/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map94 rte_eth_stats_get;
H A Drte_ethdev.h2752 int rte_eth_stats_get(uint16_t port_id, struct rte_eth_stats *stats);
H A Drte_ethdev.c2663 rte_eth_stats_get(uint16_t port_id, struct rte_eth_stats *stats) in rte_eth_stats_get() function
2984 ret = rte_eth_stats_get(port_id, &eth_stats); in eth_basic_stats_get()
5602 ret = rte_eth_stats_get(port_id, &stats); in eth_dev_handle_port_stats()
/f-stack/dpdk/examples/ethtool/lib/
H A Drte_ethtool.c361 return rte_eth_stats_get(port_id, stats); in rte_ethtool_net_get_stats64()
/f-stack/dpdk/doc/guides/nics/
H A Dfm10k.rst152 are read from the hardware registers when ``rte_eth_stats_get()`` or
H A Dixgbe.rst192 read the statistics from the hardware using ``rte_eth_stats_get()`` or
H A Dfeatures.rst694 * **[related] API**: ``rte_eth_stats_get``, ``rte_eth_stats_reset()``.
H A Di40e.rst646 However, the Rx statistics, when calling `rte_eth_stats_get` incorrectly
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_vf.c463 ret = rte_eth_stats_get(vf_dev->data->port_id, stats); in hn_vf_stats_get()
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_ether.c327 err = rte_eth_stats_get(PORT_ID(sdev), &stats); in fs_dev_stats_save()
H A Dfailsafe_ops.c882 ret = rte_eth_stats_get(PORT_ID(sdev), snapshot); in fs_stats_get()
/f-stack/dpdk/examples/packet_ordering/
H A Dmain.c401 rte_eth_stats_get(i, &eth_stats); in print_stats()
/f-stack/dpdk/examples/distributor/
H A Dmain.c485 rte_eth_stats_get(i, &eth_stats); in print_stats()
/f-stack/dpdk/examples/pipeline/
H A Dcli.c356 rte_eth_stats_get(link->port_id, &stats); in print_link_info()
/f-stack/dpdk/app/proc-info/
H A Dmain.c346 rte_eth_stats_get(port_id, &stats); in nic_stats_display()
/f-stack/dpdk/examples/ntb/
H A Dntb_fwd.c962 rte_eth_stats_get(eth_port_id, &stats); in ntb_stats_display()
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c1865 rte_eth_stats_get(pt_id, &stats); in fwd_stats_display()
2015 rte_eth_stats_get(pt_id, &ports[pt_id].stats); in fwd_stats_reset()
H A Dconfig.c195 rte_eth_stats_get(port_id, &stats); in nic_stats_display()
300 ret = rte_eth_stats_get(port_id, &ports[port_id].stats); in nic_stats_clear()
391 ret = rte_eth_stats_get(port_id, &ports[port_id].stats); in nic_xstats_clear()
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c886 rte_eth_stats_get(slave_id, &slave_stats); in bond_ethdev_update_tlb_slave_cb()
2521 rte_eth_stats_get(internals->slaves[i].port_id, &slave_stats); in bond_ethdev_stats_get()
/f-stack/dpdk/doc/guides/rel_notes/
H A Dknown_issues.rst230 * rte_eth_stats_get()

12