Re: [dpdk-dev] [PATCH v3 1/2] service: fix wrong lcore indices

2020-07-07 Thread Thomas Monjalon
07/07/2020 15:14, Van Haaren, Harry: > From: Andrew Rybchenko > > From: Igor Romanov > > > > The service core list is populated, but not used. Incorrect > > lcore states are examined for a service. > > > > Use the populated list to iterate over service cores. > > > > Fixes: e30d d318 47d2 ("se

Re: [dpdk-dev] [PATCH v3 1/2] service: fix wrong lcore indices

2020-07-07 Thread Honnappa Nagarahalli
> Subject: [dpdk-dev] [PATCH v3 1/2] service: fix wrong lcore indices > > From: Igor Romanov > > The service core list is populated, but not used. Incorrect lcore states are > examined for a service. > > Use the populated list to iterate over service cores. > >

Re: [dpdk-dev] [PATCH v3 1/2] service: fix wrong lcore indices

2020-07-07 Thread Van Haaren, Harry
> -Original Message- > From: Andrew Rybchenko > Sent: Tuesday, July 7, 2020 11:45 AM > To: dev@dpdk.org > Cc: Igor Romanov ; sta...@dpdk.org; Van Haaren, > Harry > Subject: [PATCH v3 1/2] service: fix wrong lcore indices > > From: Igor Romanov > > The service core list is populated, bu

[dpdk-dev] [PATCH v3 1/2] service: fix wrong lcore indices

2020-07-07 Thread Andrew Rybchenko
From: Igor Romanov The service core list is populated, but not used. Incorrect lcore states are examined for a service. Use the populated list to iterate over service cores. Fixes: e30dd31847d2 ("service: add mechanism for quiescing") Cc: sta...@dpdk.org Signed-off-by: Igor Romanov Signed-off