Setting tag linux-2.6-32-24
[linux-2.6.git] / linux-2.6-680-htb-hysteresis-tso.patch
1 From 799a8113aabe796f7e0ca44c93f3e506444ac88e Mon Sep 17 00:00:00 2001
2 From: S.Çağlar Onur <caglar@cs.princeton.edu>
3 Date: Tue, 7 Dec 2010 11:10:42 -0500
4 Subject: [PATCH] linux-2.6-680-htb-hysteresis-tso.patch
5
6 ---
7  net/sched/sch_htb.c |    2 +-
8  1 files changed, 1 insertions(+), 1 deletions(-)
9
10 diff --git a/net/sched/sch_htb.c b/net/sched/sch_htb.c
11 index 85acab9..2de93ee 100644
12 --- a/net/sched/sch_htb.c
13 +++ b/net/sched/sch_htb.c
14 @@ -52,7 +52,7 @@
15      one less than their parent.
16  */
17  
18 -static int htb_hysteresis __read_mostly = 0; /* whether to use mode hysteresis for speedup */
19 +static int htb_hysteresis __read_mostly = 1; /* whether to use mode hysteresis for speedup */
20  #define HTB_VER 0x30011                /* major must be matched with number suplied by TC as version */
21  
22  #if HTB_VER >> 16 != TC_HTB_PROTOVER
23 -- 
24 1.5.4.3
25