Lines Matching defs:worker_lcore
873 int worker_lcore;
919 worker_lcore = lcore_params[nb_lcore_params - 1].lcore_id;
923 worker_lcore = rte_get_next_lcore(worker_lcore, true, 1);
925 worker_lcore);
928 node_tmp->name, worker_lcore);
932 worker_lcore = main_lcore_id;
934 worker_lcore = rte_get_next_lcore(worker_lcore, true, 1);
936 qconf = &lcore_conf[worker_lcore];
937 snprintf(qconf->name, sizeof(qconf->name), "cloned-%u", worker_lcore);
939 ret = rte_graph_model_mcore_dispatch_core_bind(graph_id, worker_lcore);
941 printf("bind graph %d to lcore %u\n", graph_id, worker_lcore);