Home
last modified time | relevance | path

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

/dpdk/examples/eventdev_pipeline/
H A Dmain.c177 uint64_t rx_lcore_mask = 0; in parse_app_args() local
230 rx_lcore_mask = parse_coremask(optarg); in parse_app_args()
231 popcnt = __builtin_popcountll(rx_lcore_mask); in parse_app_args()
254 cdata.rx_lcore_mask = rx_lcore_mask; in parse_app_args()
261 fdata->rx_core[i] = !!(rx_lcore_mask & (1ULL << i)); in parse_app_args()
H A Dpipeline_common.h86 uint64_t rx_lcore_mask; member
H A Dpipeline_worker_generic.c540 (rx_needed && cdata.rx_lcore_mask == 0) || in generic_opt_check()
548 cdata.rx_lcore_mask, cdata.tx_lcore_mask, in generic_opt_check()
H A Dpipeline_worker_tx.c921 (rx_needed && cdata.rx_lcore_mask == 0) || in worker_tx_enq_opt_check()
927 "\n\tworkers: %"PRIu64"\n", cdata.rx_lcore_mask, in worker_tx_enq_opt_check()