Lines Matching defs:lcore

190 		printf("Exceeded max number of lcore params for remote model: %hu\n",
203 uint32_t lcore;
211 lcore = lcore_params[i].lcore_id;
212 if (!rte_lcore_is_enabled(lcore)) {
213 printf("Error: lcore %u is not enabled in lcore mask\n",
214 lcore);
218 if (lcore == rte_get_main_lcore()) {
219 printf("Error: lcore %u is main lcore\n", lcore);
222 socketid = rte_lcore_to_socket_id(lcore);
224 printf("Warning: lcore %u is on socket %d with numa off\n",
225 lcore, socketid);
278 uint32_t lcore;
281 lcore = lcore_params[i].lcore_id;
282 nb_rx_queue = lcore_conf[lcore].n_rx_queue;
284 printf("Error: too many queues (%u) for lcore: %u\n",
286 lcore);
290 lcore_conf[lcore].rx_queue_list[nb_rx_queue].port_id =
292 lcore_conf[lcore].rx_queue_list[nb_rx_queue].queue_id =
294 lcore_conf[lcore].n_rx_queue++;
308 " --config (port,queue,lcore)[,(port,queue,lcore)]"
317 " --config (port,queue,lcore): Rx queue configuration\n"
432 printf("Exceeded max number of lcore params: %hu\n",
439 printf("Invalid port/lcore id\n");
533 * tx hardware rings, cache per lcore and mtable per port per lcore.
663 "Socket %d of lcore %u is out of range %d\n",
815 "Entering main loop on lcore %u, graph %s(%p)\n", lcore_id,
880 /* Add rx node patterns of all lcore */
890 printf("Set node %s affinity to lcore %u\n", node_name,
906 "rte_graph_create(): main_graph_id invalid for lcore %u\n",
921 /* Need to set the node Lcore affinity before clone graph for each lcore */
927 printf("Set node %s affinity to lcore %u\n",
941 printf("bind graph %d to lcore %u\n", graph_id, worker_lcore);
973 /* Add rx node patterns of this lcore */
985 "rte_graph_create(): graph_id invalid for lcore %u\n",
1153 /* Init one TX queue per couple (lcore,port) */
1201 printf("\nInitializing rx queues on lcore %u ... ", lcore_id);
1248 /* Alloc a graph to this lcore only if source exists */
1404 /* Launch per-lcore init on every worker lcore */