[dpdk-dev] [PATCH] hash: fix ring size

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Tue Sep 27 23:58:52 CEST 2016



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


More information about the dev mailing list