ixgbe: clean up ixgbe_atr_compute_perfect_hash_82599
authorJacob Keller <jacob.e.keller@intel.com>
Sat, 22 Feb 2014 01:23:59 +0000 (01:23 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 20 Mar 2014 07:45:25 +0000 (00:45 -0700)
commit65ce9dcd4752e6e035241b3746409e337821dd93
treed8c7276a1ca9da8bc87facd4d826164839d757c2
parent0d7c6e008e3f5b38e9126e7baeb35ce84581911a
ixgbe: clean up ixgbe_atr_compute_perfect_hash_82599

Rather than assign several parameters in a row, we should use a for
loop, which reduces code size.

CC: Arun Sharma <asharma@fb.com>
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c