diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-09-26 14:17:17 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-09-26 14:17:17 +0000 |
commit | 579e9cded8ecc63ae5e14cb2ee0dbd868d90b9a8 (patch) | |
tree | e0273c12a63edd369d6c8f3d6d63fbe6a91cbcf2 /target/linux/generic/patches-3.3/041-codel-use-Newton-method-instead-of-sqrt-and-divides.patch | |
parent | eb97933e2a4ea7d0002571eb780d73c339daa9db (diff) | |
download | upstream-579e9cded8ecc63ae5e14cb2ee0dbd868d90b9a8.tar.gz upstream-579e9cded8ecc63ae5e14cb2ee0dbd868d90b9a8.tar.bz2 upstream-579e9cded8ecc63ae5e14cb2ee0dbd868d90b9a8.zip |
generic: add upstream commit id to codel patches and refresh those
SVN-Revision: 33560
Diffstat (limited to 'target/linux/generic/patches-3.3/041-codel-use-Newton-method-instead-of-sqrt-and-divides.patch')
-rw-r--r-- | target/linux/generic/patches-3.3/041-codel-use-Newton-method-instead-of-sqrt-and-divides.patch | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.3/041-codel-use-Newton-method-instead-of-sqrt-and-divides.patch b/target/linux/generic/patches-3.3/041-codel-use-Newton-method-instead-of-sqrt-and-divides.patch index 97401bb12b..f91b42eda2 100644 --- a/target/linux/generic/patches-3.3/041-codel-use-Newton-method-instead-of-sqrt-and-divides.patch +++ b/target/linux/generic/patches-3.3/041-codel-use-Newton-method-instead-of-sqrt-and-divides.patch @@ -1,7 +1,9 @@ -From 536edd67109df5e0cdb2c4ee759e9bade7976367 Mon Sep 17 00:00:00 2001 +From 4a8056dfeef49b306ad6af24a5563d7d6867aae0 Mon Sep 17 00:00:00 2001 From: Eric Dumazet <edumazet@google.com> Date: Sat, 12 May 2012 03:32:13 +0000 -Subject: [PATCH 37/41] codel: use Newton method instead of sqrt() and divides +Subject: [PATCH] codel: use Newton method instead of sqrt() and divides + +commit 536edd67109df5e0cdb2c4ee759e9bade7976367 upstream. As Van pointed out, interval/sqrt(count) can be implemented using multiplies only. |