i40e: fix updating hash lookup table of PF RSS
authorHelin Zhang <helin.zhang@intel.com>
Tue, 24 Jun 2014 02:02:36 +0000 (10:02 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 24 Jun 2014 11:02:35 +0000 (13:02 +0200)
commit3b63d9346c62c2f5b3dcc5f154722e81c0c78061
treee10feaa78bd89a774ea9f2da96fb8f5837fa0fda
parentd025265b7e652f9165cb509e23f380ed896721b1
i40e: fix updating hash lookup table of PF RSS

The bit shifting were written wrongly in '0x1 < j',
the correct one should be '0x1 << j'.

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Jing Chen <jing.d.chen@intel.com>
Acked-by: Cunming Liang <cunming.liang@intel.com>
lib/librte_pmd_i40e/i40e_ethdev.c