> -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Monday, September 26, 2016 4:52 PM > To: dev at dpdk.org > Cc: Richardson, Bruce; De Lara Guarch, Pablo > Subject: [PATCH] hash: fix ring size > > Ring stores the free slots available to be used in the key table. > The ring size was being increased by 1, because of the dummy slot, > used for key misses, but this is not actually stored in the ring, > so there is no need to increase it. > > Fixes: 5915699153d7 ("hash: fix scaling by reducing contention") > > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
Nack. This was already sent in another patchset