> -----Original Message----- > From: Richardson, Bruce <[email protected]> > Sent: Friday, February 3, 2023 10:06 AM > To: [email protected] > Cc: Singh, Jasvinder <[email protected]>; Richardson, Bruce > <[email protected]>; Dumitrescu, Cristian > <[email protected]> > Subject: [PATCH 4/4] examples/qos_sched: remove limit on core ids > > The qos_sched app was limited to using lcores between 0 and 64 only, > even if RTE_MAX_LCORE was set to a higher value (as it is by default). > Remove some of the checks on the lcore ids in order to support running > with core ids > 64. > > Signed-off-by: Bruce Richardson <[email protected]> > --- Acked-by: Cristian Dumitrescu <[email protected]>

