igb: VFTA Table Fix for i350 devices
commit1128c756bef8285db3bbde5b26d4a6b4c7e2e613
authorCarolyn Wyborny <carolyn.wyborny@intel.com>
Fri, 14 Oct 2011 00:13:49 +0000 (14 00:13 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 21 Oct 2011 10:19:39 +0000 (21 03:19 -0700)
tree265057e706f6d147c72099deb2b21f2fd74b6b33
parentb6e0c419f040cee87813660bb4efd1fe43a8ebee
igb: VFTA Table Fix for i350 devices

Due to a hardware problem, writes to the VFTA register can
theoretically fail. Although the likelihood of this is very low.
This patch adds a shadow vfta in the adapter struct for reading
and adds new write functions for these devices to work around the problem.

Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/e1000_82575.c
drivers/net/ethernet/intel/igb/e1000_mac.c
drivers/net/ethernet/intel/igb/e1000_mac.h
drivers/net/ethernet/intel/igb/igb.h
drivers/net/ethernet/intel/igb/igb_main.c