Re: [dpdk-dev] [PATCH v3 1/2] service: add API to retrieve service core active

2020-07-22 Thread Honnappa Nagarahalli
> Subject: [PATCH v3 1/2] service: add API to retrieve service core active > > This commit adds a new experimental API which allows the user to retrieve > the active state of an lcore. Knowing when the service lcore is completed its > polling loop can be useful to applications to avoid race cond

[dpdk-dev] [PATCH v3 1/2] service: add API to retrieve service core active

2020-07-22 Thread Harry van Haaren
This commit adds a new experimental API which allows the user to retrieve the active state of an lcore. Knowing when the service lcore is completed its polling loop can be useful to applications to avoid race conditions when e.g. finalizing statistics. The service thread itself now has a variable