From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E96DFA034E; Fri, 28 Jan 2022 18:05:06 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 70D9042834; Fri, 28 Jan 2022 18:05:06 +0100 (CET) Received: from mail-pl1-f169.google.com (mail-pl1-f169.google.com [209.85.214.169]) by mails.dpdk.org (Postfix) with ESMTP id 804D640041 for ; Fri, 28 Jan 2022 18:05:05 +0100 (CET) Received: by mail-pl1-f169.google.com with SMTP id c3so6542419pls.5 for ; Fri, 28 Jan 2022 09:05:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=5Bf/YCX7qZOqIne5p8rmelf3uDZjSkmZxATSQ+0Kyjc=; b=zEu6zBDZMiIa8dFJuKacTkK0U0mmoYwmvXVd5z1G35wMjIEVtGzi4HQJNhHcJ/egBK zEN0dBgL/6JKbgvKYSLviMfqlg39EWbPPUGU1LOpZeV+3iSlhmsOGbhqec/IrL1GZ9vK qRM/sha9gHh2gr05DXeVVfmPqbY7rRucwvHmfUT4HeswKQryGzlpdsxQXGKSKkrcJH6b AAtrLYbCnTUa4esLRcp/Qh7kWalXyohR6WGTk+Pt87w/R3n6rblftHzupBgZjBA/xv1O K5dMa3zSzxBdPNVcHf0aUqn2NAF4+GVWDt5ugRELv4y1jRrP6eO69otcUZJ7YR4Q+XNd ft/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=5Bf/YCX7qZOqIne5p8rmelf3uDZjSkmZxATSQ+0Kyjc=; b=NxhIoczGJ5nB9N9pEq+XkMm6lpK1JShA8d4IgQjmm9EW0bn9F4iujkDQYd6rilGz4i TXF7PByattvbyhk3OUWjOIQZ4uWxzSJiGMYfSjKuVUgZ7/RgeJBhe6HNHENOa2aPHgOE i10Jb+DrJjO4ANfnO5Jw7fOKs4mR9cbOf0FncjrOPxOglUaJzieOPm6F7y4R0a8UnZeu xx05MyAGsp8ZFLK4PvACEZKLclFozr8cyDe3lfwE7ZDFjg8KI8h5W1hcuC/qbXifEMAj SwV4g+wb2huxRed/coWdTjE2ZQcnluyVepSOz4p7q9R8wj5boPsCou6FeYshb1CD9E1Y 1fIA== X-Gm-Message-State: AOAM532ykDk9lY9SfQnkfprq8udYMMTWIT0zJZYaCE/5RiH3F3ZPpxkI hGfBwn5iSXP7OIZ7gaI6D0IQNg== X-Google-Smtp-Source: ABdhPJzqk2NnQh+WV+O2DpAbtaVfY+oEwCfX04KrlIy6MxyoHgAaDUJaV1fTKLVvJjFk80dQ0Gff0A== X-Received: by 2002:a17:902:7784:: with SMTP id o4mr9473454pll.173.1643389504482; Fri, 28 Jan 2022 09:05:04 -0800 (PST) Received: from hermes.local (204-195-112-199.wavecable.com. [204.195.112.199]) by smtp.gmail.com with ESMTPSA id b22sm10460974pfl.121.2022.01.28.09.05.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 Jan 2022 09:05:04 -0800 (PST) Date: Fri, 28 Jan 2022 09:05:01 -0800 From: Stephen Hemminger To: Jerin Jacob Cc: Thomas Monjalon , Jerin Jacob , dpdk-dev , Aaron Conole , Michael Santana , Bruce Richardson , David Marchand , Dmitry Kozlyuk , Narcisa Ana Maria Vasile , "Dmitry Malloy (MESHCHANINOV)" , Pallavi Kadam , "Ananyev, Konstantin" , "Ruifeng Wang (Arm Technology China)" , David Christensen Subject: Re: [dpdk-dev] [PATCH v3 3/6] eal: support libunwind based backtrace Message-ID: <20220128090501.0fcff891@hermes.local> In-Reply-To: References: <20210817032723.3997054-1-jerinj@marvell.com> <20220127124751.77bf4e85@hermes.local> <3589786.MHq7AAxBmi@thomas> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Fri, 28 Jan 2022 19:57:40 +0530 Jerin Jacob wrote: > On Fri, Jan 28, 2022 at 2:11 PM Thomas Monjalon wrote: > > > > 28/01/2022 05:33, Jerin Jacob: > > > On Fri, Jan 28, 2022 at 2:18 AM Stephen Hemminger > > > wrote: > > > > > > > > On Mon, 6 Sep 2021 09:47:29 +0530 > > > > wrote: > > > > > > > > > From: Jerin Jacob > > > > > > > > > > adding optional libwind library dependency to DPDK for > > > > > enhanced backtrace based on ucontext. > > > > > > > > > > Signed-off-by: Jerin Jacob > > > > > > > > > > > > Was looking for better backtrace and noticed that there is libbacktrace > > > > on github (BSD licensed). It provides more information like file and line number. > > > > Maybe DPDK should integrate it? > > > > > > TB already decided to NOT pursue that path. > > > > I don't remember why. > > Feature overlap with systemd features. > > > Was it because of adding a dependency in makefile build system? > > Adding optional dependencies is easier now with Meson. > > > > > > > Okay, thanks. I may look at the current signal unsafety bug of the current code.