From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) (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 806563B2A4 for ; Thu, 19 Sep 2019 16:10:03 -0400 (EDT) Received: by mail-wr1-f68.google.com with SMTP id r5so4388804wrm.12 for ; Thu, 19 Sep 2019 13:10:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=UHeQq1OgSuiJCgnR4izjlm0qOPpQ+aHJoD/bGPJ/dHE=; b=kLKgpAqV5Fqey6+RC5sMYLpPZ4XdF7LlgWgLkDLcG3aU5N7oWtYd6BXRE51iCCCzxn 0iX180jYK81tZWxpxNr8GecQYKi3gFJ1G+EvX8cbjbh3BWD/e+kOwwCdFKFGC/NGNuFN B8EQZ/LJNQFVS381oqEBsVkULlN3MkLQsPga0XXOnr6wuP0yUKKpEMnKugHSq9Y2amfF wA/tj8ZlxiUMeh2rCiyn5NJ40AXSbVvg5LT9vYuLyx2BIAsieS3K1I71k0kWK0VzP3xq /j+kYRCbTg4tzn/veP+jFv4+/Z2QB6P0BCfmm4BtwpNeV2MEGEZCZdrax7j7pxSlcEA7 PkEg== X-Gm-Message-State: APjAAAUfTwgu8y6AHfMUKWpHT40hmzvPMjg49mlmwU9Fl2t7AAfcl7Ly kpfxvCsbF00Um27+P1Fa9NCvnH4q3d+YJR+Px9o= X-Google-Smtp-Source: APXvYqzgqu7UeCR7F3gWLvOekV2bCaevGJ4n0xrrlLs7dYm/tjucpT9INpdv7n7/PEyL0dZTFeYAh6zGqmFJLMYoi88= X-Received: by 2002:a5d:6a09:: with SMTP id m9mr8345945wru.12.1568923802485; Thu, 19 Sep 2019 13:10:02 -0700 (PDT) MIME-Version: 1.0 References: <156889576422.191202.5906619710809654631.stgit@alrua-x1> <156889576869.191202.510507546538322707.stgit@alrua-x1> <879913e9-4254-1381-07f6-d860fb0b8de0@candelatech.com> In-Reply-To: From: John Yates Date: Thu, 19 Sep 2019 16:09:50 -0400 Message-ID: To: Dave Taht Cc: Peter Oh , Make-Wifi-fast , linux-wireless , John Crispin , Ben Greear , Lorenzo Bianconi , Johannes Berg , Felix Fietkau Content-Type: text/plain; charset="UTF-8" Subject: Re: [Make-wifi-fast] [PATCH RFC/RFT 4/4] mac80211: Apply Airtime-based Queue Limit (AQL) on packet dequeue 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: Thu, 19 Sep 2019 20:10:03 -0000 On Thu, Sep 19, 2019 at 2:18 PM Dave Taht wrote: > > For the record, this was the google report on their implementation in 3.18. > > http://flent-newark.bufferbloat.net/~d/Airtime%20based%20queue%20limit%20for%20FQ_CoDel%20in%20wireless%20interface.pdf >From skimming that paper it sounds like this is shipping in the current Google WiFi product. Is that correct? /john