Re: [dpdk-dev] [PATCH] examples/service_cores: check lcores before test run

2018-10-28 Thread Thomas Monjalon
17/10/2018 16:57, Van Haaren, Harry: > From: Varghese, Vipin > > > > 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.

Re: [dpdk-dev] [PATCH] examples/service_cores: check lcores before test run

2018-10-17 Thread Van Haaren, Harry
> -Original Message- > From: Varghese, Vipin > Sent: Friday, October 12, 2018 6:14 AM > To: dev@dpdk.org; Van Haaren, Harry > Cc: Byrne, Stephen1 ; Varghese, Vipin > > Subject: [PATCH] examples/service_cores: check lcores before test run > > The service core samples has varied profiles c

[dpdk-dev] [PATCH] examples/service_cores: check lcores before test run

2018-10-12 Thread Vipin Varghese
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. Sig