From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-x244.google.com (mail-qk0-x244.google.com [IPv6:2607:f8b0:400d:c09::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 44E7A3B29F for ; Sat, 1 Oct 2016 14:28:36 -0400 (EDT) Received: by mail-qk0-x244.google.com with SMTP id j129so7824094qkd.2 for ; Sat, 01 Oct 2016 11:28:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=2IxG5PBLPBnEb/BbMv1C5fa1z+xtUVfSbO0kzRhZMQM=; b=ZHgkjccsjIMP9vm1qMVhh/gKs0M4DSBNQYK6czShPWuct2PmpWlOcIGnJGxZVjlIN7 XOqD1+R7/uUiVlN1wE5xD0yOEnMo/fdbSHzYJ9eeDjFzw+ZF1RMhi2/s+4aFm6bnzGN9 kHOULTUOuQWqa26ZAHCCvMKKAzsBQjO8HkALzaB8XDeYHm8TK5U0MQ/oZYVXi5z69ABD Hd57R6bn7zVgo3hiccXUdjWOMxDnoiN7UxlzvDJLA+NjBfDZufbZqx5OFhhZQOI4tgFx KoHwq2Rgf3aBVKIDG83JkMrs7iMnXYUvvWqkZt1Xxk4SdprR5XwD5NW1wWQbiU+UhLsO J5Fw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=2IxG5PBLPBnEb/BbMv1C5fa1z+xtUVfSbO0kzRhZMQM=; b=MNkEMiwLOYD9yVkBKyAv7MlvF516I+kioCX7w6KfT3VE1RiilV1W558fXFQEjM3KYh PmunQFMUQAghuakRAcq0tqcVkN9A5j97K9w0phgKtCkmekDttVqry6z4pI9P65+r8ol8 L/smgVFW9FYoEEsQwiwdog6HRsyufroNzqtGDpS1kUcK99pZ7XL4l6xP4t6gt/a0fgND xcXWEYQ3Q1txgXEyIDJksi9LRpc4n/b2SIxm8PQ7GdygIGD7WptKThi6qh4jZq8sMJ8B r27Z23TSqccTp5RMaQUxAOREIjrG907wpB0mvyuSYcCmAaUaMkXz7zkw2rwGUtTo2ZP7 xVkA== X-Gm-Message-State: AA6/9RlBbFcDrqVBG1eJjdw8J+q0i38D/AjrZREuvTuYE4H3jShsMPuA8V+W4UVHD3/8J8cVXW8vOehCDl5Xiw== X-Received: by 10.55.140.131 with SMTP id o125mr13061340qkd.17.1475346515846; Sat, 01 Oct 2016 11:28:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.146.164 with HTTP; Sat, 1 Oct 2016 11:28:35 -0700 (PDT) In-Reply-To: <8760pc9c0k.fsf@toke.dk> References: <8760pc9c0k.fsf@toke.dk> From: Dave Taht Date: Sat, 1 Oct 2016 11:28:35 -0700 Message-ID: To: =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= Cc: make-wifi-fast@lists.bufferbloat.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Make-wifi-fast] net-next is next X-BeenThere: make-wifi-fast@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2016 18:28:36 -0000 Michal says: "for qca988x and latest kernel you'll need to revert one of my patches[1] that removed wake_tx_queue support for older devices (due to some perf regressions on low-end systems they were installed in; some people kept complaining about it)." [1]: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit= /drivers/net/wireless/ath/ath10k?id=3D4ca1807815aa6801aaced7fdefa9edacc2521= 767 On Sat, Oct 1, 2016 at 11:09 AM, Toke H=C3=B8iland-J=C3=B8rgensen wrote: > Dave Taht writes: > >> I'm a little vague on the pieces missing as yet. I think?, still out >> of tree are: > > Don't see anything missing from the list that I have been working on. Of > the things I have: > >> * Hooking up the ath9k to the intermediate queues code > > I expect Kalle to add this sometime during the upcoming merge window > (which opens tomorrow, according to the PHB crystal ball: > http://phb-crystal-ball.org/). > >> * airtime fairness for the ath9k > > Haven't submitted a new version of this since the other things went in. > While the basic scheduler works well, there are still some things to > work out before making a serious attempt at upstreaming it (most notably > the interaction with the hardware QoS queues). Also, moving parts of the > code into mac80211 would make it easier to re-use in other drivers. Not > sure which parts, though. > >> * Codel "hack" for low rates > > This still needs to be solved, but the hack I posted previously was just > that: A hack. I think a different approach is needed. > >> As for what's in lede.... ? > > LEDE has the previous version of the mac80211 fix and the ath9k patch to > enable the TXQ. > > -Toke --=20 Dave T=C3=A4ht Let's go make home routers and wifi faster! With better software! http://blog.cerowrt.org