From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] devtools: add script to verify map files Date: Tue, 13 Feb 2018 10:48:32 +0000 Message-ID: <9253aa4f-17d2-53f7-8b57-4a9b5d6e1f53@intel.com> References: <20180212161312.31795-1-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Pavan Nikhilesh , thomas@monjalon.net 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) In-Reply-To: <20180212161312.31795-1-pbhagavatula@caviumnetworks.com> Content-Language: en-US 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 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