Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5fbbcb79 authored by Jeff Kirsher's avatar Jeff Kirsher Committed by David S. Miller
Browse files

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: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e88721f8
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -2019,14 +2019,6 @@ config IGB
         To compile this driver as a module, choose M here. The module
         To compile this driver as a module, choose M here. The module
         will be called igb.
         will be called igb.


config IGB_LRO 
	bool "Use software LRO"
	depends on IGB && INET
	---help---
	  Say Y here if you want to use large receive offload. 

	  If in doubt, say N.

config IGB_DCA
config IGB_DCA
	bool "Direct Cache Access (DCA) Support"
	bool "Direct Cache Access (DCA) Support"
	default y
	default y
+0 −2
Original line number Original line Diff line number Diff line
@@ -1248,9 +1248,7 @@ static int __devinit igb_probe(struct pci_dev *pdev,
	netdev->features |= NETIF_F_TSO;
	netdev->features |= NETIF_F_TSO;
	netdev->features |= NETIF_F_TSO6;
	netdev->features |= NETIF_F_TSO6;


#ifdef CONFIG_IGB_LRO
	netdev->features |= NETIF_F_GRO;
	netdev->features |= NETIF_F_GRO;
#endif


	netdev->vlan_features |= NETIF_F_TSO;
	netdev->vlan_features |= NETIF_F_TSO;
	netdev->vlan_features |= NETIF_F_TSO6;
	netdev->vlan_features |= NETIF_F_TSO6;