Re: udp ping pong measurements from 2.6.22 to .30 with various cpu affinities

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eric Dumazet
Date: Wednesday, April 22, 2009 - 2:02 pm

Christoph Lameter a écrit :

Here on my dev machine, cpu0, cpu2, cpu4, cpu6 are on physical CPU 0
and cpu1, cpu3, cpu5, cpu7 on physical CPU 1

egrep "processor|core id|physical" /proc/cpuinfo
processor       : 0
physical id     : 0
core id         : 0

processor       : 1
physical id     : 1
core id         : 0

processor       : 2
physical id     : 0
core id         : 2

processor       : 3
physical id     : 1
core id         : 2

processor       : 4
physical id     : 0
core id         : 1

processor       : 5
physical id     : 1
core id         : 1

processor       : 6
physical id     : 0
core id         : 3

processor       : 7
physical id     : 1
core id         : 3

Check /proc/cpuinfo, and check it doesnt change between kernel version.



Nice graphs, but lack of documentation of test conditions.


When I see strange results like that, I ask to myself : 
Is the problem located at the looked-at system, or at the observer ?


We already pointed it was probably scheduling. Since ICMP pings dont use
processes and no regression here. Patching kernel to implement udpping
at softirq level should be quite easy if you really want to check UDP stack.

Last network improvements focused on scalability more than latencies.
(multi-flows, not single flow !)


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
udp ping pong measurements from 2.6.22 to .30 with various ..., Christoph Lameter, (Wed Apr 22, 1:16 pm)
Re: udp ping pong measurements from 2.6.22 to .30 with var ..., Eric Dumazet, (Wed Apr 22, 2:02 pm)
Re: udp ping pong measurements from 2.6.22 to .30 with var ..., Christoph Lameter, (Wed Apr 22, 2:09 pm)
Re: udp ping pong measurements from 2.6.22 to .30 with var ..., Christoph Lameter, (Fri Apr 24, 7:23 am)