Lines Matching defs:lcore
300 uint32_t lcore;
309 lcore = lcore_params[i].lcore_id;
310 if (!rte_lcore_is_enabled(lcore)) {
311 printf("error: lcore %u is not enabled in lcore mask\n", lcore);
314 if ((socketid = rte_lcore_to_socket_id(lcore) != 0) &&
316 printf("warning: lcore %u is on socket %d with numa off\n",
317 lcore, socketid);
366 uint32_t lcore;
369 lcore = lcore_params[i].lcore_id;
370 nb_rx_queue = lcore_conf[lcore].n_rx_queue;
372 printf("error: too many queues (%u) for lcore: %u\n",
373 (unsigned int)nb_rx_queue + 1, lcore);
376 lcore_conf[lcore].rx_queue_list[nb_rx_queue].port_id =
378 lcore_conf[lcore].rx_queue_list[nb_rx_queue].queue_id =
380 lcore_conf[lcore].n_rx_queue++;
399 " --config (port,queue,lcore)[,(port,queue,lcore)]"
424 " --config (port,queue,lcore): Rx queue configuration\n"
540 printf("exceeded max number of lcore params: %hu\n",
837 * tx hardware rings, cache per lcore and mtable per port per lcore.
1029 fprintf(stderr, "lcore config is not valid when event mode is selected\n");
1110 "Socket %d of lcore %u is out of range %d\n",
1438 /* init one TX queue per couple (lcore,port) */
1476 printf("\nInitializing rx queues on lcore %u ... ", lcore_id );
1729 /* launch per-lcore init on every lcore */