Re: 2.6.21 -> 2.6.22 & 2.6.23-rc8 performance regression

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Denys <nuclearcat@...>
Cc: David Miller <davem@...>, <linux-kernel@...>, <netdev@...>
Date: Monday, October 1, 2007 - 4:20 am

Denys a écrit :
Could you try a pristine 2.6.22.9 and some patch in 
secure_tcp_sequence_number() like :

--- drivers/char/random.c.orig 2007-10-01 10:18:42.000000000 +0200
+++ drivers/char/random.c 2007-10-01 10:19:58.000000000 +0200
@@ -1554,7 +1554,7 @@
* That's funny, Linux has one built in! Use it!
* (Networks are faster now - should this be increased?)
*/
- seq += ktime_get_real().tv64;
+ seq += ktime_get_real().tv64 / 1000;
#if 0
printk("init_seq(%lx, %lx, %d, %d) = %d\n",
saddr, daddr, sport, dport, seq);

Thank you






-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: 2.6.21 -> 2.6.22 & 2.6.23-rc8 performance regression, Eric Dumazet, (Mon Oct 1, 4:20 am)