Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/distributor/
H A Dmain.c71 uint64_t worker_bursts[64][8] __rte_cache_aligned; member
561 printf("%"PRIu64" ", app_stats.worker_bursts[i][j]); in print_stats()
562 app_stats.worker_bursts[i][j] = 0; in print_stats()
603 app_stats.worker_bursts[p->worker_id][num-1]++; in lcore_worker()