mirror of https://github.com/F-Stack/f-stack.git
parent
e7757252b3
commit
b60bfba1bb
|
@ -737,7 +737,7 @@ init_port_start(void)
|
|||
uint16_t q;
|
||||
for (q = 0; q < nb_queues; q++) {
|
||||
if (numa_on) {
|
||||
uint16_t lcore_id = lcore_conf.port_cfgs[port_id].lcore_list[q];
|
||||
uint16_t lcore_id = lcore_conf.port_cfgs[u_port_id].lcore_list[q];
|
||||
socketid = rte_lcore_to_socket_id(lcore_id);
|
||||
}
|
||||
mbuf_pool = pktmbuf_pool[socketid];
|
||||
|
|
Loading…
Reference in New Issue