Searched refs:lcore_ports (Results 1 – 1 of 1) sorted by relevance
58 struct lcore_ports{ struct77 static struct lcore_ports lcore_ports[RTE_MAX_LCORE]; variable290 lcore_ports[i].start_port = ports_assigned; in assign_ports_to_cores()291 lcore_ports[i].num_ports = pairs_per_lcore * 2; in assign_ports_to_cores()293 lcore_ports[i].num_ports += 2; in assign_ports_to_cores()296 ports_assigned += lcore_ports[i].num_ports; in assign_ports_to_cores()308 const unsigned start_port = lcore_ports[id].start_port; in lcore_main()309 const unsigned end_port = start_port + lcore_ports[id].num_ports; in lcore_main()