Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Entity 'nbsp' not defined in Entity, line: 28 in /srv/lkml.org/scripts/getmail.php on line 206
Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Entity 'nbsp' not defined in Entity, line: 28 in /srv/lkml.org/scripts/getmail.php on line 206
Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: error parsing attribute name in Entity, line: 28 in /srv/lkml.org/scripts/getmail.php on line 206
Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: attributes construct error in Entity, line: 28 in /srv/lkml.org/scripts/getmail.php on line 206
Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Couldn't find end of Start Tag rjones line 28 in Entity, line: 28 in /srv/lkml.org/scripts/getmail.php on line 206
Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: error parsing attribute name in Entity, line: 28 in /srv/lkml.org/scripts/getmail.php on line 206
Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: attributes construct error in Entity, line: 28 in /srv/lkml.org/scripts/getmail.php on line 206
Warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Couldn't find end of Start Tag root line 28 in Entity, line: 28 in /srv/lkml.org/scripts/getmail.php on line 206
Warning: XSLTProcessor::transformToXml() expects parameter 1 to be object, boolean given in /srv/lkml.org/scripts/getmail.php on line 209
This message generated a parse failure. Raw output follows here. Please use 'back' to navigate.
From devnull@lkml.org Sat Aug 30 00:24:30 2008
Received: from entropy.muc.muohio.edu (entropy.muc.muohio.edu [134.53.193.10]) by herbie.ucs.indiana.edu (8.8.8/8.8.8) with ESMTP id GAA18275 for ; Tue, 20 Jan 1998 06:32:58 -0500 (EST)
Received: from vger.rutgers.edu (root@vger.rutgers.edu [128.6.190.2]) by entropy.muc.muohio.edu (8.8.7/8.8.7) with ESMTP id GAA27138; Tue, 20 Jan 1998 06:28:37 -0500
Received: by vger.rutgers.edu id <971169-11737>; Tue, 20 Jan 1998 06:23:15 -0500
Received: from sys1.london.uk.psi.net ([154.32.108.2]:61413 "EHLO relay2.mail.uk.psi.net" ident: "NO-IDENT-SERVICE") by vger.rutgers.edu with ESMTP id <971172-11737>; Tue, 20 Jan 1998 06:21:13 -0500
Received: from annexia.orchestream.com (annexia.orchestream.com [195.153.64.99]) by relay2.mail.uk.psi.net (8.8.4/) with ESMTP id LAA05969 for ; Tue, 20 Jan 1998 11:25:42 GMT
Received: from orchestream.com (whistler.orchestream.com [192.168.0.41]) by annexia.orchestream.com (8.7.6/8.7.3) with ESMTP id LAA14160 for ; Tue, 20 Jan 1998 11:25:12 GMT
Message-Id: <34C48998.F9C4880A@orchestream.com>
Date: Tue, 20 Jan 1998 11:25:12 +0000
From: Richard Jones
Organization: Orchestream Ltd.
X-Mailer: Mozilla 4.04 [en] (X11; I; Linux 2.0.33 i586)
Mime-Version: 1.0
To: linux-kernel@vger.rutgers.edu
Subject: Packet scheduling (was: Re: 3.0 wishlist Was: Overview of 2.2.x goals?)
Content-Type: multipart/mixed; boundary="------------2F9D800F2ADC23126D29F4E7"
X-Orcpt: rfc822;linux-kernel@vger.rutgers.edu
Sender: owner-linux-kernel@vger.rutgers.edu
Precedence: bulk
This is a multi-part message in MIME format.
--------------2F9D800F2ADC23126D29F4E7
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
--
Richard Jones rjones@orchestream.com Tel: +44 171 460 6141 Fax: .. 4461
Orchestream Ltd. 262a Fulham Rd. London SW10 9EL. "you'll write in
PGP: www.four11.com telegraphic, or you won't write at all" [Céline]
Copyright © 1998 Richard W.M. Jones
--------------2F9D800F2ADC23126D29F4E7
Content-Type: message/rfc822
Content-Transfer-Encoding: 8bit
Content-Disposition: inline
Message-ID: <34C48974.61D4B408@orchestream.com>
Date: Tue, 20 Jan 1998 11:24:36 +0000
From: Richard Jones
Organization: Orchestream Ltd.
X-Mailer: Mozilla 4.04 [en] (X11; I; Linux 2.0.33 i586)
MIME-Version: 1.0
To: James Mastros
Subject: Packet scheduling (was: Re: 3.0 wishlist Was: Overview of 2.2.x goals?)
References:
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
James Mastros wrote:
> > > > * Packet scheduling
> > > Done, I think.
> > The source looks neat.. But how do I turn it on? :)
> CONFIG_EXPERMENTAL=y
> CONFIG_NET_SCHED=y
> whatever algorithm you want=m
> then insmod the module for the algorithm you want (I say to do this as
> modules because that way if the algorithm dosn't work well you can disable
> (=not enable) it).
So inserting the module turns on the queuing? But then
how do I configure the queues for CBQ, say? Looking at
the code, there seems to be something missing ... ie.
userspace tools to control the packet scheduling and
ioctls in the kernel that just return -EINVAL.
Rich.
--
Richard Jones rjones@orchestream.com Tel: +44 171 460 6141 Fax: .. 4461
Orchestream Ltd. 262a Fulham Rd. London SW10 9EL. "you'll write in
PGP: www.four11.com telegraphic, or you won't write at all" [Céline]
Copyright © 1998 Richard W.M. Jones
--------------2F9D800F2ADC23126D29F4E7--