<font face="times new roman" size="2"><p style="margin:0;padding:0;font-family: 'times new roman'; font-size: 10pt; word-wrap: break-word;">What happens if the SoC ports aren't saturated, but the link is GigE?  That is, suppose this is an access link to a GigE home or office LAN with wired servers?</p>
<!--WM_COMPOSE_SIGNATURE_START--><!--WM_COMPOSE_SIGNATURE_END-->
<p style="margin:0;padding:0;font-family: 'times new roman'; font-size: 10pt; word-wrap: break-word;"><br /><br />On Tuesday, June 30, 2015 9:58am, "Mikael Abrahamsson" <swmike@swm.pp.se> said:<br /><br /></p>
<div id="SafeStyles1435680943">
<p style="margin:0;padding:0;font-family: 'times new roman'; font-size: 10pt; word-wrap: break-word;">> On Mon, 29 Jun 2015, dpreed@reed.com wrote:<br />> <br />> > I would love to try out cake in my environment. However, as a<br />> > non-combatant, it would be nice to have an instruction sheet on how to<br />> > set the latest version up, and what hardware it works best on<br />> > (WRT1200AC?). Obviously this is a work in progress, so that will<br />> > change, but it would be nice to have a summarized wiki page.<br />> <br />> WRT1200AC seems to be the most powerful around, however it can't really be<br />> used for PHY 100M testing since both SoC ports goes to a switch that then<br />> terminate all the external ports. Therefore it's hard to test<br />> AQM-on-metal with it because the SoC links are never saturated, you always<br />> have to use an encompassing shaper (htb).<br />> <br />> Here is a short writeup from what I learnt from the past days. I haven't<br />> verified every step, this is from memory.<br />> <br />> Get ubuntu 14.04 LTS according to:<br />> <br />> http://www.acme-dot.com/building-openwrt-14-07-barrier-breaker-on-ubuntu-and-os-x/<br />> <br />> Check out either trunk ("git clone git://git.openwrt.org/openwrt.git") or<br />> Chaos Calmer RC ("clone git://git.openwrt.org/15.05/openwrt.git").<br />> <br />> Copy feeds.conf.default to feeds.conf in the openwrt dir. Add first in<br />> file:<br />> <br />> "src-git cero https://github.com/dtaht/ceropackages-3.10.git"<br />> <br />> scripts/feeds update -a<br />> scripts/feeds install luci luci-app-sqm sqm-scripts tc-adv ip ethtool<br />> kmod-sched-cake kmod-sched-fq_pie<br />> <br />> make menuconfig<br />> <br />> Now comes the hard part because you want to change * for everything that<br />> you want to install as default in the resulting image. M means it compiles<br />> the package but doesn't include it in the resulting image (for utilities).<br />> What the above does is only to make it available to "make menuconfig" as<br />> packages. I tend to choose traceroute, tcpdump and all the other nice to<br />> have utilities. You can download and use<br />> <http://swm.pp.se/aqm/wrt1200ac.config> (it's for trunk, ie the nightly,<br />> don't know if it works for CC RC2) and put as .config in the openwrt<br />> directory as a template.<br />> <br />> I recommend to build on a fast machine with SSD, i/o is usually the<br />> limiting factor. I use an 3.5GHz core i5 dual core (4 with HT) and SSD,<br />> and with "make -j 10" it compiles in an hour or so. Subsequent compiles<br />> are quicker.<br />> <br />> You need to find your platform etc. If you get an WRT1200AC you can use my<br />> builds if you want to. After this you need to go into the luci sqm scripts<br />> and set queueing algorithm etc.<br />> <br />> some good commands to see what's going on:<br />> <br />> tc -d qdisc<br />> tc -s qdisc<br />> <br />> Hope it helps.<br />> <br />> --<br />> Mikael Abrahamsson email: swmike@swm.pp.se<br />> </p>
</div></font>