Home
last modified time | relevance | path

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

/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev_mtr.c770 uint64_t bpf_stats[ROC_NIX_BPF_STATS_MAX] = {0}; in cnxk_nix_mtr_stats_read() local
789 bpf_stats); in cnxk_nix_mtr_stats_read()
816 stats->n_pkts[RTE_COLOR_GREEN] = bpf_stats[green_pkt_pass]; in cnxk_nix_mtr_stats_read()
822 stats->n_pkts[RTE_COLOR_RED] = bpf_stats[red_pkt_pass]; in cnxk_nix_mtr_stats_read()
831 stats->n_bytes[RTE_COLOR_RED] = bpf_stats[red_octs_pass]; in cnxk_nix_mtr_stats_read()
834 stats->n_pkts_dropped = bpf_stats[green_pkt_drop] + in cnxk_nix_mtr_stats_read()
835 bpf_stats[yellow_pkt_drop] + in cnxk_nix_mtr_stats_read()
836 bpf_stats[red_pkt_drop]; in cnxk_nix_mtr_stats_read()
839 stats->n_bytes_dropped = bpf_stats[green_octs_drop] + in cnxk_nix_mtr_stats_read()
840 bpf_stats[yellow_octs_drop] + in cnxk_nix_mtr_stats_read()
[all …]