igb: remove LRO Kconfig option
To match ixgbe GRO functionality, we remove the LRO (which is now GRO) Kconfig option which enables GRO by default. Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
e88721f87d
commit
5fbbcb79e5
@@ -1248,9 +1248,7 @@ static int __devinit igb_probe(struct pci_dev *pdev,
|
||||
netdev->features |= NETIF_F_TSO;
|
||||
netdev->features |= NETIF_F_TSO6;
|
||||
|
||||
#ifdef CONFIG_IGB_LRO
|
||||
netdev->features |= NETIF_F_GRO;
|
||||
#endif
|
||||
|
||||
netdev->vlan_features |= NETIF_F_TSO;
|
||||
netdev->vlan_features |= NETIF_F_TSO6;
|
||||
|
Reference in New Issue
Block a user