Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/qos_sched/
H A Dargs.c227 pconf->rx_core = (uint8_t)vals[2]; in app_parse_flow_conf()
234 if (pconf->rx_core == pconf->wt_core) { in app_parse_flow_conf()
268 mask = 1lu << pconf->rx_core; in app_parse_flow_conf()
438 if (qos_conf[i].rx_core >= nb_lcores) { in app_parse_args()
440 qos_conf[i].rx_core); in app_parse_args()
448 uint32_t rx_sock = rte_lcore_to_socket_id(qos_conf[i].rx_core); in app_parse_args()
454 app_numa_mask |= 1 << rte_lcore_to_socket_id(qos_conf[i].rx_core); in app_parse_args()
H A Dmain.h98 uint32_t rx_core; member
H A Dinit.c386 uint32_t socket = rte_lcore_to_socket_id(qos_conf[i].rx_core); in app_init()
389 snprintf(ring_name, MAX_NAME_LEN, "ring-%u-%u", i, qos_conf[i].rx_core); in app_init()
H A Dmain.c54 if (flow->rx_core == lcore_id) { in app_main_loop()
/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_common.h54 uint64_t rx_core[MAX_NUM_CORE]; member
123 if (fdata->rx_core[lcore_id]) { in schedule_devices()
H A Dmain.c27 return (fdata->rx_core[lcore_id] || fdata->sched_core[lcore_id] || in core_in_use()
235 fdata->rx_core[i] = !!(rx_lcore_mask & (1ULL << i)); in parse_app_args()
403 if (!fdata->rx_core[lcore_id] && in main()
409 if (fdata->rx_core[lcore_id]) in main()
H A Dpipeline_worker_tx.c859 memset(fdata->rx_core, 0, sizeof(unsigned int) * MAX_NUM_CORE); in init_adapters()
913 memset(fdata->rx_core, 0, in worker_tx_enq_opt_check()
H A Dpipeline_worker_generic.c557 memset(fdata->rx_core, 0, in generic_opt_check()