From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x22d.google.com (mail-it0-x22d.google.com [IPv6:2607:f8b0:4001:c0b::22d]) (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 5F5503B260 for ; Mon, 6 Jun 2016 20:01:09 -0400 (EDT) Received: by mail-it0-x22d.google.com with SMTP id f67so59099942ith.1 for ; Mon, 06 Jun 2016 17:01:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=2AyWtWaU+HgzW2wBpIqxsLx11WztJDsr6tYGQEGhH6U=; b=ZA+L/G2kNAJuQkDGPIeUgyMGvNGHCX4m1RgqI1SMdlcXyERkD2xwhfM/5mbScVPt2r wUydL3srZmpjUigAGrqQ2a2UqPjIWQ7lXZhKVZg6w8pFF054Ik3XZedjbVaaSWgtqbX5 rGoaSTzABhAiBP34It+XWhvGyzMIgi1PU6ccJhDtHd8GEV/lV9POXifelinSYQoRwUES 9H4pmvqah1d9c4bLsfIv5LGu20C+mIJQUlJ3ua9/7TWzfsXvXkQYaNKLQLTxBdyE2zaK MXEmjkGMTx//x8GZcpAIetLKueItaRTg+RHbRb0m3CwIy9g06b2jjZk2Au6MABwpdigB d/+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=2AyWtWaU+HgzW2wBpIqxsLx11WztJDsr6tYGQEGhH6U=; b=SJx6xWGU55fvTew7MlVdvLYoX6f2mbcmEtwYT9/RQ9AMOUjTHyigtD6XuujgOfpWoC YD9NhbD3D2DF9Uf47cRd8zV1vCjkvvSGmEQqPco5vU5AsjardHV7JtXDzPbc0lm623/P oTlzf5IQMiFB4jOIqOLuYa4nNqgv1i8MaNnqXk4f8gfkrp98X8PFXbQzTbGoar2U4Ieo vop5kIGD1zsXABCifylreSMYAZlZbhWg8985zUC8QySATLMbTXLAro5NG1af596uKlo2 4CPZ47EZM22SmFmUNpbN+9XF/c/ItzOqI1O6xdadUQDcr1W5GRxb/vHbAilggPoHttbh 2Bgg== X-Gm-Message-State: ALyK8tKrMLduiwEPUkiInMKDWf6qzZB5My7Rpire0GBrSPFFa4/50P9zcyaGfBWGOZBpuTmjy5b3ZyLBl0yCJA== X-Received: by 10.36.239.2 with SMTP id i2mr1639441ith.71.1465257668827; Mon, 06 Jun 2016 17:01:08 -0700 (PDT) MIME-Version: 1.0 Sender: adrian.chadd@gmail.com Received: by 10.36.113.3 with HTTP; Mon, 6 Jun 2016 17:01:08 -0700 (PDT) In-Reply-To: References: <20160603165144.17356-1-toke@toke.dk> <20160603165144.17356-6-toke@toke.dk> <8737orucq4.fsf@toke.dk> From: Adrian Chadd Date: Mon, 6 Jun 2016 17:01:08 -0700 X-Google-Sender-Auth: 62UM9iwxRq9qq__f8CZpCv7BaDg Message-ID: To: =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= Cc: "linux-wireless@vger.kernel.org" , make-wifi-fast@lists.bufferbloat.net, ath9k-devel Content-Type: text/plain; charset=UTF-8 Subject: Re: [Make-wifi-fast] [RFC/RFT 5/5] ath9k: Count RX airtime in airtime deficit 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: Tue, 07 Jun 2016 00:01:09 -0000 [snip] I also found one of my notes in my version of this - how can we estimate the duration of an A-MPDU, when we only get hardware de-encapsulated frames? -adrian