Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/eventdev_pipeline/
H A Dmain.c154 uint64_t worker_lcore_mask = 0; in parse_app_args() local
201 worker_lcore_mask = parse_coremask(optarg); in parse_app_args()
226 cdata.worker_lcore_mask = worker_lcore_mask; in parse_app_args()
238 fdata->worker_core[i] = !!(worker_lcore_mask & (1ULL << i)); in parse_app_args()
H A Dpipeline_common.h85 uint64_t worker_lcore_mask; member
H A Dpipeline_worker_generic.c538 if (cdata.worker_lcore_mask == 0 || in generic_opt_check()
549 cdata.worker_lcore_mask); in generic_opt_check()
H A Dpipeline_worker_tx.c897 if (cdata.worker_lcore_mask == 0 || in worker_tx_enq_opt_check()
905 cdata.sched_lcore_mask, cdata.worker_lcore_mask); in worker_tx_enq_opt_check()