hash: fix bucket size usage
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Wed, 12 Oct 2016 01:26:44 +0000 (02:26 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 12 Oct 2016 16:40:52 +0000 (18:40 +0200)
Multiwriter insert function was using a fixed value for
the bucket size, instead of using the
RTE_HASH_BUCKET_ENTRIES macro, which value was changed
recently (making it inconsistent in this case).

Fixes: be856325cba3 ("hash: add scalable multi-writer insertion with Intel TSX")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

No differences found