Utility of IOATDMA for RAID5.

Hi Dan, hope this note finds your week going well.

We are starting to bring Nehalem/XEON server motherboards which have
the onboard DMA I/O offload support into our shop as part of our
current purchasing round. We have spun up a 2.6.32 kernel for testing
and have been able to load the modules etc.

We use SCST to implement geographically isolated storage mirrors. We
primarily use RAID5 since our redundancy architecture gives us a bit
of luxury which a single RAID5 implementation would not.

If I understand things correctly your current work supports RAID6
only. Are there are any plans to support RAID5? Or perhaps more
correctly is there any utility to supporting RAID5 given the memory
speeds and core counts which are now available?

Thanks in advance for any thoughts you may have.

Best wishes for a pleasant weekend.

As always,
Dr. G.W. Wettstein, Ph.D. Enjellic Systems Development, LLC.
4206 N. 19th Ave. Specializing in information infra-structure
Fargo, ND 58102 development.
PH: 701-281-1686
FAX: 701-281-3949 EMAIL: greg [at] enjellic.com
------------------------------------------------------------ ------------------
"I'm having a really crappy weekend -- my goldfish died and my RAID
array crapped out."
-- jmolina
linux-raid
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Greg [ Do, 11 März 2010 22:09 ] [ ID #2034614 ]

Re: Utility of IOATDMA for RAID5.

On Thu, Mar 11, 2010 at 2:09 PM, <greg [at] enjellic.com> wrote:
> Hi Dan, hope this note finds your week going well.
>
> We are starting to bring Nehalem/XEON server motherboards which have
> the onboard DMA I/O offload support into our shop as part of our
> current purchasing round. =A0We have spun up a 2.6.32 kernel for test=
ing
> and have been able to load the modules etc.
>
> We use SCST to implement geographically isolated storage mirrors. =A0=
We
> primarily use RAID5 since our redundancy architecture gives us a bit
> of luxury which a single RAID5 implementation would not.
>
> If I understand things correctly your current work supports RAID6
> only. =A0Are there are any plans to support RAID5? =A0Or perhaps more
> correctly is there any utility to supporting RAID5 given the memory
> speeds and core counts which are now available?

Both raid5 and raid6 offload is supported by md and the ioatdma
driver. However not all platforms have the raid offload capability.
This capability is enabled on the recently announced Jasper Forest[1]
platform. On an enabled platform (with a 2.6.32 kernel and the
ioatdma driver loaded) the following command will display the presence
of xor and pq offload capabilities:

# cat /sys/class/dma/dma*/quickdata/cap
copy pq pq_val xor xor_val fill intr
copy pq pq_val xor xor_val fill intr
copy intr
copy intr
copy intr
copy intr
copy intr
copy intr

--
Dan

[1]: http://edc.intel.com/Platforms/Xeon-C5500-C3500-3420/
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" i=
n
the body of a message to majordomo [at] vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
dan.j.williams [ Mi, 17 März 2010 19:48 ] [ ID #2035365 ]
Linux » gmane.linux.raid » Utility of IOATDMA for RAID5.

Vorheriges Thema: [PATCH 11/12] md: convert cpu notifier to return encapsulate errno value
Nächstes Thema: Why do arrays start without some components?