From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 3122F2935 for ; Fri, 5 May 2017 15:18:32 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8D28E20CF3; Fri, 5 May 2017 09:18:32 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 05 May 2017 09:18:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=El5 TDY2r4ki/+BAAjkZf546H7ETnDnxi4v7x3aEL6mw=; b=Ez3rblRzFxsBI9qt2dF UkVWwxDkVNx4KqrAWIXBxf1D0ieeKL8STyeDMNoqkoxnS+OQZdMbPspuvkCjs/GZ kzfqwnM2zSyxQpV3AT1dyRP0FM8v7jS9GQEusuCs1Ip/qba6uB66IT9KG9wdFIJ7 43qPOMS9ibz0osHWwa4jy6s0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=fm1; bh=El5TDY2r4ki/+BAAjkZf546H7ETnDnxi4v7x3aEL6 mw=; b=rpaMesYI0vI+g5Wk7SfXS/vQbWqOhtjG6uNADGc4zQS4EvAmhJLj76x3R izKBe2HGdHEPEva0BHaKw7cLH333ZXZSHR7HG7ZrmsuS0P4bMX5Ulgikv4Tm4NsO tN2fSinzBDbN4zyiP4uZXFcyEfRNpicAY7P8Lyaw5rsV26WCUQQ+T4LfB1nMUWeE K9H3xgfIC1dgaL2oIlaDbUaVBOo9+L0R5HiNuFl12wwfCi2kWdvrXVQacVGnGu2k GLeceBcDLTgtAvk7B0euEgWsp02E0ccPiaTyeJodj7HW8rA9m91U6VaI5HDPJxYq U8jCOwpfthWASs8HQI9jCq0dl9FEw== X-ME-Sender: X-Sasl-enc: zFma/rU/KHdTwyoEpKDNEc8wPcm/rkpCG7qxrmZv1bzc 1493990312 Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 00ECC7E316; Fri, 5 May 2017 09:18:31 -0400 (EDT) From: Thomas Monjalon To: Wei Dai Cc: dev@dpdk.org Date: Fri, 5 May 2017 15:18:25 +0200 Message-Id: <20170505131827.25599-1-thomas@monjalon.net> X-Mailer: git-send-email 2.12.2 In-Reply-To: <1489395568-4664-1-git-send-email-wei.dai@intel.com> References: <1489395568-4664-1-git-send-email-wei.dai@intel.com> Subject: [dpdk-dev] [PATCH v3 0/2] add a macro to disable support of backtrace X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 13:18:33 -0000 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 config/common_base | 1 + examples/performance-thread/common/lthread_tls.c | 1 - lib/librte_eal/bsdapp/eal/eal_debug.c | 4 ++++ lib/librte_eal/linuxapp/eal/eal_debug.c | 4 ++++ 4 files changed, 9 insertions(+), 1 deletion(-) -- 2.12.2