[dpdk-dev] [PATCH] hash: add missing symbol in version map

Gonzalez Monroy, Sergio sergio.gonzalez.monroy at intel.com
Wed Jul 1 09:39:39 CEST 2015


On 30/06/2015 19:37, Pablo de Lara wrote:
> rte_hash_hash is a public function but was not in
> rte_hash_version.map
>
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
> ---
>   lib/librte_hash/rte_hash_version.map |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/lib/librte_hash/rte_hash_version.map b/lib/librte_hash/rte_hash_version.map
> index 0b749e8..94a0fec 100644
> --- a/lib/librte_hash/rte_hash_version.map
> +++ b/lib/librte_hash/rte_hash_version.map
> @@ -11,6 +11,7 @@ DPDK_2.0 {
>   	rte_hash_del_key_with_hash;
>   	rte_hash_find_existing;
>   	rte_hash_free;
> +	rte_hash_hash;
>   	rte_hash_lookup;
>   	rte_hash_lookup_bulk;
>   	rte_hash_lookup_with_hash;
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy at intel.com>


More information about the dev mailing list