From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 01A93208AAA for ; Fri, 8 Jun 2012 22:59:21 -0700 (PDT) Received: by wgbds1 with SMTP id ds1so1857253wgb.4 for ; Fri, 08 Jun 2012 22:59:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=1P6Ooi2MLQFh5MgDCJMhX51VLtk/2P6pepOanHzSimc=; b=GcyyGB/akSAnQ9KHzoY7Sg86/DTZoyk3ban22ex2rYFsT8CYYiRb8KzazDMWEdtASA XKjZ8eZGvFAfnRepi/ALfJfwaoOLNpHzRuk8g4d+rJ3Bj4aC+w887I2JaNQU7Nl94HOB wxqfH6363NRF1jWRyjWpWUxBvPysOByNeEIEd6JDUSguKTx2sJxNyaMn5g1Jc5rzWX63 RX6ft7oRVFKDDmrTromI/+mZ8jzKAfbc8C0g7Q67Z5BCA93SsSL5/L5UGYhSX97gqA/1 xVAqj10Sd3CGAZWj9K0m8Zo/5ipFVHIbPGv6rKTJi5Ht2KcvmnIv1Lk+UGZI+tOSpbLF Tdjg== MIME-Version: 1.0 Received: by 10.180.102.36 with SMTP id fl4mr5779640wib.2.1339221559495; Fri, 08 Jun 2012 22:59:19 -0700 (PDT) Received: by 10.223.103.199 with HTTP; Fri, 8 Jun 2012 22:59:19 -0700 (PDT) In-Reply-To: <4fd2e5b9e4356_2582188daf07495d@sh2.rs.github.com.mail> References: <4fd2e5b9e4356_2582188daf07495d@sh2.rs.github.com.mail> Date: Fri, 8 Jun 2012 22:59:19 -0700 Message-ID: From: Dave Taht To: codel@lists.bufferbloat.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: [Codel] Fwd: [dtaht/ns-3-codel-dev] f69227: Latest tcp-qfp, including codel X-BeenThere: codel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: CoDel AQM discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2012 05:59:22 -0000 Andrew has pushed working final codel and fq_codel into the ns-3-codel-dev repo on github. have at it! ---------- Forwarded message ---------- From: GitHub Date: Fri, Jun 8, 2012 at 10:57 PM Subject: [dtaht/ns-3-codel-dev] f69227: Latest tcp-qfp, including codel To: cerowrt-commits@lists.bufferbloat.net =A0Branch: refs/heads/master =A0Home: =A0 https://github.com/dtaht/ns-3-codel-dev =A0Commit: f69227acd157a6f91827177c43b8fc2c62cfe498 =A0 =A0 =A0https://github.com/dtaht/ns-3-codel-dev/commit/f69227acd157a6f91= 827177c43b8fc2c62cfe498 =A0Author: Andrew McGregor =A0Date: =A0 2012-06-06 (Wed, 06 Jun 2012) =A0Changed paths: =A0 =A0M examples/matrix-topology/matrix-topology.cc =A0 =A0A scratch/tcp-qfp.cc =A0 =A0A src/internet/model/sfq-queue.cc =A0 =A0A src/internet/model/sfq-queue.h =A0 =A0M src/internet/model/tcp-socket-base.cc =A0 =A0M src/internet/wscript =A0 =A0A src/network/utils/codel-queue.cc =A0 =A0A src/network/utils/codel-queue.h =A0 =A0M src/network/wscript =A0Log Message: =A0----------- =A0Latest tcp-qfp, including codel =A0Commit: ca6e5dbb59bd7d54a5df4c25d1a8c9bfd55c9491 =A0 =A0 =A0https://github.com/dtaht/ns-3-codel-dev/commit/ca6e5dbb59bd7d54a= 5df4c25d1a8c9bfd55c9491 =A0Author: Andrew McGregor =A0Date: =A0 2012-06-06 (Wed, 06 Jun 2012) =A0Changed paths: =A0 =A0M src/network/utils/codel-queue.cc =A0 =A0M src/network/utils/codel-queue.h =A0Log Message: =A0----------- =A0Use Newton approximation for codel invsqrt Also add some more trace variables to codel =A0Commit: 8e39063b58c6c4317696b65b42a607381be1ef47 =A0 =A0 =A0https://github.com/dtaht/ns-3-codel-dev/commit/8e39063b58c6c4317= 696b65b42a607381be1ef47 =A0Author: Andrew McGregor =A0Date: =A0 2012-06-06 (Wed, 06 Jun 2012) =A0Changed paths: =A0 =A0M scratch/tcp-qfp.cc =A0 =A0M src/internet/model/sfq-queue.cc =A0 =A0M src/internet/model/sfq-queue.h =A0 =A0M src/internet/wscript =A0 =A0M src/network/utils/codel-queue.cc =A0 =A0M src/network/utils/codel-queue.h =A0Log Message: =A0----------- =A0fq_codel =A0Commit: 74b68e07b724748471bebd64e5b1459e11b67470 =A0 =A0 =A0https://github.com/dtaht/ns-3-codel-dev/commit/74b68e07b72474847= 1bebd64e5b1459e11b67470 =A0Author: Andrew McGregor =A0Date: =A0 2012-06-07 (Thu, 07 Jun 2012) =A0Changed paths: =A0 =A0M scratch/tcp-qfp.cc =A0 =A0A src/internet/model/fq_codel-queue.cc =A0 =A0A src/internet/model/fq_codel-queue.h =A0 =A0M src/network/utils/codel-queue.cc =A0 =A0M src/point-to-point/model/point-to-point-net-device.cc =A0Log Message: =A0----------- =A0Missing files, oops =A0Commit: 1c5fda95a62807daf34ae8cc8ec04325b8d04fa4 =A0 =A0 =A0https://github.com/dtaht/ns-3-codel-dev/commit/1c5fda95a62807daf= 34ae8cc8ec04325b8d04fa4 =A0Author: Andrew McGregor =A0Date: =A0 2012-06-08 (Fri, 08 Jun 2012) =A0Changed paths: =A0 =A0A src/core/model/linux-list.h =A0 =A0M src/core/wscript =A0 =A0M src/internet/model/fq_codel-queue.cc =A0 =A0M src/internet/model/fq_codel-queue.h =A0Log Message: =A0----------- =A0Make fq_codel lists use actual kernel list algorithm Compare: https://github.com/dtaht/ns-3-codel-dev/compare/38863c6...1c5fda9 _______________________________________________ Cerowrt-commits mailing list Cerowrt-commits@lists.bufferbloat.net https://lists.bufferbloat.net/listinfo/cerowrt-commits --=20 Dave T=E4ht SKYPE: davetaht http://ronsravings.blogspot.com/