Lines Matching refs:lcore_stats
150 struct lcore_statistics *lcore_stats; member
516 struct lcore_statistics *lcore_stats) in lcore_conf_init() argument
552 lconf->lcore_stats = &lcore_stats[lcore_id]; in lcore_conf_init()
664 print_lcore_stats(stats_lcore->lconf[l_id].lcore_stats, l_id); in print_stats()
696 struct lcore_statistics *lcore_stats; in run_encoding() local
701 lcore_stats = lcore_conf->lcore_stats; in run_encoding()
719 lcore_stats->rx_lost_packets += nb_rx; in run_encoding()
727 lcore_stats->rx_lost_packets += nb_rx; in run_encoding()
785 lcore_stats->rx_lost_packets += nb_rx - nb_enq; in run_encoding()
791 lcore_stats->enqueued += nb_enq; in run_encoding()
800 lcore_stats->dequeued += nb_deq; in run_encoding()
813 lcore_stats->enc_to_dec_lost_packets += nb_deq - nb_sent; in run_encoding()
827 struct lcore_statistics *lcore_stats; in run_decoding() local
831 lcore_stats = lcore_conf->lcore_stats; in run_decoding()
849 lcore_stats->rx_lost_packets += nb_recv; in run_decoding()
881 lcore_stats->rx_lost_packets += nb_recv - nb_enq; in run_decoding()
887 lcore_stats->enqueued += nb_enq; in run_decoding()
896 lcore_stats->dequeued += nb_deq; in run_decoding()
911 lcore_stats->tx_lost_packets += nb_deq - nb_tx; in run_decoding()
1046 struct lcore_statistics lcore_stats[RTE_MAX_LCORE] = { {0} }; in main() local
1160 bbdev_mbuf_mempool, enc_to_dec_ring, lcore_stats); in main()