* [PATCH net-next-2.6 1/6] be2net: set netdev->vlan_features appropriately
@ 2009-11-30 3:54 Ajit Khaparde
2009-11-30 4:01 ` Ajit Khaparde
2009-12-02 9:11 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Ajit Khaparde @ 2009-11-30 3:54 UTC (permalink / raw)
To: David Miller; +Cc: netdev
patch to initialize netdev->vlan_features appropriately.
Signed-off-by: Ajit Khaparde <ajitk@serverengines.com>
---
drivers/net/benet/be_main.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/net/benet/be_main.c b/drivers/net/benet/be_main.c
index 7959364..2c84c92 100644
--- a/drivers/net/benet/be_main.c
+++ b/drivers/net/benet/be_main.c
@@ -1951,6 +1951,8 @@ static void be_netdev_init(struct net_device *netdev)
NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_FILTER | NETIF_F_HW_CSUM |
NETIF_F_GRO;
+ netdev->vlan_features |= NETIF_F_SG | NETIF_F_TSO | NETIF_F_HW_CSUM;
+
netdev->flags |= IFF_MULTICAST;
adapter->rx_csum = true;
--
1.6.3.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH net-next-2.6 1/6] be2net: set netdev->vlan_features appropriately
2009-11-30 3:54 [PATCH net-next-2.6 1/6] be2net: set netdev->vlan_features appropriately Ajit Khaparde
@ 2009-11-30 4:01 ` Ajit Khaparde
2009-12-02 9:11 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Ajit Khaparde @ 2009-11-30 4:01 UTC (permalink / raw)
To: David Miller; +Cc: netdev
On 30/11/09 09:24 +0530, Ajit Khaparde wrote:
> patch to initialize netdev->vlan_features appropriately.
>
> Signed-off-by: Ajit Khaparde <ajitk@serverengines.com>
> ---
> drivers/net/benet/be_main.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
Dave,
I waited for the following patch from Alexander Duyck to be accepted.
But since I did not see any activity on it, I sent my patch series
without considering that. Please let me know if you did not like it.
http://patchwork.ozlabs.org/patch/39265/
-Ajit
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next-2.6 1/6] be2net: set netdev->vlan_features appropriately
2009-11-30 3:54 [PATCH net-next-2.6 1/6] be2net: set netdev->vlan_features appropriately Ajit Khaparde
2009-11-30 4:01 ` Ajit Khaparde
@ 2009-12-02 9:11 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2009-12-02 9:11 UTC (permalink / raw)
To: ajitk; +Cc: netdev
From: Ajit Khaparde <ajitk@serverengines.com>
Date: Mon, 30 Nov 2009 09:24:54 +0530
> patch to initialize netdev->vlan_features appropriately.
>
> Signed-off-by: Ajit Khaparde <ajitk@serverengines.com>
Applied.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-12-02 9:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-30 3:54 [PATCH net-next-2.6 1/6] be2net: set netdev->vlan_features appropriately Ajit Khaparde
2009-11-30 4:01 ` Ajit Khaparde
2009-12-02 9:11 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).