Lines Matching refs:socketid
154 int socketid; in check_lcore_params() local
174 socketid = rte_lcore_to_socket_id(lcore); in check_lcore_params()
175 if ((socketid != 0) && (numa_on == 0)) { in check_lcore_params()
177 lcore, socketid); in check_lcore_params()
549 int socketid; in init_mem() local
557 socketid = rte_lcore_to_socket_id(lcore_id); in init_mem()
559 socketid = 0; in init_mem()
561 if (socketid >= NB_SOCKETS) { in init_mem()
564 socketid, lcore_id, NB_SOCKETS); in init_mem()
567 if (pktmbuf_pool[portid][socketid] == NULL) { in init_mem()
569 socketid); in init_mem()
571 pktmbuf_pool[portid][socketid] = in init_mem()
575 RTE_MBUF_DEFAULT_BUF_SIZE, socketid); in init_mem()
576 if (pktmbuf_pool[portid][socketid] == NULL) in init_mem()
579 socketid); in init_mem()
582 socketid); in init_mem()
734 uint8_t nb_rx_queue, queue, socketid; in main() local
875 socketid = (uint8_t)rte_lcore_to_socket_id( in main()
878 socketid = 0; in main()
880 printf("txq=%u,%d,%d ", lcore_id, queueid, socketid); in main()
886 socketid, txconf); in main()
924 socketid = (uint8_t)rte_lcore_to_socket_id( in main()
927 socketid = 0; in main()
929 printf("rxq=%d,%d,%d ", portid, queueid, socketid); in main()
937 portid, queueid, nb_rxd, socketid, in main()
938 &rxq_conf, pktmbuf_pool[0][socketid]); in main()
941 portid, queueid, nb_rxd, socketid, in main()
943 pktmbuf_pool[portid][socketid]); in main()