linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* which CPU for XOR?
@ 2006-06-09 11:49 Dexter Filmore
  2006-06-09 20:22 ` H. Peter Anvin
  2006-06-13 18:40 ` Bill Davidsen
  0 siblings, 2 replies; 3+ messages in thread
From: Dexter Filmore @ 2006-06-09 11:49 UTC (permalink / raw)
  To: linux-raid

What type of operation is XOR anyway? Should be ALU, right?
So - what CPU is best for software raid? One with high integer processing 
power? 

Dex


-- 
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS d--(+)@ s-:+ a- C+++(++++) UL+>++++ P+>++ L+++>++++ E-- W++ N o? K-
w--(---) !O M+ V- PS++(+) PE(-) Y++ PGP t++(---)@ 5 X+(++) R+(++) tv--(+)@ 
b++(+++) DI+++ D G++ e* h>++ r%>* y?
------END GEEK CODE BLOCK------

http://www.stop1984.com
http://www.againsttcpa.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: which CPU for XOR?
  2006-06-09 11:49 which CPU for XOR? Dexter Filmore
@ 2006-06-09 20:22 ` H. Peter Anvin
  2006-06-13 18:40 ` Bill Davidsen
  1 sibling, 0 replies; 3+ messages in thread
From: H. Peter Anvin @ 2006-06-09 20:22 UTC (permalink / raw)
  To: linux-raid

Followup to:  <200606091349.24109.Dexter.Filmore@gmx.de>
By author:    Dexter Filmore <Dexter.Filmore@gmx.de>
In newsgroup: linux.dev.raid
>
> What type of operation is XOR anyway? Should be ALU, right?
> So - what CPU is best for software raid? One with high integer processing 
> power? 
> 

Something with massive wide vector registers.

PowerPC with Altivec totally kicks ass; x86-64 isn't too bad either.

There are also some processors with builtin RAID accelerators; at
least Intel, Broadcom and AMCC make them.

	-hpa

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: which CPU for XOR?
  2006-06-09 11:49 which CPU for XOR? Dexter Filmore
  2006-06-09 20:22 ` H. Peter Anvin
@ 2006-06-13 18:40 ` Bill Davidsen
  1 sibling, 0 replies; 3+ messages in thread
From: Bill Davidsen @ 2006-06-13 18:40 UTC (permalink / raw)
  To: Dexter Filmore; +Cc: linux-raid

Dexter Filmore wrote:

>What type of operation is XOR anyway? Should be ALU, right?
>So - what CPU is best for software raid? One with high integer processing 
>power? 
>
Unless you're running really low on CPU, it probably doesn't matter... 
you run out of memory bandwidth on large data (larger than cache) 
anyway. That's my take on it.

-- 
bill davidsen <davidsen@tmr.com>
  CTO TMR Associates, Inc
  Doing interesting things with small computers since 1979


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-06-13 18:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-09 11:49 which CPU for XOR? Dexter Filmore
2006-06-09 20:22 ` H. Peter Anvin
2006-06-13 18:40 ` Bill Davidsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).