[dpdk-dev] [PATCH 1/3] ethdev: remove duplicated symbols from .map

Ferruh Yigit ferruh.yigit at intel.com
Mon Jun 27 15:07:29 CEST 2016


On 6/27/2016 2:02 PM, Ferruh Yigit wrote:
> Fixes: 19b16e2f6442 ("ethdev: add vlan type when setting ether type")
> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
> ---

Hi Thomas,

I got the duplicates with following command [1], does it make sense to
add this into one of the check scripts, -not sure which one?

[1]
# for m in $(find . -name *_version.map); do for l in $(cat $m | sort |
uniq -d | grep -v global | grep -v local); do ll=$(echo $l | cut -d";"
-f1); git grep -q "VERSION_SYMBOL.$ll"; if [ $? -eq 1 ]; then echo $l;
fi; done; done



More information about the dev mailing list