Re: [dpdk-dev] [PATCH v2] hash: fix incorrect eviction counter

2017-10-06 Thread Thomas Monjalon
22/09/2017 15:46, Bruce Richardson: > On Fri, Sep 22, 2017 at 05:25:43AM +0100, Pablo de Lara wrote: > > When adding a new entry in a hash table, there is > > a maximum number of evictions that can be > > performed. When the counter of these evictions reaches > > this maximum, the entry cannot be a

Re: [dpdk-dev] [PATCH v2] hash: fix incorrect eviction counter

2017-09-22 Thread Bruce Richardson
On Fri, Sep 22, 2017 at 05:25:43AM +0100, Pablo de Lara wrote: > When adding a new entry in a hash table, there is > a maximum number of evictions that can be > performed. When the counter of these evictions reaches > this maximum, the entry cannot be added, as it is considered > that the algorithm