Re: [dpdk-dev] [PATCH 2/2] service: fix service core launch

2018-01-04 Thread Pavan Nikhilesh
Hi Harry, On Wed, Dec 20, 2017 at 11:21:47AM +, Harry van Haaren wrote: > diff --git a/test/test/test_service_cores.c b/test/test/test_service_cores.c > index 311c704..43f2318 100644 > --- a/test/test/test_service_cores.c > +++ b/test/test/test_service_cores.c > @@ -348,6 +348,7 @@ service_lco

[dpdk-dev] [PATCH 2/2] service: fix service core launch

2017-12-20 Thread Harry van Haaren
This patch fixes a potential bug, which was not consistently showing up in the unit tests. The issue was that the service- lcore being started was not in a "WAIT" state, and hence EAL would return -EBUSY instead of launching the lcore. In order to ensure a core is in a launch-ready state, the appl