Re: [dpdk-dev] [PATCH] lib/librte_table: fix copy paste error in lru hash table

2017-11-06 Thread Thomas Monjalon
27/10/2017 12:47, Jasvinder Singh: > Fixes the copy paste error in lru hash table parameters check. > > Coverity issue: 198433 > Fixes: b5cde2cb8c81 ("table: rework variable size key lru hash table") > > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu Applied with title "table:

[dpdk-dev] [PATCH] lib/librte_table: fix copy paste error in lru hash table

2017-10-27 Thread Jasvinder Singh
Fixes the copy paste error in lru hash table parameters check. Coverity issue: 198433 Fixes: b5cde2cb8c81 ("table: rework variable size key lru hash table") Signed-off-by: Jasvinder Singh Acked-by: Cristian Dumitrescu --- lib/librte_table/rte_table_hash_lru.c | 5 ++--- 1 file changed, 2 inser