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

2016-06-30 Thread Thomas Monjalon
2016-06-27 14:02, Ferruh Yigit: > Fixes: 19b16e2f6442 ("ethdev: add vlan type when setting ether type") > Signed-off-by: Ferruh Yigit Series applied, thanks

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

2016-06-30 Thread Thomas Monjalon
> 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 | c

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

2016-06-27 Thread Ferruh Yigit
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 > --- 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

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

2016-06-27 Thread Ferruh Yigit
Fixes: 19b16e2f6442 ("ethdev: add vlan type when setting ether type") Signed-off-by: Ferruh Yigit --- lib/librte_ether/rte_ether_version.map | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_ether/rte_ether_version.map b/lib/librte_ether/rte_ether_version.map index 97ed0b0..e1ccebe 1

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

2016-06-27 Thread Ferruh Yigit
On 6/27/2016 1:57 PM, y at ecsmtp.ir.intel.com wrote: > From: Ferruh Yigit > > Fixes: 19b16e2f6442 ("ethdev: add vlan type when setting ether type") > Signed-off-by: Ferruh Yigit Send from wrong e-mail address, although patches looks OK, I don't see them in patchwork and will send again. Regar