Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
[sfrench/cifs-2.6.git] / drivers / net / ethernet / intel / ice / ice_main.c
index 4994a0e5a66801c7cc1d8a6f98b802f5f20352ce..71e7fa0a0bdea2e0dcbc9d986116d6780c847a9f 100644 (file)
@@ -3444,6 +3444,8 @@ static void ice_set_netdev_features(struct net_device *netdev)
         * be changed at runtime
         */
        netdev->hw_features |= NETIF_F_RXFCS;
+
+       netif_set_tso_max_size(netdev, ICE_MAX_TSO_SIZE);
 }
 
 /**