From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by huchra.bufferbloat.net (Postfix) with ESMTP id 814CC21F181 for ; Wed, 29 May 2013 06:13:54 -0700 (PDT) Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r4TDDgLa023759 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 29 May 2013 09:13:42 -0400 Received: from localhost (ovpn-116-55.ams2.redhat.com [10.36.116.55]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r4TDDWQK030093; Wed, 29 May 2013 09:13:33 -0400 Date: Wed, 29 May 2013 15:13:30 +0200 From: Jesper Dangaard Brouer To: Stephen Hemminger , Eric Dumazet , David Miller , j.vimal@gmail.com, Michal Soltys , Mike Frysinger , Jussi Kivilinna , Patrick McHardy , Jiri Pirko Message-ID: <20130529151330.22c5c89e@redhat.com> Organization: Red Hat Inc. Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 Cc: Toke =?UTF-8?B?SMO4aWxhbmQtSsO4cmdlbnNlbg==?= , netdev@vger.kernel.org, Steven Barth , bloat@lists.bufferbloat.net, Jiri Benc , Felix Fietkau Subject: [Bloat] tc linklayer ADSL calc broken after commit 56b765b79 (htb: improved accuracy at high rates) X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 May 2013 13:13:54 -0000 I recently discovered that the (traffic control) tc linklayer calculations for ATM/ADSL have been broken by: commit 56b765b79 (htb: improved accuracy at high rates). Thus, people shaping on ADSL links, using e.g.: tc class add ... htb rate X ceil Y linklayer atm overhead 10 Will no-longer get ATM cell tax/overhead adjusted. How can we solve/fix this? Perhaps we can change to use the "stab" system instead (as it does not seem to be broken by the commit). But how do we facilitate a change to use "stab" system (for all the scripts using the old option)? Can we change the iproute2/tc command to handle this transparently, or should we give an error/warning if someone uses "tc" and "linklayer" on a kernel above v.3.8. ? History: - My linklayer ATM changes appeared in kernel 2.6.24 (and iproute2 2.6.25) - The STAB changes appeared in kernel 2.6.27 -- Best regards, Jesper Dangaard Brouer MSc.CS, Sr. Network Kernel Developer at Red Hat Author of http://www.iptv-analyzer.org LinkedIn: http://www.linkedin.com/in/brouer