Searched refs:rx_core (Results 1 – 8 of 8) sorted by relevance
| /dpdk/examples/qos_sched/ |
| H A D | args.c | 223 pconf->rx_core = (uint8_t)vals[2]; in app_parse_flow_conf() 230 if (pconf->rx_core == pconf->wt_core) { in app_parse_flow_conf() 264 mask = 1lu << pconf->rx_core; in app_parse_flow_conf() 455 if (qos_conf[i].rx_core >= nb_lcores) { in app_parse_args() 457 qos_conf[i].rx_core); in app_parse_args() 465 uint32_t rx_sock = rte_lcore_to_socket_id(qos_conf[i].rx_core); in app_parse_args() 471 app_numa_mask |= 1 << rte_lcore_to_socket_id(qos_conf[i].rx_core); in app_parse_args()
|
| H A D | main.h | 98 uint32_t rx_core; member
|
| H A D | init.c | 390 uint32_t socket = rte_lcore_to_socket_id(qos_conf[i].rx_core); in app_init() 393 snprintf(ring_name, MAX_NAME_LEN, "ring-%u-%u", i, qos_conf[i].rx_core); in app_init()
|
| H A D | main.c | 54 if (flow->rx_core == lcore_id) { in app_main_loop()
|
| /dpdk/examples/eventdev_pipeline/ |
| H A D | main.c | 29 if (fdata->rx_core[lcore_id]) in dump_core_info() 53 return (fdata->rx_core[lcore_id] || fdata->sched_core[lcore_id] || in core_in_use() 261 fdata->rx_core[i] = !!(rx_lcore_mask & (1ULL << i)); in parse_app_args() 424 if (!fdata->rx_core[lcore_id] && in main()
|
| H A D | pipeline_common.h | 54 uint64_t rx_core[MAX_NUM_CORE]; member 123 if (fdata->rx_core[lcore_id]) { in schedule_devices()
|
| H A D | pipeline_worker_tx.c | 882 memset(fdata->rx_core, 0, sizeof(unsigned int) * MAX_NUM_CORE); in init_adapters() 936 memset(fdata->rx_core, 0, in worker_tx_enq_opt_check()
|
| H A D | pipeline_worker_generic.c | 558 memset(fdata->rx_core, 0, in generic_opt_check()
|