Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_common.h55 uint64_t tx_core[MAX_NUM_CORE]; member
137 if (fdata->tx_core[lcore_id]) { in schedule_devices()
H A Dmain.c28 fdata->tx_core[lcore_id] || fdata->worker_core[lcore_id]); in core_in_use()
236 fdata->tx_core[i] = !!(tx_lcore_mask & (1ULL << i)); in parse_app_args()
405 !fdata->tx_core[lcore_id] && in main()
414 if (fdata->tx_core[lcore_id]) in main()
H A Dpipeline_worker_tx.c916 memset(fdata->tx_core, 0, sizeof(unsigned int) * MAX_NUM_CORE); in worker_tx_enq_opt_check()
/f-stack/dpdk/examples/qos_sched/
H A Dargs.c230 pconf->tx_core = (uint8_t)vals[4]; in app_parse_flow_conf()
232 pconf->tx_core = pconf->wt_core; in app_parse_flow_conf()
274 mask = 1lu << pconf->tx_core; in app_parse_flow_conf()
H A Dmain.h100 uint32_t tx_core; member
H A Dmain.c64 if (flow->tx_core == lcore_id) { in app_main_loop()
H A Dinit.c397 snprintf(ring_name, MAX_NAME_LEN, "ring-%u-%u", i, qos_conf[i].tx_core); in app_init()