numam-dpdk/examples/vhost_xen
Ferruh Yigit badb3688ff eal/linux: fix build with glibc < 2.12
pthread_setname_np() function added in glibc 2.12, using this function
in older glibc versions cause compile error:
error: implicit declaration of function "pthread_setname_np"

This patch adds "rte_thread_setname" macro and set it according
glibc >= 2.12 check, thread naming disabled for older glibc versions,
glibc versions that support "pthread_setname_np" will keep using this
function.

Fixes: 67b6d3039e ("eal: set name to threads")

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
2015-11-25 14:41:37 +01:00
..
main.c eal/linux: fix build with glibc < 2.12 2015-11-25 14:41:37 +01:00
main.h examples: no more bare metal environment 2014-11-27 13:09:59 +01:00
Makefile eal: set name to threads 2015-11-03 15:32:34 +01:00
vhost_monitor.c examples: fix whitespace 2015-06-12 11:10:10 +02:00
virtio-net.h remove trailing whitespaces 2014-06-11 00:29:34 +02:00
xen_vhost.h tailq: remove unneeded inclusions 2015-03-10 11:47:46 +01:00
xenstore_parse.c tailq: remove unneeded inclusions 2015-03-10 11:47:46 +01:00