From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sipsolutions.net (s3.sipsolutions.net [5.9.151.49]) (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 133E53B25D for ; Tue, 13 Sep 2016 03:17:21 -0400 (EDT) Received: by sipsolutions.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.87) (envelope-from ) id 1bjhy3-000860-3N; Tue, 13 Sep 2016 09:17:19 +0200 Message-ID: <1473751037.12982.0.camel@sipsolutions.net> From: Johannes Berg To: Toke =?ISO-8859-1?Q?H=F8iland-J=F8rgensen?= , make-wifi-fast@lists.bufferbloat.net, linux-wireless@vger.kernel.org Date: Tue, 13 Sep 2016 09:17:17 +0200 In-Reply-To: <20160912135543.26347-1-toke@toke.dk> (sfid-20160912_155610_196048_AB181E36) References: <20160811151156.6485-1-toke@toke.dk> <20160912135543.26347-1-toke@toke.dk> (sfid-20160912_155610_196048_AB181E36) Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [Make-wifi-fast] [PATCH v3] mac80211: Re-structure aqm debugfs output and keep CoDel stats per txq 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, 13 Sep 2016 07:17:21 -0000 On Mon, 2016-09-12 at 15:55 +0200, Toke Høiland-Jørgensen wrote: > Currently the 'aqm' stats in mac80211 only keeps overlimit drop > stats, > not CoDel stats. This moves the CoDel stats into the txqi structure > to > keep them per txq in order to show them in debugfs. > > In addition, the aqm debugfs output is restructured by splitting it > up > into three files: One global per phy, one per netdev and one per > station, in the appropriate directories. The files are all called > aqm, > and are only created if the driver supports the wake_tx_queue op > (rather > than emitting an error on open as previously). > Applied, thanks. johannes