Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/eventdev_pipeline/
H A Dmain.c151 uint64_t rx_lcore_mask = 0; in parse_app_args() local
204 rx_lcore_mask = parse_coremask(optarg); in parse_app_args()
205 popcnt = __builtin_popcountll(rx_lcore_mask); in parse_app_args()
228 cdata.rx_lcore_mask = rx_lcore_mask; in parse_app_args()
235 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.c539 (rx_needed && cdata.rx_lcore_mask == 0) || in generic_opt_check()
547 cdata.rx_lcore_mask, cdata.tx_lcore_mask, in generic_opt_check()
H A Dpipeline_worker_tx.c898 (rx_needed && cdata.rx_lcore_mask == 0) || in worker_tx_enq_opt_check()
904 "\n\tworkers: %"PRIu64"\n", cdata.rx_lcore_mask, in worker_tx_enq_opt_check()