From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 13C8A1B2A7 for ; Tue, 13 Feb 2018 11:48:35 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2018 02:48:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,507,1511856000"; d="scan'208";a="26901317" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.35]) ([10.237.220.35]) by FMSMGA003.fm.intel.com with ESMTP; 13 Feb 2018 02:48:33 -0800 To: Pavan Nikhilesh , thomas@monjalon.net Cc: dev@dpdk.org References: <20180212161312.31795-1-pbhagavatula@caviumnetworks.com> From: Ferruh Yigit Message-ID: <9253aa4f-17d2-53f7-8b57-4a9b5d6e1f53@intel.com> Date: Tue, 13 Feb 2018 10:48:32 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180212161312.31795-1-pbhagavatula@caviumnetworks.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] devtools: add script to verify map files 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: Tue, 13 Feb 2018 10:48:36 -0000 On 2/12/2018 4:13 PM, Pavan Nikhilesh wrote: > This script checks for the symbols specified in the map files against > the symbols present in the map file directory. > Currently, the script checks for map files in drivers and lib directory. > > Example: > ./devtools/check-map.py > > The following symbols are unused : > > Map file : /home/pavan/Work/clean/dpdk/drivers/mempool/dpaa/... > ['rte_dpaa_pool_table'] > > Map file : /home/pavan/Work/clean/dpdk/drivers/bus/fslmc/... > ['qbman_get_version', 'qbman_swp_send_multiple'] > > ... > > Signed-off-by: Pavan Nikhilesh +1 to improve our tools. Acked-by: Ferruh Yigit