[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <471C9830.5070407@openvz.org>
Date: Mon, 22 Oct 2007 16:31:44 +0400
From: Pavel Emelyanov <xemul@...nvz.org>
To: David Miller <davem@...emloft.net>
CC: Linux Netdev List <netdev@...r.kernel.org>, devel@...nvz.org
Subject: [PATCH 0/5] Diet struct net_device a bit
There are some pointers, that are used in protocols/drivers/etc
in this struct. E.g. br_port, macvlan_port, ec_ptr, etc. Some of
them can be simply compile out with ifdefs, some require a bit
closer look.
Here's the summary:
Compiled out in this set with appropriate ifdef:
* br_port
* macvlan_port
* dn_ptr
* ec_ptr
* ax25_ptr
Require a closer look:
* atalk_ptr is shared with irda with "should we get our own
field?" comment;
* ip_ptr and
* ip6_ptr are used in headers and gcc complains when trying
to compile net/socket.c that these fields are unreclared;
* ieee80211_ptr is used in many wireless drivers. Need time
to check for the config dependencies.
Signed-off-by: Pavel Emelyanov <xemul@...nvz.org>
-
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