> -----Original Message-----
> From: Wang, Yipeng1
> Sent: Friday, July 6, 2018 8:47 PM
> To: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>
> Cc: dev@dpdk.org; Wang, Yipeng1 <yipeng1.w...@intel.com>; Richardson,
> Bruce <bruce.richard...@intel.com>; honnappa.nagaraha...@arm.com;
> vgu...@caviumnetworks.com; brijesh.s.si...@gmail.com
> Subject: [PATCH v3 3/8] hash: fix to have more accurate key slot size
Titles always start with a verb whereas in your case, you are starting with a
noun.
Better to change it to "fix key slot size accuracy"?
Apart from that:
Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>
>
> This commit calculates the needed key slot size more accurately. The previous
> local cache fix requires the free slot ring to be larger than actually needed.
> The calculation of the value is inaccurate.
>
> Fixes: 5915699153d7 ("hash: fix scaling by reducing contention")
> Cc: sta...@dpdk.org