[dpdk-dev] [PATCH] hash: remove duplicated function in rte_hash_version.map

2015-12-06 Thread Thomas Monjalon
2015-12-03 16:35, Pablo de Lara: > rte_hash_create function was accidentally duplicated in > DPDK_2.1 in rte_hash_version.map. > > Fixes: 473d1beb ("hash: allow to store data in hash table") > > Reported-by: Ferruh Yigit > Signed-off-by: Pablo de Lara Applied, thanks

[dpdk-dev] [PATCH] hash: remove duplicated function in rte_hash_version.map

2015-12-03 Thread Pablo de Lara
rte_hash_create function was accidentally duplicated in DPDK_2.1 in rte_hash_version.map. Fixes: 473d1beb ("hash: allow to store data in hash table") Reported-by: Ferruh Yigit Signed-off-by: Pablo de Lara --- lib/librte_hash/rte_hash_version.map | 1 - 1 file changed, 1 deletion(-) diff --git