On Thu, Jul 8, 2021 at 3:54 PM Kevin Traynor <[email protected]> wrote: > > The list of PMDs is round robined through for the selection > when assigning an rxq to a PMD. The list is based on a > hash map, so there is no defined order. > > It means the same set of PMDs may get assigned different rxqs > on different runs for no reason other than how the PMDs are stored > in the hash map. > > This can be easily changed by sorting the PMDs by core id after > they are extracted, so the PMDs will be used in a consistent order. > > Signed-off-by: Kevin Traynor <[email protected]>
Acked-by: David Marchand <[email protected]> -- David Marchand _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
