Re: [dpdk-dev] [PATCH v2 0/3] add a macro to enable support of backtrace

2017-05-04 Thread Dai, Wei
Hi, Thomas I noticed that my following patch set has been superseded. It address the compile errors when DPDK is built with musl. I know some customer products like Yocto Linux and that from Roph are using DPDK with musl and they have to manually change something to build it. Roph also referenced

[dpdk-dev] [PATCH v2 0/3] add a macro to enable support of backtrace

2017-03-13 Thread Wei Dai
Some LIBC implementation like musl doesn't support backtrace( ) and backtrace_symbols declared in execinfo.h. Currently some DPDK customers fail to build PDDK with musl. In order to build DPDK with musl, there is a need to reomve references toexecinfo.h. Add a configuration parameter in config/com