Lines Matching refs:socketid

102 	uint8_t socketid;  member
224 lcore_conf[lcore_id].socketid = in init_lcores()
238 int socketid; in init_mbufpool() local
246 socketid = rte_lcore_to_socket_id(lcore_id); in init_mbufpool()
247 if (socketid >= NB_SOCKETS) { in init_mbufpool()
250 socketid, lcore_id, NB_SOCKETS); in init_mbufpool()
252 if (mbufpool[socketid] == NULL) { in init_mbufpool()
253 snprintf(s, sizeof(s), "mbuf_pool_%d", socketid); in init_mbufpool()
254 mbufpool[socketid] = in init_mbufpool()
257 RTE_MBUF_DEFAULT_BUF_SIZE, socketid); in init_mbufpool()
258 if (mbufpool[socketid] == NULL) in init_mbufpool()
261 socketid); in init_mbufpool()
264 socketid); in init_mbufpool()
271 alloc_lcore(uint16_t socketid) in alloc_lcore() argument
277 lcore_conf[lcore_id].socketid != socketid || in alloc_lcore()
557 RTE_CACHE_LINE_SIZE, conf->socketid); in poll_burst()
669 int socketid = -1; in test_pmd_perf() local
700 if (socketid == -1) { in test_pmd_perf()
701 socketid = rte_eth_dev_socket_id(portid); in test_pmd_perf()
702 worker_id = alloc_lcore(socketid); in test_pmd_perf()
708 worker_id, socketid); in test_pmd_perf()
711 if (socketid != rte_eth_dev_socket_id(portid)) { in test_pmd_perf()
736 socketid, &tx_conf); in test_pmd_perf()
744 socketid, &rx_conf, in test_pmd_perf()
745 mbufpool[socketid]); in test_pmd_perf()
775 RTE_CACHE_LINE_SIZE, socketid); in test_pmd_perf()
780 init_traffic(mbufpool[socketid], in test_pmd_perf()
784 MAX_TRAFFIC_BURST * nb_ports, socketid); in test_pmd_perf()
802 if (socketid != rte_eth_dev_socket_id(portid)) in test_pmd_perf()