mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: rusty@rustcorp.com.au
Cc: rostedt@goodmis.org, akpm@linux-foundation.org,
	linux-kernel@vger.kernel.org, mathieu.desnoyers@polymtl.ca,
	paulus@samba.org, benh@kernel.crashing.org
Subject: Re: local_add_return
Date: Mon, 15 Dec 2008 23:13:14 -0800 (PST)	[thread overview]
Message-ID: <20081215.231314.92267481.davem@davemloft.net> (raw)
In-Reply-To: <200812161703.00697.rusty@rustcorp.com.au>

From: Rusty Russell <rusty@rustcorp.com.au>
Date: Tue, 16 Dec 2008 17:03:00 +1030

> Now, I posted a benchmark patch before for archs to test.  I'm interested
> in Sparc64.

Here ya go:

UltraSPARC-IIIi:

	atomic_long:	local_inc=8180000021/243
			local_add=7469999999/222
			cpu_local_inc=1260000001/37
			local_read=5690000000/169
			(total was 1326071152640)

	irqsave/restore:
			local_inc=6909999997/205
			local_add=6899999996/205
			cpu_local_inc=860000000/25
			local_read=5690000005/169
			(total was 1326071152640)

	trivalue:
			local_inc=6490000000/193
			local_add=6500000000/193
			cpu_local_inc=370000002/11
			local_read=7419999998/221
			(total was 1326071152640)

	local_t:
			local_inc=7440000000/221
			local_add=7440000000/221
			cpu_local_inc=1260000004/37
			local_read=5689999997/169
			(total was 1326071152640, warm_total 34443624448)

Niagara-2:

	atomic_long:
		local_inc=6960000013/207
		local_add=6940000002/206
		cpu_local_inc=2440000002/72
		local_read=5390000000/160
		(total was 1326071152640)

	irqsave/restore:
		local_inc=7660000002/228
		local_add=7669999999/228
		cpu_local_inc=2650000004/78
		local_read=5379999999/160
		(total was 1326071152640)

	trivalue:
		local_inc=5789999998/172
		local_add=5789999995/172
		cpu_local_inc=689999994/20
		local_read=7470000000/222
		(total was 1326071152640)

	local_t:
		local_inc=6940000000/206
		local_add=6950000000/207
		cpu_local_inc=2460000000/73
		local_read=5390000004/160
		(total was 1326071152640, warm_total 34443624448)


  parent reply	other threads:[~2008-12-16  7:13 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-15 13:47 local_add_return Steven Rostedt
2008-12-16  6:33 ` local_add_return Rusty Russell
2008-12-16  6:57   ` local_add_return David Miller
2008-12-16  7:13   ` David Miller [this message]
2008-12-16 22:38     ` local_add_return Rusty Russell
2008-12-16 23:25       ` local_add_return Luck, Tony
2008-12-16 23:43       ` local_add_return Heiko Carstens
2008-12-16 23:59       ` local_add_return Eric Dumazet
2008-12-17  0:01       ` local_add_return Mathieu Desnoyers
2008-12-18 22:52         ` local_add_return Rusty Russell
2008-12-19  3:35           ` local_add_return Mathieu Desnoyers
2008-12-19  5:54             ` local_add_return Rusty Russell
2008-12-19 17:06               ` local_add_return Mathieu Desnoyers
2008-12-20  1:33                 ` local_add_return Rusty Russell
2008-12-22 18:43                   ` local_add_return Mathieu Desnoyers
2008-12-24 11:42                     ` local_add_return Rusty Russell
2008-12-24 18:53                       ` local_add_return Mathieu Desnoyers
2008-12-16 16:25   ` local_add_return Mathieu Desnoyers
2008-12-17 11:23     ` local_add_return Rusty Russell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081215.231314.92267481.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=akpm@linux-foundation.org \
    --cc=benh@kernel.crashing.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mathieu.desnoyers@polymtl.ca \
    --cc=paulus@samba.org \
    --cc=rostedt@goodmis.org \
    --cc=rusty@rustcorp.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome