From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::22f]) (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 F341A3B25E for ; Fri, 15 Jul 2016 09:17:01 -0400 (EDT) Received: by mail-it0-x22f.google.com with SMTP id f6so18711193ith.0 for ; Fri, 15 Jul 2016 06:17:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:subject:to:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=0IRK6h6ZKX6LizYNzLBPJKpkzlHOrg0qql4dKqfhMdg=; b=KQSG0BP9u+DPGt1uYP9zi7Q4vfTrWtWtB4iMPy9qwv6Ob1EREDXjy5whqaftlFP+SI LZTf1Gq8Pak8E9ZZRZmZejlrGzl8hjWJ5Ml5UCvljxtQKBaMN/D/2f6/Mmbke72j9Zvd PTtPQwbkLhhx7zvn2w/RY9vIcy18cwInGrlCOMlKZD0Akfc1I06YhqrW++CNz/TnP/Pk FWtkbAavKq4vFAT64eUlMBQyOwUAs8KO0KkdNt/0+mphxRbcDpU2LoKfCeFNYFvFpqwC VlZkcaWbHqFw5U5Gvq7+iLSQtErs/qFnPqT8F72tj7xnZPlSVEHOTnOL6gBS3X3HFOlg llyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:to:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=0IRK6h6ZKX6LizYNzLBPJKpkzlHOrg0qql4dKqfhMdg=; b=L1DxqwKzpA1T3nPq1Sc1+a3kJ3AOVqVZLBZXHGU9xU9kJc7nhljiAil+OdfxHNIu1s MyxLfe/u9w5TH5fO/zMYS7gp7S6jWHs2hKOoXPBax2JMQQW5S/kbgFy6a7fmQsehEJi3 FfgOBFfuNw52vxjeWtojefWnGFDGwxe37v5QK0gtvbxXkmE3F6MGYMONyv5ifWdZKuCh 7vbLgRaHjMQIeGAo+4hjKv8ytIFS+/O2ss3wlQNTKZl9P3KFhSRcoXjGCP3SW+r1uoJ7 nlD6ES+CF4oghLe9AaByAlL7VjRF6+Vax8DDmrLPxSn7uUO5Mst42z4I4GPJ2M5/IG31 0xoA== X-Gm-Message-State: ALyK8tJ7I+QZTmW8YEbfw70/3LUupUo24H5rEWU5l5Zhg8nKFVeuobzULhbWhOOvc4MFuA== X-Received: by 10.36.149.69 with SMTP id m66mr21758730itd.85.1468588620419; Fri, 15 Jul 2016 06:17:00 -0700 (PDT) Received: from [10.0.10.2] ([207.73.177.65]) by smtp.gmail.com with ESMTPSA id s12sm3331842ioi.32.2016.07.15.06.16.59 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 15 Jul 2016 06:16:59 -0700 (PDT) From: Noah Causin To: make-wifi-fast@lists.bufferbloat.net Message-ID: Date: Fri, 15 Jul 2016 09:17:17 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Make-wifi-fast] Question About MT76 Driver 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: Fri, 15 Jul 2016 13:17:02 -0000 Hi, I read that the mt76 driver uses intermediate software queues. If I was to build a firmware image using the latest version of LEDE, would I be using fq_codel for the WiFi? I read that fq is disabled in mac80211 for performance issues. Does that mean the fq_codel is disabled or just fq? Thank you, Noah Causin