From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7F015A04DD; Tue, 26 Nov 2019 09:10:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 025723195; Tue, 26 Nov 2019 09:10:23 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 8C8892A5D for ; Tue, 26 Nov 2019 09:10:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574755821; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VUG7QWEnU/Lv9W5oY//hKfqDsY/h6GtX71hg1XvcMJY=; b=eCdNJ8x9B0kREOaFvpHaERwaRFOPr8gwZweDpKKG/lvXkMVrYP1s+fg2Kg4A6FPFkamrF7 F5Axm0KfkpvRRVFUBpj+iLfIfbWhA00Q6UVEYJxRpBWRK5T/pCoXAaN7tQPibvT4o4sk7G wRZmI0PfK8GaPo3xZrrWuhO1zZyk3ME= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-315-5Bt5XEVsNpi6kReZk0Y8SA-1; Tue, 26 Nov 2019 03:10:18 -0500 Received: by mail-vk1-f197.google.com with SMTP id a17so8587513vko.8 for ; Tue, 26 Nov 2019 00:10:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=n8GmwnB9k5zpI3Xp2hSilr6Sah1aIVC1cJ3khD1Oaqg=; b=W3fwWAgdylfhZpaGMKJt9VlU0nwC9E4ozJvzlYeuj4j4I1cIkgKaAQAYZxT9d+6PBv g9k1Y7TBi6dXBBI4J+cBS6XS+5+8h8oaBKxFM8q4VcSURwvZQAPQTGsR/pM/P/uAGZRU YGUt4H6GUktYNHF8rTIrekUOHX83XRzfSOFdMzVj+47A/sC+MRb3MB1uiyhyE3x2WWCh cCurKlDVX8Tk5E0TurLOgfenzNWZsPKMeJTCZHoTVhyleAIGSB2c26rFMQWJXwznXFf1 Ys/roPbiJgpCRmruFHVMQNuQJIhqjpWNyuZPwu20tGwyXSVsmxu15seFzyoIbZqIigx2 d4Fg== X-Gm-Message-State: APjAAAXYZpa7FJHs2ry77uHfTPYWXAssVm0CD0N6xO9w923ceSaskAl2 UUGEM4ARWcj+t6gjlIueUWrMLk9G8ydYqhI54frfOjLPbOzsDEM1pT6cMMWlxcp/eTFJVFpFfP8 Fhnci5udbqTYmhbbqxU8= X-Received: by 2002:a67:f3c7:: with SMTP id j7mr21873784vsn.141.1574755818213; Tue, 26 Nov 2019 00:10:18 -0800 (PST) X-Google-Smtp-Source: APXvYqwWGclw21q0Jo5DDU/nqEz483fsei1RvinN1cBtEQ4ZHhn14hAn7P0jnQudFLL5hXcEq72OrefyQSDSuNR+RjI= X-Received: by 2002:a67:f3c7:: with SMTP id j7mr21873760vsn.141.1574755817828; Tue, 26 Nov 2019 00:10:17 -0800 (PST) MIME-Version: 1.0 References: <20191125081007.12396-1-david.marchand@redhat.com> <20191125132620.GB14928@hmswarspite.think-freely.org> In-Reply-To: <20191125132620.GB14928@hmswarspite.think-freely.org> From: David Marchand Date: Tue, 26 Nov 2019 09:10:06 +0100 Message-ID: To: David Marchand Cc: dev , Thomas Monjalon , Andrew Rybchenko , dpdk stable , Neil Horman X-MC-Unique: 5Bt5XEVsNpi6kReZk0Y8SA-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH 1/2] buildtools: fix experimental symbols listing 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Nov 25, 2019 at 2:26 PM Neil Horman wrote: > > On Mon, Nov 25, 2019 at 09:10:06AM +0100, David Marchand wrote: > > The map-list-symbol.sh script displays the filename, section and symbol > > names of map files. > > > > Example: > > $ buildtools/map-list-symbol.sh -S EXPERIMENTAL \ > > lib/librte_ethdev/rte_ethdev_version.map |grep rte_mtr_create > > lib/librte_ethdev/rte_ethdev_version.map EXPERIMENTAL rte_mtr_create > > > > The experimental symbol check should only consider the symbol name. > > > > Fixes: 3290ac14eb94 ("buildtools: detect discrepancies for experimental= symbols") > > Cc: stable@dpdk.org > > > > Signed-off-by: David Marchand > On 11/25/19 11:10 AM, David Marchand wrote: > The map-list-symbol.sh script displays the filename, section and symbol > names of map files. > > Example: > $ buildtools/map-list-symbol.sh -S EXPERIMENTAL \ > lib/librte_ethdev/rte_ethdev_version.map |grep rte_mtr_create > lib/librte_ethdev/rte_ethdev_version.map EXPERIMENTAL rte_mtr_create > > The experimental symbol check should only consider the symbol name. > > Fixes: 3290ac14eb94 ("buildtools: detect discrepancies for experimental s= ymbols") > Cc: stable@dpdk.org > > Signed-off-by: David Marchand Tested-by: Andrew Rybchenko > Acked-by: Neil Horman Series applied. -- David Marchand