> -----Original Message----- > From: Richardson, Bruce <bruce.richard...@intel.com> > Sent: Friday, February 3, 2023 10:06 AM > To: dev@dpdk.org > Cc: Singh, Jasvinder <jasvinder.si...@intel.com>; Richardson, Bruce > <bruce.richard...@intel.com>; Dumitrescu, Cristian > <cristian.dumitre...@intel.com> > 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 <bruce.richard...@intel.com> > --- Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com>