Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1953925e authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

sky2: enable GRO by default



The driver has supported GRO for a while, but it was not enabled
by default.

Signed-off-by: default avatarStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 95ae6b22
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4581,7 +4581,8 @@ static __devinit struct net_device *sky2_init_netdev(struct sky2_hw *hw,

	sky2->port = port;

	dev->features |= NETIF_F_TSO | NETIF_F_IP_CSUM | NETIF_F_SG;
	dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG
		| NETIF_F_TSO  | NETIF_F_GRO;
	if (highmem)
		dev->features |= NETIF_F_HIGHDMA;