|
@@ -1057,7 +1057,7 @@ int mlx4_en_init_netdev(struct mlx4_en_dev *mdev, int port,
|
|
* Set driver features
|
|
* Set driver features
|
|
*/
|
|
*/
|
|
dev->features |= NETIF_F_SG;
|
|
dev->features |= NETIF_F_SG;
|
|
- dev->features |= NETIF_F_HW_CSUM;
|
|
|
|
|
|
+ dev->features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM;
|
|
dev->features |= NETIF_F_HIGHDMA;
|
|
dev->features |= NETIF_F_HIGHDMA;
|
|
dev->features |= NETIF_F_HW_VLAN_TX |
|
|
dev->features |= NETIF_F_HW_VLAN_TX |
|
|
NETIF_F_HW_VLAN_RX |
|
|
NETIF_F_HW_VLAN_RX |
|