[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.1.10.0904201510410.17816@qirst.com>
Date: Mon, 20 Apr 2009 15:16:49 -0400 (EDT)
From: Christoph Lameter <cl@...ux.com>
To: Eric Dumazet <dada1@...mosbay.com>
cc: David Miller <davem@...emloft.net>,
Michael Chan <mchan@...adcom.com>,
Ben Hutchings <bhutchings@...arflare.com>,
netdev@...r.kernel.org
Subject: Re: Network latency regressions from 2.6.22 to 2.6.29 (results with
IRQ affinity)
On Mon, 20 Apr 2009, Eric Dumazet wrote:
> Point is that even with tcpdump running, latencies are very good on 2.6.30-rc2, and were very good
> with 2.6.22. I see no significant increase/decrease...
Well okay that applies to your testing methodology but the statement that
you have shown that the regression that I reported does not exist is not
proven since you ran a different test.
> 1 us is time to access about 10 false shared cache lines.
That depends on the size of the system and the number of processors
contending for the cache line.
> 64 bit arches store less pointers/long per cache line.
> So a 64 bit kernel could be slower on this kind of workload in the general case (if several cpus play the game)
Right. But in practice I have also seen slight performance increases due
to the increased availability of memory and the avoidence of various 32
bit hacks (like highmem). Plus several recent subsystems seem to be
optimized for 64 bit like f.e. Infiniband.
I'd still like to see udpping results on your testing rigg to get another
datapoint. If the udpping results are not showing regressions on your
tests then there is likely a config issue at the core of the regression
that I am seeing here.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists