[dpdk-dev] [PATCH v2] service: fix service lcore stop function

Thomas Monjalon thomas at monjalon.net
Fri Sep 15 15:34:30 CEST 2017


> > lcore_states store the state of the lcore. Fixing the invalid
> > dereference of lcore_states with service number
> > 
> > Unit test case service_lcore_start_stop fails with the above fix.
> > Service core was stopped without stopping the service.
> > 
> > This commit fixes the test by adding negative and positive cases of
> > stopping the service lcore before and after stopping the service
> > respectively
> > 
> > Fixes: 21698354c832 ("service: introduce service cores concept")
> > Fixes: f038a81e1c56 ("service: add unit tests")
> > 
> > Signed-off-by: Guduri Prathyusha <gprathyusha at caviumnetworks.com>
> 
> Thanks for fixing and rebase / update to v2. Please mark the v1 of this patchset as "Superseded" in patchwork.
> 
> Reviewed-by: Harry van Haaren <harry.van.haaren at intel.com>

Applied, thanks


More information about the dev mailing list