[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BANLkTimUDAGdz2YmZKKvUpYYp+GchTd+8A@mail.gmail.com>
Date: Thu, 12 May 2011 08:03:46 +0200
From: Michał Mirosław <mirqus@...il.com>
To: Anton Blanchard <anton@...ba.org>
Cc: leitao@...ux.vnet.ibm.com, michael@...erman.id.au,
jesse@...nel.org, bhutchings@...arflare.com, netdev@...r.kernel.org
Subject: Re: [PATCH 14/15] ehea: Add GRO support
2011/5/12 Anton Blanchard <anton@...ba.org>:
> Add GRO support to the ehea driver.
[...]
> --- linux-net.orig/drivers/net/ehea/ehea_main.c 2011-05-12 07:48:03.810341336 +1000
> +++ linux-net/drivers/net/ehea/ehea_main.c 2011-05-12 07:48:05.100361788 +1000
[...]
> @@ -3041,7 +3034,7 @@ struct ehea_port *ehea_setup_single_port
> dev->netdev_ops = &ehea_netdev_ops;
> ehea_set_ethtool_ops(dev);
>
> - dev->hw_features = NETIF_F_SG | NETIF_F_TSO
> + dev->hw_features = NETIF_F_SG | NETIF_F_TSO | NETIF_F_GRO
> | NETIF_F_IP_CSUM | NETIF_F_HW_VLAN_TX | NETIF_F_LRO;
> dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_TSO
> | NETIF_F_HIGHDMA | NETIF_F_IP_CSUM | NETIF_F_HW_VLAN_TX
GRO is now enabled by default, so no need to put it in hw_features or features.
Best Regards,
Michał Mirosław
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists