Searched refs:lcore_ports (Results 1 – 1 of 1) sorted by relevance
57 struct lcore_ports{ struct76 static struct lcore_ports lcore_ports[RTE_MAX_LCORE]; argument303 lcore_ports[i].start_port = ports_assigned; in assign_ports_to_cores()304 lcore_ports[i].num_ports = pairs_per_lcore * 2; in assign_ports_to_cores()306 lcore_ports[i].num_ports += 2; in assign_ports_to_cores()309 ports_assigned += lcore_ports[i].num_ports; in assign_ports_to_cores()321 const unsigned start_port = lcore_ports[id].start_port; in lcore_main()322 const unsigned end_port = start_port + lcore_ports[id].num_ports; in lcore_main()