Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/bbdev_app/
H A Dmain.c152 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()
703 struct lcore_statistics *lcore_stats; in run_encoding() local
708 lcore_stats = lcore_conf->lcore_stats; in run_encoding()
798 lcore_stats->enqueued += nb_enq; in run_encoding()
807 lcore_stats->dequeued += nb_deq; in run_encoding()
834 struct lcore_statistics *lcore_stats; in run_decoding() local
838 lcore_stats = lcore_conf->lcore_stats; in run_decoding()
894 lcore_stats->enqueued += nb_enq; in run_decoding()
[all …]
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c367 struct lcore_stats { struct
401 static struct lcore_stats stats[RTE_MAX_LCORE] __rte_cache_aligned; argument