Lines Matching refs:socketid
587 int socketid; in init_mbufpool() local
596 socketid = rte_lcore_to_socket_id(lcore_id); in init_mbufpool()
597 if (socketid >= NB_SOCKETS) { in init_mbufpool()
600 socketid, lcore_id, NB_SOCKETS); in init_mbufpool()
604 if (mbufpool[socketid] == NULL) { in init_mbufpool()
605 snprintf(s, sizeof(s), "mbuf_pool_%d", socketid); in init_mbufpool()
606 mbufpool[socketid] = in init_mbufpool()
609 socketid); in init_mbufpool()
610 if (mbufpool[socketid]) { in init_mbufpool()
612 socketid); in init_mbufpool()
615 socketid); in init_mbufpool()