numam-dpdk/lib/telemetry
Thomas Monjalon 027c931be8 telemetry: fix build on FreeBSD < 12.2
The function pthread_setname_np() was originally not available on
FreeBSD. It has been added in FreeBSD 12.2:
https://svnweb.freebsd.org/base?view=revision&revision=362264

The EAL implementation of rte_thread_setname() is duplicated
in the telemetry library, which does not depend on EAL,
so the compilation is safe in all systems.

Fixes: 5da7736f8c ("telemetry: set socket listener thread name")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2021-04-21 20:07:59 +02:00
..
meson.build
rte_telemetry.h
telemetry_data.c
telemetry_data.h
telemetry_internal.h
telemetry_json.h
telemetry_legacy.c telemetry: check thread creations 2021-04-21 16:23:50 +02:00
telemetry.c telemetry: fix build on FreeBSD < 12.2 2021-04-21 20:07:59 +02:00
version.map