Re: [PATCH] service: debug and fix lingering might_be_active() result

2022-07-05 Thread Thomas Monjalon
05/07/2022 15:32, Harry van Haaren: > This commit fixes an issue where calling rte_service_lcore_stop() > would result in a service's "active on lcore" status becoming stale. > > The stale status would result in rte_service_may_be_active() always > returning "1", indiciating that the service is no

[PATCH] service: debug and fix lingering might_be_active() result

2022-07-05 Thread Harry van Haaren
This commit fixes an issue where calling rte_service_lcore_stop() would result in a service's "active on lcore" status becoming stale. The stale status would result in rte_service_may_be_active() always returning "1", indiciating that the service is not certainly stopped. This is fixed by ensurin