|
|
@@ -1,16 +1,9 @@
|
|
|
-From patchwork Mon Jul 30 06:52:21 2012
|
|
|
-Content-Type: text/plain; charset="utf-8"
|
|
|
-MIME-Version: 1.0
|
|
|
-Content-Transfer-Encoding: 7bit
|
|
|
-Subject: codel: refine one condition to avoid a nul rec_inv_sqrt
|
|
|
-Date: Sun, 29 Jul 2012 20:52:21 -0000
|
|
|
-From: Eric Dumazet <[email protected]>
|
|
|
-X-Patchwork-Id: 173968
|
|
|
-Message-Id: <1343631141.2626.13293.camel@edumazet-glaptop>
|
|
|
-To: David Miller <[email protected]>
|
|
|
-Cc: netdev <[email protected]>, Anton Mich <[email protected]>
|
|
|
-
|
|
|
+From b8fc328668a74e1314a19266755a54abd875e5a6 Mon Sep 17 00:00:00 2001
|
|
|
From: Eric Dumazet <[email protected]>
|
|
|
+Date: Sun, 29 Jul 2012 20:52:21 +0000
|
|
|
+Subject: [PATCH] codel: refine one condition to avoid a nul rec_inv_sqrt
|
|
|
+
|
|
|
+commit 2359a47671fc4fb0fe5e9945f76c2cb10792c0f8 upstream.
|
|
|
|
|
|
One condition before codel_Newton_step() was not good if
|
|
|
we never left the dropping state for a flow. As a result
|
|
|
@@ -27,18 +20,11 @@ a fix.
|
|
|
|
|
|
Reported-by: Anton Mich <[email protected]>
|
|
|
Signed-off-by: Eric Dumazet <[email protected]>
|
|
|
-
|
|
|
+Signed-off-by: David S. Miller <[email protected]>
|
|
|
---
|
|
|
-include/net/codel.h | 8 ++++++--
|
|
|
+ include/net/codel.h | 8 ++++++--
|
|
|
1 file changed, 6 insertions(+), 2 deletions(-)
|
|
|
|
|
|
-
|
|
|
-
|
|
|
---
|
|
|
-To unsubscribe from this list: send the line "unsubscribe netdev" in
|
|
|
-the body of a message to [email protected]
|
|
|
-More majordomo info at http://vger.kernel.org/majordomo-info.html
|
|
|
-
|
|
|
--- a/include/net/codel.h
|
|
|
+++ b/include/net/codel.h
|
|
|
@@ -305,6 +305,8 @@ static struct sk_buff *codel_dequeue(str
|