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 0C1452002E7 for ; Sat, 28 Jan 2012 09:24:22 -0800 (PST) Received: from github.com (sh1.rs.github.com [172.17.1.41]) by smtp1.rs.github.com (Postfix) with ESMTP id 234CD42629 for ; Sat, 28 Jan 2012 09:24:21 -0800 (PST) Date: Sat, 28 Jan 2012 09:24:21 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <4f242f4526110_43c83fd01b684af43778@sh1.rs.github.com.mail> Subject: [dtaht/ceropackages] 45fe49: Updated debloat script to the one in the deBloat r... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_4f242f4524139_43c83fd01b684af4375fe"; 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: Sat, 28 Jan 2012 17:24:22 -0000 ----==_mimepart_4f242f4524139_43c83fd01b684af4375fe Date: Sat, 28 Jan 2012 09:24:21 -0800 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <4f242f452531b_43c83fd01b684af437673@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages Commit: 45fe492e371e248263e5ba8ee71a62ddc1e1d541 https://github.com/dtaht/ceropackages/commit/45fe492e371e248263e5ba8ee71a62ddc1e1d541 Author: Dave Taht Date: 2012-01-28 (Sat, 28 Jan 2012) Changed paths: M net/debloat/Makefile A net/debloat/files/debloat M net/debloat/files/debloat.hotplug Log Message: ----------- Updated debloat script to the one in the deBloat repo No longer do we modify txqueuelen, but enable sfq on all interfaces with an equivalent packet limit (40), to what we were using for txqueuelen. While this is a decent idea for ethernet, it will have side effects on packet aggregation. The debloat script needs a conf file format designed. My principal purpose in this is to thoroughly exercise the new qdiscs, and also make sure that the interfaces STAY modified with the new qdiscs when brought up and down. ----==_mimepart_4f242f4524139_43c83fd01b684af4375fe--