From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.tohojo.dk (mail2.tohojo.dk [77.235.48.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 6336B3B25E for ; Tue, 10 May 2016 05:05:07 -0400 (EDT) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=201310; t=1462871099; bh=KWQzQ036f2Q9SX1ROfQ71FWK7y6Jun0FALVYAfEFmrg=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=PYfXFr5uK5lIpKSKfNUt0QRhkQk6deMfLWmaYQwwMs/5FfIPhSXvPOHiuWIZtZlUA UGGCUaLQha45ljGLriD7Gaqkzaf94C6UUfQVUvTDW8CgRr3JlOepPEgP5tP96NEJXC Bk0E89u7oBWHHdC1ZBVZvCmvKmoWAxMp16x6E854= Sender: toke@toke.dk Received: by alrua-kau.kau.toke.dk (Postfix, from userid 1000) id 5476EC400AB; Tue, 10 May 2016 11:04:58 +0200 (CEST) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: David Lang Cc: Dave Taht , "ath9k-devel\@lists.ath9k.org" , Randell Jesup , make-wifi-fast@lists.bufferbloat.net References: <871t5bpkc7.fsf@toke.dk> <6ADC1A9D-72C9-47A5-BDC7-94C14ED34379@gmail.com> Date: Tue, 10 May 2016 11:04:58 +0200 In-Reply-To: (David Lang's message of "Mon, 9 May 2016 22:22:22 -0700 (PDT)") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87vb2mmgg5.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Make-wifi-fast] Diagram of the ath9k TX path 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, 10 May 2016 09:05:07 -0000 David Lang writes: > There are two parts to this process > > 1. the tactical (do you send the pending packet immediately, or do you > delay it to see if you can save airtime with aggregation) A colleague of mine looked into this some time ago as part of his PhD thesis. This was pre-801.11n, so they were doing experiments on adding aggregation to 802.11g by messing with the MTU. What they found was that they actually got better results from just sending data when they had it rather than waiting to see if more showed up. -Toke