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 A577B21F1FB for ; Fri, 21 Feb 2014 15:38:01 -0800 (PST) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1393025881; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; bh=Ol4l4bzXvXSA1yO+gtq/IHi5NlxhCpOFsh3W4bqnlgg=; b=QnKd0IBf/m25bvFKGjEMBaGOr82KLXCqClp4lr8wPATeJ2bR6p93aSEwHXPSufwsRSRIATSk K2dONj6p7Drt98C14LtvRE/1MVqHRkArwKN8qAxjM438G2bXY8JXDo5dj7+Qi8mrQd8focgK IsqDx0wrUV9Y7dE5MZWnsw+K180= 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=wrMeFc0Z8FJNXA0GM2XlDjJw7opJDOIP++QcE4fYAucA72LIX/SYzL+6pyjqs1/X/SRRHo 0N8FrsRyf80Mp718SdvWAJ7isaVKqJWBPwttUzEXFkLKfTJydkdDsVRHJ8uO512OAQnkZv7G QeIPPfg2drh98oAXqGviDW7A3h8Tc= Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 5307e34e.62cc1e0-in2; Fri, 21 Feb 2014 23:37:50 -0000 (UTC) Date: Fri, 21 Feb 2014 15:37:50 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <5307e34e6979e_fd1a9fd4438396@hookshot-fe2-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] 9c9671: Implement automatic adaptation for the codel laten... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5307e34e691db_fd1a9fd44382f1"; 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: Fri, 21 Feb 2014 23:38:01 -0000 ----==_mimepart_5307e34e691db_fd1a9fd44382f1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: 9c96711ed16b290996ff01c9bf549d089b5bbe7b https://github.com/dtaht/ceropackages-3.10/commit/9c96711ed16b290996ff01c9bf549d089b5bbe7b Author: Sebastian Moeller Date: 2014-02-21 (Fri, 21 Feb 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/functions.sh Log Message: ----------- Implement automatic adaptation for the codel latency target in functions.sh The helper function get_target() now checks and sanitizes the inputs to follow the demands of tc-codel, that is number followed by unit of time, with s, sec, secs, ms, msec, msecs, us, usec, usecs all being valid. Alternatively the function will calculate an increase of target for link speeds below roughly 2500kbps if the user specified "auto" in the GUI. Commit: 18a7fe6eaf3790809c0a1753b6bd49a59508c6e7 https://github.com/dtaht/ceropackages-3.10/commit/18a7fe6eaf3790809c0a1753b6bd49a59508c6e7 Author: Sebastian Moeller Date: 2014-02-21 (Fri, 21 Feb 2014) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/simple.qos M net/sqm-scripts/files/usr/lib/sqm/simplest.qos Log Message: ----------- Switch simple and simplest.qos to the new get_target helper The qdisc setup scripts now need to pass the respective link speed for up- and download. Also the target paramter needs to be "quoted" to allow spaces in the input fields, so that "10 ms" becomes valid. Commit: 4735c910a940282ee47e844874f4b48883524313 https://github.com/dtaht/ceropackages-3.10/commit/4735c910a940282ee47e844874f4b48883524313 Author: Sebastian Moeller Date: 2014-02-21 (Fri, 21 Feb 2014) Changed paths: M luci/luci-app-sqm/files/sqm-cbi.lua Log Message: ----------- Mention the latency auto adjustment in the GUI NT Compare: https://github.com/dtaht/ceropackages-3.10/compare/49e73c88d432...4735c910a940 ----==_mimepart_5307e34e691db_fd1a9fd44382f1--