[dpdk-dev] [PATCH] telemetry: detach pthreads

Power, Ciara ciara.power at intel.com
Fri Aug 20 10:49:54 CEST 2021


Hi Stephen,

>-----Original Message-----
>From: Stephen Hemminger <stephen at networkplumber.org>
>Sent: Thursday 19 August 2021 03:38
>To: Power, Ciara <ciara.power at intel.com>
>Cc: dev at dpdk.org; Stephen Hemminger <stephen at networkplumber.org>
>Subject: [PATCH] telemetry: detach pthreads
>
>There are a number telemetry threads which are created and there is nothing
>that does pthread_join() to wait for them.
>Mark these threads as detached, so that the pthread library can cleanup state
>when the thread exits.
>
>Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
>---
> lib/telemetry/telemetry.c        | 2 ++
> lib/telemetry/telemetry_legacy.c | 1 +
> 2 files changed, 3 insertions(+)
>
<snip>

Thanks for catching this,

Acked-by: Ciara Power <ciara.power at intel.com>




More information about the dev mailing list