From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-s40.mailgun.us (mail-s40.mailgun.us [184.173.153.40]) by huchra.bufferbloat.net (Postfix) with ESMTP id BC18921F1DA for ; Thu, 6 Jun 2013 21:06:45 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1370578004; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; bh=Vb+k5C6RtrjLWDfbavVXTTo/2p1+t98Ygjg3QfkmC+Y=; b=DUJ0qKc+QLW9Z64wFjemzJOMG1kBnAc5ZclG6scnz6d5bZj66lvQPL+r3j4t04KecK4ZYIDG RktsP4txQT6RaOOGdX1/tifjWaT/92wuLBUndHK2WNO2YbwFwFlULisE+f0mVxI0MhCEZj0t pVDuctXMs4IzMZh0b2nsfR8xHL4= 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=JybptxcV+AjSDBp1Sr2xlUS/myu1t2FI53uB9SRlhDQRdu0chkr9gfIqqZTmDrqT/mtV97 u2dPA5S2kUTQp5P3wuA+DGXlqyWJllqLNBsHHg9mwUoXC6hF+N6hsn1fgroz6qOG7yrFQIbt CO9gWi4gQHoV3nAMIVlbrnE9HmtGw= Received: by luna.mailgun.net with SMTP mgrt 8769300186041; Fri, 07 Jun 2013 04:06:44 +0000 Received: from github.com (Unknown [192.30.252.60]) by mxa.mailgun.org with ESMTP id 51b15c3f.3d94ab0-in3; Fri, 07 Jun 2013 04:06:23 -0000 (UTC) Date: Thu, 06 Jun 2013 21:06:23 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <51b15c3f3cc6_d1fb51ddc4578f@hookshot-fe4-pe1-prd.aws.github.net.mail> Subject: [dtaht/ceropackages-3.3] 10efb7: aqm-scripts: further cleanups to support mainline ... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_51b15c3f270d_d1fb51ddc45553"; 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, 07 Jun 2013 04:06:46 -0000 ----==_mimepart_51b15c3f270d_d1fb51ddc45553 Date: Thu, 06 Jun 2013 21:06:23 -0700 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-ID: <51b15c3f3370_d1fb51ddc456de@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.3 Commit: 10efb72f913ce94b523d2a250ab470037e11ec2e https://github.com/dtaht/ceropackages-3.3/commit/10efb72f913ce94b52= 3d2a250ab470037e11ec2e Author: Dave T=C3=A4ht Date: 2013-06-06 (Thu, 06 Jun 2013) Changed paths: M net/aqm-scripts/files/usr/lib/aqm/functions.sh M net/aqm-scripts/files/usr/lib/aqm/simple.qos M net/aqm-scripts/files/usr/lib/aqm/simplest.qos Log Message: ----------- aqm-scripts: further cleanups to support mainline linux Tedious bugs in the other scripts made me want to make these the one and only scripts for testing on other (eg x86) versions of linux. So cleaned up code to run on ubuntu 13.4. All you basically need to do is set: INSMOD=3Dmodprobe IFACE=3Deth0 QDISC=3Dfq_codel You still need to turn off gro, gso, tso on all interfaces using something else like the debloat script. Hopefully this doesn't break anything on openwrt. ----==_mimepart_51b15c3f270d_d1fb51ddc45553--