[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <48366C0F.4020905@trash.net>
Date: Fri, 23 May 2008 09:02:39 +0200
From: Patrick McHardy <kaber@...sh.net>
To: "David S. Miller" <davem@...emloft.net>
CC: Linux Netdev List <netdev@...r.kernel.org>,
Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@...el.com>,
Herbert Xu <herbert@...dor.apana.org.au>
Subject: [VLAN]: Use bitmask of feature flags instead of seperate feature
bits
Change the NETIF_F_VLAN flags to a bitmask of supported features,
as discussed with Herbert.
Tested by adding
+ netdev->vlan_features |= NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_SG | \
+ NETIF_F_ALL_CSUM;
+
to e1000.
View attachment "x" of type "text/plain" (3640 bytes)
Powered by blists - more mailing lists