These patches improve portability by allowing to build odp with standard libraries other than GLIBC (tested with musl).
Ruslan Babayev (7): example: tm: enable backtrace only when available linux-generic: pktio: drop redundant headers linux-generic: configure: remove redundant LDFLAGS linux-generic: set thread affinity POSIX style linux-generic: cpumask: use CPU_SETSIZE test: performance: fix musl build linux-generic: pktio: ifdef wrap sendmmsg configure.ac | 2 +- example/classifier/odp_classifier.c | 1 + example/packet/odp_pktio.c | 1 + example/switch/odp_switch.c | 1 + example/timer/odp_timer_test.c | 1 + example/traffic_mgmt/odp_traffic_mgmt.c | 10 ++++++++-- helper/linux.c | 13 +++++++------ helper/test/odpthreads.c | 1 + helper/test/process.c | 1 + helper/test/thread.c | 1 + platform/linux-generic/include/odp/api/plat/cpumask_types.h | 2 +- platform/linux-generic/m4/odp_pthread.m4 | 2 -- platform/linux-generic/odp_cpumask.c | 4 ---- platform/linux-generic/odp_traffic_mngr.c | 4 ++-- platform/linux-generic/pktio/socket.c | 10 ++-------- platform/linux-generic/pktio/socket_mmap.c | 2 -- test/performance/odp_crypto.c | 3 +++ test/performance/odp_scheduling.c | 1 + 18 files changed, 32 insertions(+), 28 deletions(-) -- 2.7.4 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
