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 5CFF321F5F7 for ; Thu, 18 Jun 2015 12:14:10 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1434654849; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=EO3eo1+fCspuBHa7kA7YDy3hhgfMkTj88nj9x5hZJNM=; b=hA2B/0QEeskBdBxpQGoJoCVPChiLunLBrd+UnF/Ib4adSoj9MzehxRlMgnkaS4IrPb2TUqSs MxZ5oAVEPqFa06sQgk22vPf52BB6msnU+WT+q8M/yLmYK28/vZiiHimLgFfa/K25T4vsVuOX xQ/R1eUV8g2riwJGF5DDD7i8kEU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Sender: Date: From: Reply-To: To: Message-ID: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding; b=ww7+C4MxERLudxoWKy0Pxyvf6LrhkFAi3h9efLqlOtCczWokNXu2ANe7sHX9d3nywfCq+l 4r7XFGCDjlVmJpM1acQ8z6y6kGdEoxtGqh5Zvh31amKIElXqzUI7LksHQXehpNZb9YjaMqsy TPZt85775Kr6vQmBJpUv7xlPorOLM= Sender: noreply@github.com X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 55831881.6b38870-in03; Thu, 18 Jun 2015 19:14:09 -0000 (UTC) Date: Thu, 18 Jun 2015 12:14:09 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <558318813316f_31773f8fc245b2bc2324c@hookshot-fe6-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] 13288d: [SQM/luci-app-sqm] Wire up link layer dandling for... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5583188132d46_31773f8fc245b2bc231eb"; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: Thu, 18 Jun 2015 19:14:39 -0000 ----==_mimepart_5583188132d46_31773f8fc245b2bc231eb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: 13288d34d335c4cfc62c9e9634391b7a706fd128 https://github.com/dtaht/ceropackages-3.10/commit/13288d34d335c4cfc62c9e9634391b7a706fd128 Author: Sebastian Moeller Date: 2015-06-18 (Thu, 18 Jun 2015) Changed paths: M luci/luci-app-sqm/Makefile M luci/luci-app-sqm/files/sqm-cbi.lua M net/sqm-scripts/Makefile 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/luci-app-sqm] Wire up link layer dandling for cake The cake traffic-shaper qdisc omne stop solution knows how to handle link layer adjustments for ATM and can account for per packet overhead. This commit adds cake as link layer adjustment mechanism in the GUI and passes numerically specified overhead as well as the ATM linklayer keywords on to cake. This change also passes the "advanced option strings" from the Queue Discipline tab to cake. But as before no error checking. This needs testing, as I have no working cake qdisc available so caveat emptor... ----==_mimepart_5583188132d46_31773f8fc245b2bc231eb--