Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c367 struct lcore_stats { struct
369 uint32_t sleep_time;
371 uint32_t nb_long_sleep;
373 uint32_t trend;
375 uint64_t nb_rx_processed;
377 uint64_t nb_iteration_looped;
401 static struct lcore_stats stats[RTE_MAX_LCORE] __rte_cache_aligned; argument
/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()
703 struct lcore_statistics *lcore_stats; in run_encoding() local
834 struct lcore_statistics *lcore_stats; in run_decoding() local
1053 struct lcore_statistics lcore_stats[RTE_MAX_LCORE] = { {0} }; in main() local