enic: use appropriate key length in hash table
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Fri, 4 Sep 2015 09:05:41 +0000 (10:05 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 4 Sep 2015 13:26:52 +0000 (15:26 +0200)
commit2b9c06e78b3ef2059053c831ba7b533fa749e231
tree06698c876927db16af9a8b2a5f619eb0d8e3d950
parent182f36e3a060e8c0a046f9815a44d971dc4e2cf7
enic: use appropriate key length in hash table

RTE_HASH_KEY_LENGTH_MAX was deprecated, and the hash table
actually is hosting bigger keys than that size, so key length
has been increased to properly allocate all keys.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Sujith Sankar <ssujith@cisco.com>
drivers/net/enic/enic_clsf.c