All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Devera <devik@cdi.cz>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] htb causes roaring penguin's pppoe daemon to terminate
Date: Sat, 09 Feb 2002 22:41:23 +0000	[thread overview]
Message-ID: <marc-lartc-101329451002321@msgid-missing> (raw)
In-Reply-To: <marc-lartc-101328197705968@msgid-missing>

> > Are you using the same htb patch ? 2.4.17 has done rather big
> > changes .. This is not the first incompatibility I've seen.
> 
> No, for 2.4.17 I'm using
> http://luxik.cdi.cz/~devik/qos/htb/v2/htb2_2.4.17.diff

And what one did you use for 2.4.16 ? 
 
> > you could try cbq instead. 
>  
> I like htb ;-)

:) I only need to determine whether the bug is related to
change in htb, pppoe or kernel. If 2.4.16 worked then we need
to minimize code size with the bug. 
Not it seems that you used at least different kernel and htb.
Not sure about pppoe patch (or is it in kernel?).
Try to use htb2_2.4.17.diff with 2.4.16 - it could say whether
the bug is in htb (the diff should work with 2.4.16). 

> Do think it would make sense to reduce the transmit queue on ppp0
> from 200 to ... let's say 50 or 20?

probably not. The value is not used if you attached you own
qdisc. It is only used as default size for default qdisc.
What you might try to do is to use pfifo instead of SFQ and
set pfifo's limit to say 20 packets.
It is not long term solution but could help up to find the
problem. 
The results you sent shows no backlog - probably it is too late
or the problem is elsewhere.
I don't know pppoe - it could be helpful to grep on source and
look when the error message is printed. It could help us to see
what pppoe sees as error.
 
devik

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/lartc/

  parent reply	other threads:[~2002-02-09 22:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-09 19:07 [LARTC] htb causes roaring penguin's pppoe daemon to terminate connection Thomas Heinz
2002-02-09 21:05 ` [LARTC] htb causes roaring penguin's pppoe daemon to terminate Martin Devera
2002-02-09 22:24 ` [LARTC] htb causes roaring penguin's pppoe daemon to terminate connection Thomas Heinz
2002-02-09 22:41 ` Martin Devera [this message]
2002-02-10 14:47 ` Thomas Heinz

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-101329451002321@msgid-missing \
    --to=devik@cdi.cz \
    --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.