[dpdk-dev] [PATCH] devtools: add script to verify map files

Ferruh Yigit ferruh.yigit at intel.com
Tue Feb 13 11:48:32 CET 2018


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 <pbhagavatula at caviumnetworks.com>

+1 to improve our tools.

Acked-by: Ferruh Yigit <ferruh.yigit at intel.com>


More information about the dev mailing list