netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen.hemminger@vyatta.com>
To: "Pravin Bathija" <pbathija@amcc.com>
Cc: <netdev@vger.kernel.org>
Subject: Re: [Qdisc] Prioritizing traffic per vlan using qdisc.
Date: Mon, 11 Aug 2008 18:17:12 -0700	[thread overview]
Message-ID: <20080811181712.462cb2cf@extreme> (raw)
In-Reply-To: <9D1E2BDCB5C57B46B56E6D80843439EB0598FBC9@SDCEXCHANGE01.ad.amcc.com>

On Mon, 11 Aug 2008 17:48:22 -0700
"Pravin Bathija" <pbathija@amcc.com> wrote:

> Using Linux 2.6.23 I want to create multiple Vlans for voice, data,
> video etc. The requirement is to prioritize each vlan on the ingress and
> egress. I am looking at qdisc to do this however without success. Could
> you please advise is there is a way to do this using qdisc tc(traffic
> control) commands. If not - is there another way to do this in Linux ?
> Any help would be greatly appreciated.
> 
> Thanks,
> Pravin
> 
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

For 2.6.25, an addition to the tc meta match to allow matching on
vlan tag was added.  Using this it is possible to use meta match
to convert tag -> flowid then use the flowid with a priority
(or htb) queue.

  parent reply	other threads:[~2008-08-12  1:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-12  0:48 [Qdisc] Prioritizing traffic per vlan using qdisc Pravin Bathija
2008-08-12  0:56 ` Pravin Bathija
2008-08-12  1:17 ` Stephen Hemminger [this message]
2008-08-13 17:05   ` Pravin Bathija

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=20080811181712.462cb2cf@extreme \
    --to=stephen.hemminger@vyatta.com \
    --cc=netdev@vger.kernel.org \
    --cc=pbathija@amcc.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).