From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 11 Sep 2006 12:59:09 -0700 From: David Kimdon Message-ID: <20060911195909.GB5754@devicescape.com> References: <20060911174928.GA3451@devicescape.com> <4505B4ED.9080901@candelatech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4505B4ED.9080901@candelatech.com> Subject: Re: [Bridge] RFC: [PATCH] bridge vlan integration List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ben Greear Cc: bridge@lists.osdl.org > >--- ./include/linux/skbuff.h.gospo 2006-09-11 14:41:54.000000000 -0400 > >+++ ./include/linux/skbuff.h 2006-09-11 14:43:27.000000000 -0400 > >@@ -297,6 +297,7 @@ struct sk_buff { > > __u32 nfmark; > > #endif /* CONFIG_NETFILTER */ > > #ifdef CONFIG_BRIDGE_VLAN > >+ unsigned int vlan_priority; > > unsigned int vlan; > > #endif > > SKB bloat is not good for performance. You can store the priority and the > VID in > a single 32-bit number with room to spare... I wonder if we can use skb->cb? -David