10/01/2018 11:23, Pavan Nikhilesh: > On Tue, Jan 09, 2018 at 01:37:40PM +0000, Harry van Haaren wrote: > > This patch fixes the reset of the service core, > > that when rte_service_lcore_del() is called, the > > lcore_role is restored to RTE. > > > > This issue was reported as when running the unit tests, an > > error was thrown that "failed to allocate lcore". Investigating > > revealed that the state of the service-cores after del() was > > not allowing a core to be re-used at a later point in time. > > > > Fixes: 21698354c832 ("service: introduce service cores concept") > > +CC sta...@dpdk.org
The canonical format is: Cc: sta...@dpdk.org > > Reported-by: Pavan Nikhilesh <pbhagavat...@caviumnetworks.com> > > Signed-off-by: Harry van Haaren <harry.van.haa...@intel.com> > > Series-Acked-by: Pavan Nikhilesh <pbhagavat...@caviumnetworks.com> Applied, thanks