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

Commit e59d44df authored by Shirley Ma's avatar Shirley Ma Committed by David S. Miller
Browse files

ixgbevf: Enable GRO by default



Enable GRO by default for performance.

Signed-off-by: default avatarShirley Ma <xma@us.ibm.com>
Acked-by: default avatarGreg Rose <gregory.v.rose@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 59d4289b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3411,6 +3411,7 @@ static int __devinit ixgbevf_probe(struct pci_dev *pdev,
	netdev->features |= NETIF_F_IPV6_CSUM;
	netdev->features |= NETIF_F_TSO;
	netdev->features |= NETIF_F_TSO6;
	netdev->features |= NETIF_F_GRO;
	netdev->vlan_features |= NETIF_F_TSO;
	netdev->vlan_features |= NETIF_F_TSO6;
	netdev->vlan_features |= NETIF_F_IP_CSUM;