All of lore.kernel.org
 help / color / mirror / Atom feed
* arch/86: AVX RAID5 xor checksumming
@ 2012-04-10 17:22 Jim Kukunas
  2012-04-10 17:22 ` [PATCH] raid5: add AVX optimized RAID5 checksumming Jim Kukunas
  2012-04-10 17:37 ` arch/86: AVX RAID5 xor checksumming H. Peter Anvin
  0 siblings, 2 replies; 6+ messages in thread
From: Jim Kukunas @ 2012-04-10 17:22 UTC (permalink / raw)
  To: x86; +Cc: hpa, neilb, linux-kernel, mingo, tglx

Hi Folks,

The following patch adds an AVX implementation of the RAID5 xor checksumming
functions.

Based on xor_speed, the AVX implementation appears to be ~32% faster than the
SSE implementation on my i7 2600:

        generic_sse: 15088.000 MB/sec
	avx: 19936.000 MB/sec

Thanks.


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

end of thread, other threads:[~2012-04-14 12:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-10 17:22 arch/86: AVX RAID5 xor checksumming Jim Kukunas
2012-04-10 17:22 ` [PATCH] raid5: add AVX optimized RAID5 checksumming Jim Kukunas
2012-04-10 17:37 ` arch/86: AVX RAID5 xor checksumming H. Peter Anvin
2012-04-10 20:14   ` NeilBrown
2012-04-10 21:20     ` H. Peter Anvin
2012-04-14 12:02       ` Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.