[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <D5C1322C3E673F459512FB59E0DDC329051F36F5@orsmsx414.amr.corp.intel.com>
Date: Thu, 22 May 2008 10:47:40 -0700
From: "Waskiewicz Jr, Peter P" <peter.p.waskiewicz.jr@...el.com>
To: "Herbert Xu" <herbert@...dor.apana.org.au>,
"Patrick McHardy" <kaber@...sh.net>
Cc: <davem@...emloft.net>, <netdev@...r.kernel.org>
Subject: RE: [RFC, VLAN]: Propagate selected feature bits to VLAN devices
> > I thought about this myself, my second idea was to add a mask for
> > feature bits to be propagated. Unless there is a need for
> the driver
> > to determine them at runtime, thats slightly simpler. The
> driver would
> > do:
> >
> > dev->vlan_features = NETIF_F_CSUM_ALL | ...
> >
> > What do you think about this?
>
> Yes that sounds great!
The issue is how does the driver know how to pull those flags off the
VLAN device when the parent has TSO or CSUM offload disabled? The only
way I could come up with it was in my original patch in the drivers to
loop through the entire VLAN group array, and clear the flag on existing
devices.
Cheers,
-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