On Thu, Aug 19, 2021 at 4:41 AM Stephen Hemminger
<[email protected]> wrote:
>
> The EAL library does not wait (pthread_join) these threads
> so the should be detached so that library can release resources.
> This shows up when looking for memory leaks with tools like
> valgrind.

The FreeBSD interrupt thread can be detached too.

There is also the hpet-msb-inc thread in Linux that could be detached,
maybe in a followup patch?

>
> Signed-off-by: Stephen Hemminger <[email protected]>

With FreeBSD interrupt thread addition, you can add:
Reviewed-by: David Marchand <[email protected]>


-- 
David Marchand

Reply via email to