On Thu, Mar 11, 2010 at 2:09 PM, <greg@xxxxxxxxxxxx> 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. 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? 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" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html