From: don-lartc@isis.cs3-inc.com (Don Cohen)
To: lartc@vger.kernel.org
Subject: Re: [LARTC] sfq, queue len and dropped packets
Date: Wed, 10 Apr 2002 18:55:03 +0000 [thread overview]
Message-ID: <marc-lartc-101846504931634@msgid-missing> (raw)
In-Reply-To: <marc-lartc-101845196916261@msgid-missing>
On Wednesday 10 April 2002 17:26, Mihai RUSU wrote:
> If I use sfq qdisc on a CBQ class I get a lot of dropped packets and the
> backlog itr almost always to its full value: 128. From the HOWTO I
> understand that the queue is at 128 packets, and SFQ shows 128/1024 flows
> , but how can I increase that value ? I have tried ip link set txqueuelen
> but this only increases the tx queue on the interface.
First, are you sure you're not under attack?
If you are running a small network this seems implausible.
Also, the constant high backlog probably indicates that you're
just getting input faster than you can forward it. In that case
increasing the queue length won't result in many fewer drops.
It will just increase average delay.
> qdisc sfq d468: quantum 1514b limit 128p flows 128/1024 perturb 10sec
> Sent 373321530 bytes 477032 pkts (dropped 120119, overlimits 0)
> backlog 120p
>
> How can I increase that 128p limit ?
You can find it on www.docum.org under FAQ.
You need to change the kernel source to do so.
This tells how to decrease, not increase the limit (and the
explanation of why you'd want to makes no sense to me).
In order to increase the limit you have to not only increase
the queue "depth", but also change a type declaration, something
like sfq_index - from char to int. There's a comment about that
in the code.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next prev parent reply other threads:[~2002-04-10 18:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-10 15:26 [LARTC] sfq, queue len and dropped packets Mihai RUSU
2002-04-10 16:19 ` Stef Coene
2002-04-10 18:55 ` Don Cohen [this message]
2002-04-11 18:17 ` Mihai RUSU
2002-04-11 18:33 ` Don Cohen
2002-04-12 6:55 ` Mihai RUSU
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=marc-lartc-101846504931634@msgid-missing \
--to=don-lartc@isis.cs3-inc.com \
--cc=lartc@vger.kernel.org \
/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.