From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/2] add a macro to disable support of backtrace Date: Fri, 05 May 2017 15:21:55 +0200 Message-ID: <2003676.404iG6dgLJ@xps> References: <1489395568-4664-1-git-send-email-wei.dai@intel.com> <20170505131827.25599-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Wei Dai Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 11A842C27 for ; Fri, 5 May 2017 15:21:57 +0200 (CEST) In-Reply-To: <20170505131827.25599-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/05/2017 15:18, Thomas Monjalon: > Some LIBC implementation like musl doesn't support backtrace() > and backtrace_symbols() declared in execinfo.h. > Currently some DPDK customers fail to build DPDK with musl. > In order to build DPDK with musl, there is a need to > remove references to execinfo.h. > > Add a configuration parameter which defaults to y. > > v3: > - rename option > - apply to BSD > - squash patches > > Wei Dai (2): > examples/performance-thread: remove useless include > config: make backtrace optional I prefer this version ;) Applied, thanks