commit | fbe7ca7f9bb60fdec91cce6b52dd0c6dbac641f7 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Sat Jul 14 05:42:36 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Jul 18 13:29:05 2012 -0700 |
tree | a41a7b78e192485041de8eb1697e6c1aa8bd0345 | |
parent | 73079ea0414098ae83f341028434e04d63144ce2 [diff] |
ixgbe: Retire RSS enabled and capable flags All of our hardware supports RSS even if it is only for a single queue. So instead of toting around the RSS enable flag I am updating the code so that all devices are enabled and if we want to disable RSS it is indicated via the RSS mask. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>