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 > ---