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 [email protected]The canonical format is: Cc: [email protected] > > Reported-by: Pavan Nikhilesh <[email protected]> > > Signed-off-by: Harry van Haaren <[email protected]> > > Series-Acked-by: Pavan Nikhilesh <[email protected]> Applied, thanks

