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 5B18E3B2AB; Tue, 22 Mar 2016 05:51:16 -0400 (EDT) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=201310; t=1458640273; bh=eza6EeYBqsWk7gMGdTDFZxF7VRQDamnn4yo5b2ToqvY=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=AMuY+3iKTioDWkddydnLXilMBCi5iWU0Pq0vmTB8fW4hQXhi0VF597HmudH7SERoD JGkmtLwwJDtfmZvmPxEvrG8S83FaegLotNNsgUJnhNtsYPcQPTiJeHHxkuZWcHZEgz 5DKblGHlGfJ1pWJv+J+9qdAFzR0FWT73dvJ3m//U= Sender: toke@toke.dk Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id 4F9E853C52; Tue, 22 Mar 2016 10:51:12 +0100 (CET) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Michal Kazior Cc: Dave Taht , Network Development , linux-wireless , "ath10k\@lists.infradead.org" , Jasmine Strong , "codel\@lists.bufferbloat.net" , make-wifi-fast@lists.bufferbloat.net References: Date: Tue, 22 Mar 2016 10:51:12 +0100 In-Reply-To: (Michal Kazior's message of "Tue, 22 Mar 2016 09:05:32 +0100") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <8737rirgbz.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Make-wifi-fast] [RFCv2 0/3] 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, 22 Mar 2016 09:51:16 -0000 Michal Kazior writes: > traffic-gen generates only BE traffic. Everything else runs UDP_RR > which doesn't generate a lot of traffic. Good point. Fixed that: the newest git version of traffic-gen supports a -t parameter which will be set as the TOS byte on outgoing traffic (literal; no smart diffserv handling, so you can override the ECN bits as well). Added support for a burst-tos test parameter in the Flent burst test configs which will use this new parameter if set. -Toke