2015-07-11 01:18, Pablo de Lara:
> --- a/lib/librte_hash/rte_hash_version.map
> +++ b/lib/librte_hash/rte_hash_version.map
> @@ -18,3 +18,11 @@ DPDK_2.0 {
>
> local: *;
> };
> +
> +DPDK_2.1 {
> + global:
> +
> + rte_hash_reset;
> +
> + local: *;
> +} DPDK_2.0;
The local: line is duplicated.