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 97DBA3B2A2 for ; Tue, 31 May 2016 08:12:18 -0400 (EDT) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Filter: OpenDKIM Filter v2.10.3 mail2.tohojo.dk 5A44E40472 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=201310; t=1464696736; bh=JSEoESNYeU/FpANhXhcQ0+qcQZLszLc4PyMXP8r7kkg=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=bcuU7NfgeqdhOD0wtY+X0FV/OJmVDpCXdQnwEqrky9vgPbFGvv65Zp1LsB96/2O2p HZn/tgvaspy0W7EtZvSthDPvQNkHt8+EGyMBgQb0iOMrzUa5BASogENfmaI1nYB7S4 gzbTNZDFSqcHNwaAMIuV4johlpTHAuT6RDDuiEt4= Sender: toke@toke.dk Received: by alrua-kau.kau.toke.dk (Postfix, from userid 1000) id 4BE12C4010F; Tue, 31 May 2016 14:12:15 +0200 (CEST) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Michal Kazior Cc: linux-wireless@vger.kernel.org, make-wifi-fast@lists.bufferbloat.net, johannes@sipsolutions.net, apenwarr@gmail.com References: <1462446039-1070-1-git-send-email-michal.kazior@tieto.com> <1463647072-16201-1-git-send-email-michal.kazior@tieto.com> Date: Tue, 31 May 2016 14:12:15 +0200 In-Reply-To: <1463647072-16201-1-git-send-email-michal.kazior@tieto.com> (Michal Kazior's message of "Thu, 19 May 2016 10:37:47 +0200") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87zir6ctpc.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Make-wifi-fast] [PATCHv5 0/5] mac80211: implement fq_codel 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, 31 May 2016 12:12:18 -0000 Michal Kazior writes: > This patchset disables qdiscs for drivers > using software queuing and performs fq_codel-like > dequeuing on txqs. Hi Michal Is this version in a git repo somewhere I can pull from? :) -Toke