From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-x229.google.com (mail-oi0-x229.google.com [IPv6:2607:f8b0:4003:c06::229]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 60E4D21F3AC for ; Thu, 9 Oct 2014 11:13:42 -0700 (PDT) Received: by mail-oi0-f41.google.com with SMTP id u20so3867942oif.0 for ; Thu, 09 Oct 2014 11:13:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=m9BSAr8bBK0rJfncQsbGLtyImksp8HcWnQ0/mRIu1Cw=; b=RYmcJway0Svswh+HroDBzwa6c3Qgpk2jFajhsOJgvX3wBGe0KEQg7/DJEaZ8smxglW ZC8d2VVLDE3oKJz1JUb7qOVi0Z61VV15gPcQ8REn7IsWVwWc/I9xX1/hu8VXT9CzoqRR Lg4qMmESnAeNxFBeGz3CVoXA60RnTumV5nEK11S22v+uKYa4135mtzkyg0jaq6+E8v1l FZ+ffBhkzaMVPt+mWjkBobZ6F851JT++uP54os4nQhQXa4zuGMemW+69Nh40pC0/iNMq peaCVDw+lpYj0ogj9P3DkhwAHM+00AXC3cw2IwjcTA6ZRtZBSVbY4OcVironuVGoZ54R R37A== MIME-Version: 1.0 X-Received: by 10.202.212.145 with SMTP id l139mr3409548oig.44.1412878422063; Thu, 09 Oct 2014 11:13:42 -0700 (PDT) Received: by 10.202.227.76 with HTTP; Thu, 9 Oct 2014 11:13:42 -0700 (PDT) In-Reply-To: <4DD07915-D6AB-4C10-ABE5-57ABDA2A5B8D@gmx.de> References: <1396119385-16871-1-git-send-email-dave.taht@bufferbloat.net> <1396119385-16871-2-git-send-email-dave.taht@bufferbloat.net> <20140330222952.GA26806@lists.bufferbloat.net> <542C2786.6090704@gmail.com> <20141002014914.GA12656@lists.bufferbloat.net> <2BFE70BD-92CC-4639-8B3C-15EBA32A20A9@gmx.de> <5432BD26.1070907@laptop.org> <5436BAE0.4010700@gmail.com> <4DD07915-D6AB-4C10-ABE5-57ABDA2A5B8D@gmx.de> Date: Thu, 9 Oct 2014 11:13:42 -0700 Message-ID: From: Dave Taht To: Sebastian Moeller Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Alpha Sparc , openwrt-devel , "cerowrt-devel@lists.bufferbloat.net" Subject: Re: [Cerowrt-devel] [OpenWrt-Devel] [RFC PATCH] packages: Smart Queue Management for AQM Packet Scheduling and Qos from CeroWrt 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: Thu, 09 Oct 2014 18:14:11 -0000 3.3 is obsolete, use 3.10. On Thu, Oct 9, 2014 at 10:57 AM, Sebastian Moeller wrote: > Hi Richard, > > On Oct 9, 2014, at 18:42 , Richard Smith wrote: > >> On 10/06/2014 03:41 PM, Sebastian Moeller wrote: >> >>>> >>>> I have spare routers that I can run OpenWRT or CeroWRt on and I'm >>>> setup to test with netperf, netperf-wrapper on my local network ( >>>> desktop -> router -> laptop ) it's Gbit so I can easily saturate >>>> the router. >>> >>> That sounds great. I think the first test should be to run SQM under >>> cerowrt, so you get a feel of how things should look. I typically run >>> netperf-wrapper rrul tests (for ipv4 and if available for ipv6) >>> through cerowrt with different settings for SQM. A second step then >>> is to instal SQM-scripts under openwrt and check whether the same >>> settings produce the same results ;) >> >> Ok. I'll get my spare WNDR3700v2 up running the latest cerowrt. Should= be in the next few days. I'm a bit strapped for time right now. > > No hurry, I really appreciate your help and there is no time pres= sure (rather the other way around, I do this for a hobby, and real life lea= ves almost no time for that ;) ) > >> >>> So just let me know what you are willing/ready to test and we will >>> take it from there okay? (I would already be a happy camper if you >>> could just install the current SQM-scripts on openwrt and just send >>> me the output of =E2=80=9Clogread=E2=80=9D after installing and activat= ing SQM, as >>> well as the output from =E2=80=9Ctc -d qdisc=E2=80=9D before and after = enabling SQM, >>> and finally the output of running =E2=80=9C/etc/init.d/sqm stop ; >>> /etc/init.d/sqm start=E2=80=9D on the router=E2=80=99s console; that ho= pefully works >>> or at least gives some indication what might be off. If you could >>> throw in a quick netperf-wrapper RRUL test through the router I will >>> be most delighted ;)) >> >> Ok. That sounds like a good starter step. First question: Where are the= current SQM scripts located and what's the process for installing them? A= re they packages or stuff that I scp over and manually install? > > So the repository lives on: > https://github.com/dtaht/ceropackages-3.10 > I just followed Dave=E2=80=99s advice and used: > git clone git@github.com:dtaht/ceropackages-3.3.git > to get my own version to play around with. Oh, SQM basically is the work = of Dave (who wrote the scripts doing the actual AQM&QOS work) and Toke you = packaged all this nicely and created the GUI for it (all I ever did was shu= ffling the GUI around a bit). I just started hacking around the files from = sqm-scripts and luck-app-sqm on my cerowrt (so I could immediately do some = testing), so I never got around building actual packages (I assume you need= to be setup to build whole openwrt/cerowrt images and that is outside the = scope of my recreational coding), But that said if you copy the files from = ceropackages-3.10/net/sqm-scripts/files to the matching directory on your r= outer you should have a working sqm-script. Or just use a cerowrt built as = SQM is standard and potentially hnyman=E2=80=99s build ( https://forum.open= wrt.org/viewtopic.php?id=3D28392 ) that also includes SQM. > > Best Regards > Sebastian > >> >> I'll let you know when I've taken a stab at getting that working. >> >> > Richard A. Smith >> > Former One Laptop per Child >> >> Just FYI: I'm slowly switching my list subs over from my previous @lapto= p.org address to my personal address. Just switched this one over thus the= email address change. >> >> -- >> Richard A. Smith > > _______________________________________________ > Cerowrt-devel mailing list > Cerowrt-devel@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cerowrt-devel --=20 Dave T=C3=A4ht https://www.bufferbloat.net/projects/make-wifi-fast