All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Kimdon <david.kimdon@devicescape.com>
To: Ben Greear <greearb@candelatech.com>
Cc: bridge@lists.osdl.org
Subject: Re: [Bridge] RFC: [PATCH] bridge vlan integration
Date: Mon, 11 Sep 2006 12:59:09 -0700	[thread overview]
Message-ID: <20060911195909.GB5754@devicescape.com> (raw)
In-Reply-To: <4505B4ED.9080901@candelatech.com>

> >--- ./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

  parent reply	other threads:[~2006-09-11 19:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-11 17:49 [Bridge] RFC: [PATCH] bridge vlan integration David Kimdon
2006-09-11 17:57 ` David Kimdon
2006-09-11 18:55 ` Andy Gospodarek
2006-09-11 19:11   ` Ben Greear
2006-09-11 19:26     ` Andy Gospodarek
2006-09-11 19:59     ` David Kimdon [this message]
2006-09-11 19:53   ` David Kimdon
2006-09-11 19:03 ` Ethan Sommer
2006-09-11 19:14   ` Ben Greear
2006-09-11 22:04 ` Benny Amorsen
  -- strict thread matches above, loose matches on Subject: below --
2006-09-12 20:46 Simon Barber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060911195909.GB5754@devicescape.com \
    --to=david.kimdon@devicescape.com \
    --cc=bridge@lists.osdl.org \
    --cc=greearb@candelatech.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.