From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.rs.github.com (smtp1-ext.rs.github.com [207.97.227.250]) by huchra.bufferbloat.net (Postfix) with ESMTP id 56E382002E7 for ; Mon, 9 Jan 2012 04:22:35 -0800 (PST) Received: from github.com (sh1.rs.github.com [172.17.1.41]) by smtp1.rs.github.com (Postfix) with ESMTP id 32C7A42653 for ; Mon, 9 Jan 2012 04:22:34 -0800 (PST) Date: Mon, 09 Jan 2012 04:22:34 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <4f0adc0a2de7d_3c923f9fb5685af8295779@sh1.rs.github.com.mail> Subject: [dtaht/deBloat] : Support added to staqfq for sfq, enhanced sfq, and... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_4f0adc0a2b0da_3c923f9fb5685af82955f3"; 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: Mon, 09 Jan 2012 12:22:35 -0000 ----==_mimepart_4f0adc0a2b0da_3c923f9fb5685af82955f3 Date: Mon, 09 Jan 2012 04:22:34 -0800 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <4f0adc0a2cff8_3c923f9fb5685af82956b4@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/dtaht/deBloat Commit: 69593dde4099677c5f13b0352ff85eb045221e1a https://github.com/dtaht/deBloat/commit/69593dde4099677c5f13b0352ff85eb045221e1a Author: Dave Taht Date: 2012-01-09 (Mon, 09 Jan 2012) Changed paths: M src/staqfq.lua Log Message: ----------- Support added to staqfq for sfq, enhanced sfq, and sfq + red The increasingly misnamed staqfq script now does qfq, sfq, eric's enhanced sfq, and sfqred to some extent, for both wired and wireless. And is getting messier and messier by the second. Desparately needs conf file and argv support, a usage function, a man page, and a new name. Further thought is required on how to correctly configure these for different bandwidths, and configure HTB correctly, and configure TSO/GSO correctly. Also: * Fixed multiqueue checking * Fixed vlan check * Increased QFQ bins to 2048 * Lowered default MAX_HWQ_BYTES to 3000 * Deleted FORCE_100Mbit option * Added FORCE_SPEED option to force a wire speed * Added FORCE_RING option to force a tx ring size * Added (some) mqprio support ----==_mimepart_4f0adc0a2b0da_3c923f9fb5685af82955f3--