From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 3168221F0B6 for ; Wed, 15 Aug 2012 21:58:07 -0700 (PDT) Received: by weyx43 with SMTP id x43so3283816wey.16 for ; Wed, 15 Aug 2012 21:58:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=tSfKIH45FgVKEYiDjbydlehCfkGK1iDxPit8Kjv1HDo=; b=zQu4/iSHj6gYkqJHUr6s22qMLkEX6OnRHjYUKjdDTeefmXiVXpuj/6Sfi/cQm0lTI6 r/qS6NYO12GHe4vGg16k4ORaiX1dAEi0lzIK9vIKz4qroQl6TAQFmTtjO7n4hp+mL3xd kF41NpC8pAuOYH3FlQZ/XhTu1t7hdGkJi+OCzq1dz6UsVHsnQLOhRlHFqmxfzlHomP/L fHFy/D1reGFsQ1h4xUOhkuBvvjIeUXhA6rlGRw9+LENnLGD4Uk8qzPBaBH8jdBUk6tef D3NoC4ooZ9NsxNjGY/9KGS/UYKMVfnmrHjXBRkkR95Mx0MO0FuDzb6yy+GLQQlg7+1Fp vfPQ== MIME-Version: 1.0 Received: by 10.216.237.161 with SMTP id y33mr3732977weq.62.1345093085235; Wed, 15 Aug 2012 21:58:05 -0700 (PDT) Received: by 10.223.143.69 with HTTP; Wed, 15 Aug 2012 21:58:05 -0700 (PDT) In-Reply-To: References: <36D61FDC-9AA9-46CC-ACBB-2D28B250C660@gmx.de> <1345071222.04317697@apps.rackspace.com> Date: Wed, 15 Aug 2012 21:58:05 -0700 Message-ID: From: Dave Taht To: Sebastian Moeller Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cerowrt-devel@lists.bufferbloat.net Subject: Re: [Cerowrt-devel] cerowrt 3.3.8-17 is released X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2012 04:58:07 -0000 Firstly fq_codel will always stay very flat relative to your workload for sparse streamss such as a ping or voip dns or gaming... It's good stuff. And, I think the source of your 2.8 second thing is fq_codel's current reaction time, the non-responsiveness of the udp flooding netanylzer uses and huge default queue depth in openwrt's qos scripts. Try this: cero1@snapon:~/src/Cerowrt-3.3.8/package/qos-scripts/files/usr/lib/qos$ git diff tcrules.awk diff --git a/package/qos-scripts/files/usr/lib/qos/tcrules.awk b/package/qos-scripts/files/usr/lib/qos/tcrules index a19b651..f3e0d3f 100644 --- a/package/qos-scripts/files/usr/lib/qos/tcrules.awk +++ b/package/qos-scripts/files/usr/lib/qos/tcrules.awk @@ -79,7 +79,7 @@ END { # leaf qdisc avpkt =3D 1200 for (i =3D 1; i <=3D n; i++) { - print "tc qdisc add dev "device" parent 1:"class[i]"0 handle "class[i]"00: fq_codel" + print "tc qdisc add dev "device" parent 1:"class[i]"0 handle "class[i]"00: fq_codel limit 1200 } # filter rule --=20 Dave T=E4ht http://www.bufferbloat.net/projects/cerowrt/wiki - "3.3.8-17 is out with fq_codel!"