numam-dpdk/lib
Wei Dai 4d8b986bfe config: make backtrace optional
When building DPDK with musl, there is need not to disable
backtrace to remove some references to execinfo.h which is
not supported by musl now.
This also applies to some other libc implementation which
doesn't support backtrace() and backtrace_symbols().

musl is an implementation of the userspace portion
of the standard library functionality described in
the ISO C and POSIX standards, plus common extensions.
Got more details about musl from http://www.musl-libc.org .

Signed-off-by: Wei Dai <wei.dai@intel.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2017-05-05 15:13:29 +02:00
..
librte_acl lib: remove unnecessary void cast 2017-04-11 18:05:10 +02:00
librte_bitratestats bitrate: fix exported header 2017-05-01 00:13:15 +02:00
librte_cfgfile cfgfile: support empty value 2017-04-04 16:32:06 +02:00
librte_cmdline cmdline: fix parsing 2017-05-01 00:16:36 +02:00
librte_compat compat: remove unneeded macro 2015-06-29 16:41:23 +02:00
librte_cryptodev vdev: remove eal prefix 2017-05-05 14:38:35 +02:00
librte_distributor distributor: fix crash in flush 2017-04-21 01:03:35 +02:00
librte_eal config: make backtrace optional 2017-05-05 15:13:29 +02:00
librte_efd efd: fix missing include in exported header 2017-05-01 00:13:15 +02:00
librte_ether ethdev: get xstats ID by name 2017-05-01 23:48:37 +02:00
librte_eventdev pci: remove eal prefix 2017-05-05 14:38:17 +02:00
librte_hash ring: return remaining entry count when dequeuing 2017-03-29 22:32:20 +02:00
librte_ip_frag mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
librte_jobstats mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
librte_kni kni: fix possible memory leak 2017-04-21 01:22:59 +02:00
librte_kvargs mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
librte_latencystats latency: fix missing includes in exported header 2017-05-01 00:13:15 +02:00
librte_lpm mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
librte_mbuf mbuf: fix missing includes in exported header 2017-05-01 00:10:23 +02:00
librte_mempool lib: remove unnecessary void cast 2017-04-11 18:05:10 +02:00
librte_meter mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
librte_metrics metrics: fix exported header 2017-05-01 00:13:15 +02:00
librte_net net: fix missing include in exported header 2017-05-01 00:10:23 +02:00
librte_pdump ring: return free space when enqueuing 2017-03-29 22:32:04 +02:00
librte_pipeline mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
librte_port port: fix minor typo 2017-04-21 02:15:29 +02:00
librte_power mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
librte_reorder mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
librte_ring ring: fix return value for single dequeue 2017-04-13 17:18:27 +02:00
librte_sched mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
librte_table table: fix stats update 2017-04-21 01:29:21 +02:00
librte_timer mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
librte_vhost vhost: fix header for strict compilation flags 2017-05-01 00:13:15 +02:00
Makefile net: add CRC computation API 2017-04-05 23:03:23 +02:00