RE: [PATCH 4/4] examples/qos_sched: remove limit on core ids

2023-02-17 Thread Dumitrescu, Cristian
> -Original Message- > From: Richardson, Bruce > Sent: Friday, February 3, 2023 10:06 AM > To: dev@dpdk.org > Cc: Singh, Jasvinder ; Richardson, Bruce > ; Dumitrescu, Cristian > > Subject: [PATCH 4/4] examples/qos_sched: remove limit on core ids > > Th

[PATCH 4/4] examples/qos_sched: remove limit on core ids

2023-02-03 Thread Bruce Richardson
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 --- examples/qos_sched/args.c | 7