summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c
diff options
context:
space:
mode:
authorGreg Rose <gregory.v.rose@intel.com>2010-12-07 09:16:45 +0100
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2010-12-25 06:40:32 +0100
commit3377eba79e15671799876f82d30446e656aac5ad (patch)
tree4db223fec09b929871cc4ae0278d718e300c9ce9 /drivers/net/ixgbe/ixgbe_main.c
parentixgbe: Warn on VF attempt to override Administratively set MAC/VLAN (diff)
downloadlinux-3377eba79e15671799876f82d30446e656aac5ad.tar.xz
linux-3377eba79e15671799876f82d30446e656aac5ad.zip
ixgbe: Add SR-IOV feature support to X540
Add X540 specific feature support to X540 Signed-off-by: Greg Rose <gregory.v.rose@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_main.c')
-rw-r--r--drivers/net/ixgbe/ixgbe_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c
index ca9036de49f9..c90562530202 100644
--- a/drivers/net/ixgbe/ixgbe_main.c
+++ b/drivers/net/ixgbe/ixgbe_main.c
@@ -6889,7 +6889,7 @@ static void __devinit ixgbe_probe_vf(struct ixgbe_adapter *adapter,
struct ixgbe_hw *hw = &adapter->hw;
int err;
- if (hw->mac.type != ixgbe_mac_82599EB || !max_vfs)
+ if (hw->mac.type == ixgbe_mac_82598EB || !max_vfs)
return;
/* The 82599 supports up to 64 VFs per physical function