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

2018-05-28 Thread Bruce Richardson
On Mon, May 28, 2018 at 11:31:31AM +0200, Thomas Monjalon wrote: > 28/05/2018 11:21, Bruce Richardson: > > On Sun, May 27, 2018 at 10:50:58PM +0200, Thomas Monjalon wrote: > > > Sorry for having missed this patch during so long. > > > > > > 13/02/2018 11:48, Ferruh Yigit: > > > > On 2/12/2018 4:13

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

2018-05-28 Thread Thomas Monjalon
28/05/2018 11:21, Bruce Richardson: > On Sun, May 27, 2018 at 10:50:58PM +0200, Thomas Monjalon wrote: > > Sorry for having missed this patch during so long. > > > > 13/02/2018 11:48, Ferruh Yigit: > > > On 2/12/2018 4:13 PM, Pavan Nikhilesh wrote: > > > > This script checks for the symbols specif

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

2018-05-28 Thread Bruce Richardson
On Sun, May 27, 2018 at 10:50:58PM +0200, Thomas Monjalon wrote: > Sorry for having missed this patch during so long. > > 13/02/2018 11:48, Ferruh Yigit: > > On 2/12/2018 4:13 PM, Pavan Nikhilesh wrote: > > > This script checks for the symbols specified in the map files against > > > the symbols p

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

2018-05-27 Thread Thomas Monjalon
Sorry for having missed this patch during so long. 13/02/2018 11:48, Ferruh Yigit: > 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 fi

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

2018-02-13 Thread Ferruh Yigit
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

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

2018-02-12 Thread Pavan Nikhilesh
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