Home
last modified time | relevance | path

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

/dpdk/examples/l3fwd-power/
H A Dmain.c372 struct lcore_stats { struct
374 uint32_t sleep_time;
376 uint32_t nb_long_sleep;
378 uint32_t trend;
380 uint64_t nb_rx_processed;
382 uint64_t nb_iteration_looped;
406 static struct lcore_stats stats[RTE_MAX_LCORE] __rte_cache_aligned; argument
/dpdk/examples/bbdev_app/
H A Dmain.c150 struct lcore_statistics *lcore_stats; member
516 struct lcore_statistics *lcore_stats) in lcore_conf_init()
696 struct lcore_statistics *lcore_stats; in run_encoding() local
827 struct lcore_statistics *lcore_stats; in run_decoding() local
1046 struct lcore_statistics lcore_stats[RTE_MAX_LCORE] = { {0} }; in main() local
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2997 struct ipsec_core_statistics *lcore_stats; in update_lcore_statistics() local