From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) by huchra.bufferbloat.net (Postfix) with ESMTP id 10F9121F1F5 for ; Sun, 19 Jan 2014 14:31:40 -0800 (PST) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1390170699; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; bh=n0xfcB4ioQP9FLNVgthol0ratAbBFaNbxZ0hD76i1Vg=; b=x38GUKUjLCwQBLHpqbHggh/vNPIIkcVZ2/cx0gleJeLyef2ca4YwH6Wk23xuItJaqu1NA8lk iAus0460YmwXscg8YsfuNDM4w4wgUb89MCRBNR3+Oyg3It3k2Vvuj/O87CAYKs0HsXzAlbsB W6m6VG3rJzsWMLJMdRZaPio3OWA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; b=QHjWA06qYZ8e5IhxwTONTdUJil6wYpIsY1Iv76CMZDTJRMUOKdxDGuJr9SvF2J50sY2J8P 5oVsa3OcnRDGgikTWomtnnpvl5yJzz1BzAwMYWRVLuwSPsLMxVIvhtq+/z09a8HlboC2jmTh GY4XqHhQQhcCIvH5uiw3TWvsELCUk= Received: from github.com (Unknown [192.30.252.53]) by mxa.mailgun.org with ESMTP id 52dc524b.45ccf00-in2; Sun, 19 Jan 2014 22:31:39 -0000 (UTC) Date: Sun, 19 Jan 2014 14:31:39 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <52dc524b2921e_43195d3d4c927d@hookshot-fe3-pe1-prd.aws.github.net.mail> Subject: [dtaht/ceropackages-3.3] f35dd1: sqm: some changes to the htb quantum to make it su... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_52dc524b28647_43195d3d4c9187"; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Sender: noreply@github.com X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jan 2014 22:32:01 -0000 X-List-Received-Date: Sun, 19 Jan 2014 22:32:01 -0000 ----==_mimepart_52dc524b28647_43195d3d4c9187 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.3 Commit: f35dd184e5dd10348574ab574a7e9597ff94b5a4 https://github.com/dtaht/ceropackages-3.3/commit/f35dd184e5dd10348574ab574a7e9597ff94b5a4 Author: Dave Taht Date: 2014-01-19 (Sun, 19 Jan 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/functions.sh M net/sqm-scripts/files/usr/lib/sqm/simple.qos M net/sqm-scripts/files/usr/lib/sqm/simplest.qos Log Message: ----------- sqm: some changes to the htb quantum to make it suck less at high speeds about the only variable I can think of to tweak with htb is the per packet quantum, so this starts arbitrarily doubling that after we pass 20mbits. This got me 15% of cpu back at 60mbit down (vs 45% free with it off entirely), ----==_mimepart_52dc524b28647_43195d3d4c9187--