public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Thomas Graf <tgraf@suug.ch>
To: Zhenyu Wu <y030729@njupt.edu.cn>
Cc: linux-kernel@vger.kernel.org
Subject: Re: VQs in Gred!
Date: Thu, 30 Dec 2004 01:58:19 +0100	[thread overview]
Message-ID: <20041230005819.GL32419@postel.suug.ch> (raw)
In-Reply-To: <304370586.05150@njupt.edu.cn>

> Ok. Then, if the average packet(qave) does not exceed the threshhold, that is, the
> packet has not been dropped, it will be enqueued into the physical queue, right?
> So we can't see the different process of scheduling packets which are from
> different kinds of traffic, we just know which packet might be dropped, right?

Right, all packets, regardless of type, colour, flavour, whatever are enqueued
onto the same skb queue. You can always put a cbq/htb qdisc underneath
and have gred be the leaf qdisc so you can do the prioritizing before gred.
Be warned, heavy dropping in a gred leaf qdisc corrupts any rate estimations
in prio qdiscs.

> what does "the more aggressive set of parameters" mean? The parameters to Gred?

Yes, struct gred_sched_data.

  reply	other threads:[~2004-12-30  0:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-30  1:36 VQs in Gred! Zhenyu Wu
2004-12-30  0:58 ` Thomas Graf [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-12-29  7:54 Zhenyu Wu
2004-12-29 15:49 ` Thomas Graf

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=20041230005819.GL32419@postel.suug.ch \
    --to=tgraf@suug.ch \
    --cc=linux-kernel@vger.kernel.org \
    --cc=y030729@njupt.edu.cn \
    /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