From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id 844D821F1D4 for ; Sun, 25 Jan 2015 11:28:54 -0800 (PST) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id D3A4028BE4E; Sun, 25 Jan 2015 20:26:26 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00,RDNS_NONE autolearn=no version=3.3.2 Received: from nf.local (unknown [178.162.209.130]) by arrakis.dune.hu (Postfix) with ESMTPSA; Sun, 25 Jan 2015 20:26:26 +0100 (CET) Message-ID: <54C543F2.2010207@openwrt.org> Date: Sun, 25 Jan 2015 20:28:50 +0100 From: Felix Fietkau User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Dave Taht References: <63C60796-0C39-474C-B5A4-F2FCACC4592A@gmx.de> <54C4CEE3.2040909@openwrt.org> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: cerowrt-devel Subject: Re: [Cerowrt-devel] another contender for WNDR replacement 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: Sun, 25 Jan 2015 19:29:23 -0000 On 2015-01-25 20:16, Dave Taht wrote: > On Sun, Jan 25, 2015 at 3:09 AM, Felix Fietkau wrote: >> Here's another candidate: >> http://us.dlink.com/products/connect/wireless-ac1200-dual-band-gigabit-cloud-router-dir-860l/ >> >> CPU: MT7621 (dual-core MIPS, 880 MHz, 4 virtual CPUs) >> The device has preliminary OpenWrt support already. In my tests, handles >> ~820 Mbit/s NAT without any special acceleration features (with fq_codel, >> no shaping). Haven't done any tests with shaping yet. > > One of the many things on my todo list is to roll an RFC in the hope some vendor > can meet it. High on that list would be the ability to do inbound > traffic shaping at > up to about 300Mbits. > >> Wifi (MT7612E) is still buggy with my mt76 driver, but I'll fix that in >> March when I get back from vacation. > > Ah, this is the new chip with the driver support for actually implementing per > tid (station) queues? Is this the master repo for that or is it mainlined? Yes. > https://github.com/openwrt/mt76/commits/master This is the master repo right now. I will mainline it once I've stabilized it and added support for a few similar chips. > Guess we have to get around to implementing a codel with a weighted > per-active-station average for the target, and start layering the other > stuff in on top... Right. - Felix