From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 8F2D321F202 for ; Fri, 23 Aug 2013 13:09:54 -0700 (PDT) Received: from hms-beagle-2.home.lan ([79.229.225.62]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0LjuR3-1VnxBx02tl-00bpvN for ; Fri, 23 Aug 2013 22:09:52 +0200 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) From: Sebastian Moeller In-Reply-To: <87d2p4uxr8.fsf@toke.dk> Date: Fri, 23 Aug 2013 22:09:50 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <9E5BC2F0-A6CC-4602-848F-7E437B7EF649@gmx.de> References: <56B261F1-2277-457C-9A38-FAB89818288F@gmx.de> <2148E2EF-A119-4499-BAC1-7E647C53F077@gmx.de> <03951E31-8F11-4FB8-9558-29EAAE3DAE4D@gmx.de> <20130823092702.3171b5fd@redhat.com> <20130823131653.6aa3498f@redhat.com> <2D3FE3C2-AD17-4CDF-8DC3-D807B361EE66@gmx.de> <87d2p4uxr8.fsf@toke.dk> To: =?iso-8859-1?Q?Toke_H=F8iland-J=F8rgensen?= X-Mailer: Apple Mail (2.1508) X-Provags-ID: V03:K0:t8YiFoDEUuFsj/Ozw+UFJG8HrBrLRso4jFTk3P0f/CTDCfI5Fwv MeTWcnTNrEdwgoEGLVayeNoqLimP4Ecg82RY7QUD36Cdl1VM6Rveq3eWVdOFaLK7n+vc7Xz eMmFx6EmKrs2j6ljbaanP7slhwN+DHx6e+jHpDT9ro1bq2MHyQBpoYg24nysEswOyxOkNyp /WvA2l32oadtww7FbZm2Q== Cc: "cerowrt-devel@lists.bufferbloat.net" , Jesper Dangaard Brouer Subject: Re: [Cerowrt-devel] some kernel updates X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Aug 2013 20:09:55 -0000 Hi Toke, I guess I should have been clearer in stating that you are author of the = AQM scripts. On Aug 23, 2013, at 19:23 , Toke H=F8iland-J=F8rgensen = wrote: > Sebastian Moeller writes: >=20 >> Well, partly the option for HTB was already in his script but = under >> tested, I changed the script to add stab and to allow easier = configuration of >> overhead, mow, mtu and tsize (just for stab) from the guy, but the = code is >> Dave's. I attached the scripts. functions.sh gets the values from the >> configuration GUI. I extended the way the linklayer option strings = are created, >> but basically it is the same method that dave used. And I do see the = right >> overhead values appear in "tc -d qdisc", so at least something is = reaching HTB. >> Sorry, that I have no repository for easier access. >=20 > The repository containing the cerowrt-specific packages is at > https://github.com/dtaht/ceropackages-3.3 -- the AQM script = specifically > is here: >=20 > https://github.com/dtaht/ceropackages-3.3/tree/master/net/aqm-scripts >=20 > With the gui at: >=20 > = https://github.com/dtaht/ceropackages-3.3/tree/master/luci/luci-app-aqm This is quite helpful, only Jesper would need access to my = modified scripts which are not in the repository (yet) Best Sebastian >=20 > -Toke