Re: [dpdk-dev] [PATCH 1/2] service: fix service lcore stop function

2017-09-05 Thread Guduri Prathyusha
On Tue, Sep 05, 2017 at 02:34:44PM +, Van Haaren, Harry wrote: > > From: Guduri Prathyusha [mailto:gprathyu...@caviumnetworks.com] > > Sent: Tuesday, September 5, 2017 3:11 PM > > To: Van Haaren, Harry > > Cc: dev@dpdk.org; Guduri Prathyusha > > Subject: [dpdk

Re: [dpdk-dev] [PATCH 1/2] service: fix service lcore stop function

2017-09-05 Thread Van Haaren, Harry
> From: Guduri Prathyusha [mailto:gprathyu...@caviumnetworks.com] > Sent: Tuesday, September 5, 2017 3:11 PM > To: Van Haaren, Harry > Cc: dev@dpdk.org; Guduri Prathyusha > Subject: [dpdk-dev] [PATCH 1/2] service: fix service lcore stop function > > lcore_states store t

[dpdk-dev] [PATCH 1/2] service: fix service lcore stop function

2017-09-05 Thread Guduri Prathyusha
lcore_states store the state of the lcore. Fixing the invalid dereference of lcore_states with service number Fixes: 21698354c832 ("service: introduce service cores concept") Signed-off-by: Guduri Prathyusha --- lib/librte_eal/common/rte_service.c | 2 +- 1 file changed, 1 insertion(+), 1 delet