Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ixgbevf: Enable GRO by default

Enable GRO by default for performance.

Signed-off-by: Shirley Ma <xma@us.ibm.com>
Acked-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Shirley Ma and committed by
David S. Miller
e59d44df 59d4289b

+1
+1
drivers/net/ixgbevf/ixgbevf_main.c
··· 3411 3411 netdev->features |= NETIF_F_IPV6_CSUM; 3412 3412 netdev->features |= NETIF_F_TSO; 3413 3413 netdev->features |= NETIF_F_TSO6; 3414 + netdev->features |= NETIF_F_GRO; 3414 3415 netdev->vlan_features |= NETIF_F_TSO; 3415 3416 netdev->vlan_features |= NETIF_F_TSO6; 3416 3417 netdev->vlan_features |= NETIF_F_IP_CSUM;