From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-x22e.google.com (mail-qk0-x22e.google.com [IPv6:2607:f8b0:400d:c09::22e]) (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 7ACC03B29E; Sun, 19 Feb 2017 10:25:55 -0500 (EST) Received: by mail-qk0-x22e.google.com with SMTP id s186so78289067qkb.1; Sun, 19 Feb 2017 07:25:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=msYdmByC4DQDWS12FJcR0WYjXc6lXH8V+OYDKN9zlQw=; b=GvZk6YZmYAvwMb1kpude/Rd1h8wUSwQls0Zn4JyFJGM1SAi5vCr1Tgc5eL4ggAfsUZ zeM0LMZCIvy7waXDNb9vxTZ+Mi1y6CRQZSlZBknkFw8hJcOvym6tnJWB+W3j+J7SiKDd G2izdviyNezJJNEa2HTrDpOMEh/dMuVmoLQ/DbDmHv9w22SQDgO1NP9ZT/csfcqXKW/7 JemmLr+y6N7l5cXOqN1G2WflG8ohHHYimldENV0B0O0kevlT9PNS0xNzykM+ge3rCgdF Gfx7ycwUbHfHhH4e0CScSn/lfL6TemY3X5kFYAL4edALLI0KG/pNvRcM8tQ59Smm8Z9+ 2O7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=msYdmByC4DQDWS12FJcR0WYjXc6lXH8V+OYDKN9zlQw=; b=beWDrsfXxFWPqDXdNevVBmCg27AuZNoiVv+HXVtpSuGZ2JU1myAEZ+BhbhpD+WOAOJ WbnLw96ZbRX6fmbvBD2FhE+/1B2+YYO8oyDDp7uWQQuTZiB+2MkIUT4/fJErh9jfM8QB 8/EVXVCDmse3Wx7AB5iVsuqJ22pNLWd+Bq2DunEDOEzfrEUkKb/KBDLMikK9hcXQWUES zJITRAxopjzOtdiMWVA3iN/mXYM+GR2oTIFBNkQHzs9MKYKMUOuQpF8Y9NzQaQnu5oTY S+TG+dRFCf8y6IOAqbxTO97q8mVRN2yHGymKJ+ZimIN0u6TLC3og+lFH2l8kLVpBwzSA bRLQ== X-Gm-Message-State: AMke39kJp/fTLjg1J8xCAXjYNQj9OSj0aO7BAYXZy9U81mQSWrNCYxOP9ZC3LH5bJeqGgc0LgDa7o+bs5lc14A== X-Received: by 10.55.215.149 with SMTP id t21mr17540496qkt.196.1487517955064; Sun, 19 Feb 2017 07:25:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.142.132 with HTTP; Sun, 19 Feb 2017 07:25:54 -0800 (PST) In-Reply-To: <42AC44CD-8C22-4EBC-B6AB-7786BA505D07@gmail.com> References: <32C42951-373F-4D90-8936-AA07039E5D73@gmail.com> <877f5c2pew.fsf@toke.dk> <42AC44CD-8C22-4EBC-B6AB-7786BA505D07@gmail.com> From: Dave Taht Date: Sun, 19 Feb 2017 07:25:54 -0800 Message-ID: To: Pete Heist Cc: Cake List , make-wifi-fast@lists.bufferbloat.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [Make-wifi-fast] Flent results for point-to-point Wi-Fi on LEDE/OM2P-HS available 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: Sun, 19 Feb 2017 15:25:55 -0000 In terms of disabling classification and always using best effort, always passing NULL here to the classifier will do the trick. http://lxr.free-electrons.com/source/net/mac80211/wme.c#L218 At first glance it does not appear to have *any* default, which implies that rrul and rrul_be will be equivalent. Which they aren't. The qos_map facility is exposed to userspace via hostapd via the qos_map parameter, but my eyes crossed on how to set it properly. https://w1.fi/cgit/hostap/plain/hostapd/hostapd.conf How it gets set for clients appears to be in wpa_supplicant but not iw. http://w1.fi/cgit/hostap/tree/wpa_supplicant/events.c I leave further exploration of the right string of bits to do the right thing to y'all... (for example, I actually might try to move voice and videoconferencing (AF41 is what google is using for "goog" congestion control in webrtc) traffic to the VI queue, but disable VO and BK entirely)...