netdev
[Top] [All Lists]

HTB qdisc improvements question

To: <netdev@xxxxxxxxxxx>
Subject: HTB qdisc improvements question
From: devik <devik@xxxxxx>
Date: Mon, 3 Dec 2001 10:28:00 +0100 (CET)
Sender: owner-netdev@xxxxxxxxxxx
Hello,

I've written HTB queuing discipline for Linux.
I'd like to ask net core developers for advise what
should I fix/improve/change in order to be able to
merge it someday.

Patches and detailed manual are at
http://luxik.cdi.cz/~devik/qos/htb/.

Qdisc is in use since August and users found two
bugs till now (both fixed).

It uses existing tc architecture without exception
and implements AFAIK all tc methods needed for qdisc
and class operations.

Implementation uses new algorithm (not yet published)
but it conforms to Floyd's theory about link sharing,
namely "formal sharing" approach.
I don't expect future changes to the feature set only
bugfixes and performance optimizations.

So that I'd again like to ask net gurus here to review
the code and tell me what could I do better.

Thanks in advance,
Martin Devera aka devik


<Prev in Thread] Current Thread [Next in Thread>
  • HTB qdisc improvements question, devik <=