[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <D5C1322C3E673F459512FB59E0DDC329051F37E3@orsmsx414.amr.corp.intel.com>
Date: Thu, 22 May 2008 11:57:43 -0700
From: "Waskiewicz Jr, Peter P" <peter.p.waskiewicz.jr@...el.com>
To: "Patrick McHardy" <kaber@...sh.net>
Cc: "Herbert Xu" <herbert@...dor.apana.org.au>, <davem@...emloft.net>,
<netdev@...r.kernel.org>
Subject: RE: [RFC, VLAN]: Propagate selected feature bits to VLAN devices
> The idea is simply to replace the NETIF_F_VLAN_TSO and
> checksumming flag by a flag mask that specifies the features
> that may be propagated to the VLAN devices.
>
> The change to your driver will most likely be something like:
>
> - dev->features |= NETIF_F_VLAN_TSO | ...
> + dev->vlan_features |= NETIF_F_TSO | NETIF_F_TSO6 |
> NETIF_F_CSUM_ALL | ...
>
> I'll send the patch tommorrow, I'm currently busy with other things.
Ok. That sounds great. Thanks Patrick.
-PJ Waskiewicz
--
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