i40e: use constant as default hash keys
authorHelin Zhang <helin.zhang@intel.com>
Thu, 22 Jan 2015 07:36:55 +0000 (15:36 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 2 Feb 2015 15:13:19 +0000 (16:13 +0100)
commitd27e5d3cde197c62a190069833bd09cc987135ac
treedd268efe7e406e430349efbc37d0561c4eff0878
parent9d3f9bbef750fed49905b68e860a8c1f707b24c4
i40e: use constant as default hash keys

Calculating the default RSS hash keys at run time is not needed
at all, and may have race conditions. The alternative is to use
array of random values which were generated manually as the
default hash keys.

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
lib/librte_pmd_i40e/i40e_ethdev.c