|
|
@@ -2374,7 +2374,7 @@ static int hns_nic_dev_probe(struct platform_device *pdev)
|
|
|
ndev->min_mtu = MAC_MIN_MTU;
|
|
|
switch (priv->enet_ver) {
|
|
|
case AE_VERSION_2:
|
|
|
- ndev->features |= NETIF_F_TSO | NETIF_F_TSO6;
|
|
|
+ ndev->features |= NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_NTUPLE;
|
|
|
ndev->hw_features |= NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM |
|
|
|
NETIF_F_RXCSUM | NETIF_F_SG | NETIF_F_GSO |
|
|
|
NETIF_F_GRO | NETIF_F_TSO | NETIF_F_TSO6;
|