Re: [dpdk-dev] [PATCH] table: fix hash_ext stats update

2017-04-20 Thread Thomas Monjalon
> > Fixed stats double update. > > > > Signed-off-by: Aleksey Katargin > > --- > > Thanks, Aleksey! BTW the " rte_table_hash_lru.c " suffers from the same > symptoms, so a patch to fix this one would also be highly appreciated :) > > Ack-ed by: Cristian Dumitrescu Applied, thanks

Re: [dpdk-dev] [PATCH] table: fix hash_ext stats update

2017-03-31 Thread Dumitrescu, Cristian
> -Original Message- > From: Aleksey Katargin [mailto:gure...@gmail.com] > Sent: Saturday, March 11, 2017 7:41 AM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: [PATCH] table: fix hash_ext stats update > > Fixed stats double update. > > Signed-off-by: Aleksey Katargin > ---

[dpdk-dev] [PATCH] table: fix hash_ext stats update

2017-03-10 Thread Aleksey Katargin
Fixed stats double update. Signed-off-by: Aleksey Katargin --- lib/librte_table/rte_table_hash_ext.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/lib/librte_table/rte_table_hash_ext.c b/lib/librte_table/rte_table_hash_ext.c index e283a3d..353f930 100644