> -----Original Message----- > From: Ruifeng Wang <ruifeng.w...@arm.com> > Sent: Monday, August 30, 2021 9:04 AM > To: Van Haaren, Harry <harry.van.haa...@intel.com>; Varghese, Vipin > <vipin.vargh...@intel.com> > Cc: dev@dpdk.org; tho...@monjalon.net; david.march...@redhat.com; > n...@arm.com; honnappa.nagaraha...@arm.com; Ruifeng Wang > <ruifeng.w...@arm.com>; sta...@dpdk.org > Subject: [PATCH] examples/service_cores: fix lcore count check > > The example has various profiles to run services on specified > number of lcores. Due to incorrect boundary condition, service > can be dispatched to a core that does not exist. This puts main > core into endless wait. > > Max available number of service cores is all detected lcores > excluding main core. > > Fixes: 7f6ee6aee717 ("examples/service_cores: check cores before run") > Cc: sta...@dpdk.org > Cc: vipin.vargh...@intel.com > > Signed-off-by: Ruifeng Wang <ruifeng.w...@arm.com>
Change makes sense to me, this was introduced in Oct 2020 so a backport to 20.11 LTS makes sense I think. Acked-by: Harry van Haaren <harry.van.haa...@intel.com>