[dpdk-dev] [PATCH v7 2/7] hash: add new function rte_hash_reset

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jul 13 00:16:22 CEST 2015


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.


More information about the dev mailing list