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

2021-10-01 Thread Thomas Monjalon
> >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 > >--- > > lib/telemetry/t

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

2021-08-20 Thread Power, Ciara
Hi Stephen, >-Original Message- >From: Stephen Hemminger >Sent: Thursday 19 August 2021 03:38 >To: Power, Ciara >Cc: dev@dpdk.org; Stephen Hemminger >Subject: [PATCH] telemetry: detach pthreads > >There are a number telemetry threads which are created and there is nothing >that does pth

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

2021-08-18 Thread Stephen Hemminger
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 --- lib/telemetry/telemetry.c| 2 ++