diff options
-rw-r--r-- | drivers/net/ixgbevf/ixgbevf_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ixgbevf/ixgbevf_main.c b/drivers/net/ixgbevf/ixgbevf_main.c index a16cff7e54a3..73f1e75f68d4 100644 --- a/drivers/net/ixgbevf/ixgbevf_main.c +++ b/drivers/net/ixgbevf/ixgbevf_main.c | |||
@@ -3411,6 +3411,7 @@ static int __devinit ixgbevf_probe(struct pci_dev *pdev, | |||
3411 | netdev->features |= NETIF_F_IPV6_CSUM; | 3411 | netdev->features |= NETIF_F_IPV6_CSUM; |
3412 | netdev->features |= NETIF_F_TSO; | 3412 | netdev->features |= NETIF_F_TSO; |
3413 | netdev->features |= NETIF_F_TSO6; | 3413 | netdev->features |= NETIF_F_TSO6; |
3414 | netdev->features |= NETIF_F_GRO; | ||
3414 | netdev->vlan_features |= NETIF_F_TSO; | 3415 | netdev->vlan_features |= NETIF_F_TSO; |
3415 | netdev->vlan_features |= NETIF_F_TSO6; | 3416 | netdev->vlan_features |= NETIF_F_TSO6; |
3416 | netdev->vlan_features |= NETIF_F_IP_CSUM; | 3417 | netdev->vlan_features |= NETIF_F_IP_CSUM; |