[dpdk-dev] [PATCH v4 1/2] service: fix lcore role after delete

Thomas Monjalon thomas at monjalon.net
Thu Jan 11 23:30:56 CET 2018


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 stable at dpdk.org

The canonical format is:
Cc: stable at dpdk.org

> > Reported-by: Pavan Nikhilesh <pbhagavatula at caviumnetworks.com>
> > Signed-off-by: Harry van Haaren <harry.van.haaren at intel.com>
> 
> Series-Acked-by: Pavan Nikhilesh <pbhagavatula at caviumnetworks.com>

Applied, thanks


More information about the dev mailing list