From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [52.28.52.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 074B13B29E for ; Thu, 19 Apr 2018 06:30:31 -0400 (EDT) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1524133830; bh=1g9IJAruMsFYO0mgD6UCU+3Hk5GG+enEMRRB20qg6dk=; h=From:To:Subject:In-Reply-To:References:Date:From; b=Liig0pLRTsZgUhG6D08yNgnsjol4n/ker3YnhJW8d9rXGD5S0Sg1BGQZBGaqas0sZ KWE7heeC7Zc+n/B/jC1eLvqVmjacDKBM/uUs6gsDhAIVuTx5eSfTT46Oux+oWXsyIc T38M37G4xnkXIUObOQooQ02d60eLXwJ5M1iUyIYwCGwNCrtiJABFjFWnJnqxGDcg5+ ZDXOY0p2JZnR5rR6qCYRqH9m5eL+B4dxRvS6u/11GbLS8rfrVcCDv0VlhtpduGYtyT gU1wf2cjL6VfL77sjogeqv/6E4yEPAds2SKcwshdzdasfjkzzDe95g2Di8QBAIp4fm XGKPmsOV3foww== To: Johannes Berg , make-wifi-fast@lists.bufferbloat.net, linux-wireless@vger.kernel.org In-Reply-To: <1524131536.3024.16.camel@sipsolutions.net> References: <20180219170224.14816-1-toke@toke.dk> <8736zr1rjh.fsf@toke.dk> <1524131536.3024.16.camel@sipsolutions.net> Date: Thu, 19 Apr 2018 12:30:30 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87o9ifzdx5.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Make-wifi-fast] [PATCH 0/3] Export TXQ parameters and statistics via nl80211 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 Apr 2018 10:30:32 -0000 Johannes Berg writes: > On Thu, 2018-04-19 at 11:20 +0200, Toke H=C3=B8iland-J=C3=B8rgensen wrote: >> Toke H=C3=B8iland-J=C3=B8rgensen writes: >>=20 >> > This series adds TXQ parameters and statistics that were previously on= ly >> > available through debugfs to the nl80211 userspace interface and the >> > cfg80211 kernel interface. Patches for iw to print the statistics and >> > change the settings are included. >>=20 >> So this patch set is now three months old. Any chance of actually >> getting it, you know, merged? Or is there something more I need to do? :) > > I was just thinking about it yesterday, "sighing" that I'll need to make > a decision even though I don't really know it well and can't even say if > another API would be better :-) Right. Well, feel free to bikeshed the API if you want. I just went with the straight-forward approach :) > I think I'll take it, but I guess I'll need to review it again. Cool. -Toke