numam-dpdk/lib/librte_eal
Natanael Copa c2d82896ac eal/linux: remove thread ID from debug message
There is no guarantee that pthread_self() returns the thread ID or that
pthread_t is an integer. The thread ID is not that useful so simply
remove it.

This fixes the following warning when building with musl libc:

lib/librte_eal/linuxapp/eal/eal_dev.c: In function 'sigbus_handler':
lib/librte_eal/linuxapp/eal/eal_dev.c:70:3: warning:
cast from pointer to integer of different size [-Wpointer-to-int-cast]
   (int)pthread_self(), info->si_addr);
   ^

Fixes: 0fc54536b1 ("eal: add failure handling for hot-unplug")
Cc: stable@dpdk.org

Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
2019-03-31 01:01:28 +01:00
..
common bus: introduce device level DMA memory mapping 2019-03-30 16:48:56 +01:00
freebsd service: fix parameter type for attribute 2019-03-28 21:07:48 +01:00
linux eal/linux: remove thread ID from debug message 2019-03-31 01:01:28 +01:00
Makefile build/freebsd: rename macro BSDPAPP to FREEBSD 2019-03-12 23:01:14 +01:00
meson.build service: fix parameter type for attribute 2019-03-28 21:07:48 +01:00
rte_eal_version.map bus: introduce device level DMA memory mapping 2019-03-30 16:48:56 +01:00