Lines Matching refs:lcore_stats
152 struct lcore_statistics *lcore_stats; member
523 struct lcore_statistics *lcore_stats) in lcore_conf_init() argument
559 lconf->lcore_stats = &lcore_stats[lcore_id]; in lcore_conf_init()
671 print_lcore_stats(stats_lcore->lconf[l_id].lcore_stats, l_id); in print_stats()
703 struct lcore_statistics *lcore_stats; in run_encoding() local
708 lcore_stats = lcore_conf->lcore_stats; in run_encoding()
726 lcore_stats->rx_lost_packets += nb_rx; in run_encoding()
734 lcore_stats->rx_lost_packets += nb_rx; in run_encoding()
792 lcore_stats->rx_lost_packets += nb_rx - nb_enq; in run_encoding()
798 lcore_stats->enqueued += nb_enq; in run_encoding()
807 lcore_stats->dequeued += nb_deq; in run_encoding()
820 lcore_stats->enc_to_dec_lost_packets += nb_deq - nb_sent; in run_encoding()
834 struct lcore_statistics *lcore_stats; in run_decoding() local
838 lcore_stats = lcore_conf->lcore_stats; in run_decoding()
856 lcore_stats->rx_lost_packets += nb_recv; in run_decoding()
888 lcore_stats->rx_lost_packets += nb_recv - nb_enq; in run_decoding()
894 lcore_stats->enqueued += nb_enq; in run_decoding()
903 lcore_stats->dequeued += nb_deq; in run_decoding()
918 lcore_stats->tx_lost_packets += nb_deq - nb_tx; in run_decoding()
1053 struct lcore_statistics lcore_stats[RTE_MAX_LCORE] = { {0} }; in main() local
1167 bbdev_mbuf_mempool, enc_to_dec_ring, lcore_stats); in main()