> -----Original Message----- > From: Varghese, Vipin > Sent: Friday, October 12, 2018 6:14 AM > To: dev@dpdk.org; Van Haaren, Harry <harry.van.haa...@intel.com> > Cc: Byrne, Stephen1 <stephen1.by...@intel.com>; Varghese, Vipin > <vipin.vargh...@intel.com> > Subject: [PATCH] examples/service_cores: check lcores before test run > > The service core samples has varied profiles created to run on specified > lcore count. The patch adds the check before each run, to ensure > example has sufficent lcores to be added as service cores on given run > profile. If sufficent cores are not found, the run is skipped with user > notification. > > Signed-off-by: Vipin Varghese <vipin.vargh...@intel.com> > ---
The +1 feels weird, but given there's a core offset of 1 above, this seems like the best solution: Acked-by: Harry van Haaren <harry.van.haa...@intel.com>