diff options
author | Don Skidmore <donald.c.skidmore@intel.com> | 2016-07-19 19:43:28 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2016-07-22 02:10:22 -0700 |
commit | aac9e053f1044bf21ac068eeb0e8518d080f4a66 (patch) | |
tree | d214308730f99b1da8b31890a14a712895e610c3 /drivers/net/ethernet/intel/ixgbe/ixgbe.h | |
parent | fdb359ee445f83400bad762d54b2964b39d42d10 (diff) | |
download | talos-obmc-linux-aac9e053f1044bf21ac068eeb0e8518d080f4a66.tar.gz talos-obmc-linux-aac9e053f1044bf21ac068eeb0e8518d080f4a66.zip |
ixgbe: cleanup crosstalk fix
This patch address a few issues with the initial crosstalk fix. Most
important of which is the SDP that indicates the presents of a SFP+
module changes between HW types. With this change that is taken in
to consideration
It also moves the check closer to the base code that checks link. This
makes it so we only need to do the check in one spot.
Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ixgbe/ixgbe.h')
-rw-r--r-- | drivers/net/ethernet/intel/ixgbe/ixgbe.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe.h b/drivers/net/ethernet/intel/ixgbe/ixgbe.h index 9f2db1855412..9475ff9055aa 100644 --- a/drivers/net/ethernet/intel/ixgbe/ixgbe.h +++ b/drivers/net/ethernet/intel/ixgbe/ixgbe.h @@ -804,8 +804,6 @@ struct ixgbe_adapter { #define IXGBE_RSS_KEY_SIZE 40 /* size of RSS Hash Key in bytes */ u32 rss_key[IXGBE_RSS_KEY_SIZE / sizeof(u32)]; - - bool need_crosstalk_fix; }; static inline u8 ixgbe_max_rss_indices(struct ixgbe_adapter *adapter) |