commit | c18fbd5f024e47897a120f42d128c04fa708692c | [log] [tgz] |
---|---|---|
author | Alexander Duyck <aduyck@mirantis.com> | Mon Nov 02 17:09:42 2015 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sat Dec 12 01:06:34 2015 -0800 |
tree | 7d93cf2398178b8b9c635ed6c7adc88ccfe43bb5 | |
parent | 8e8e9a0b7df0194e95bb1d657f9edbdc6363f082 [diff] |
ixgbe: Simplify definitions for regidx and bit in set_vfta This patch simplifies the logic for setting the VFTA register by removing the number of conditional checks needed. Instead we just use some boolean logic to generate vfta_delta, and if that is set then we xor the vfta by that value and write it back. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>