Re: MD driver document
From: Dan Williams <hidden>
Date: 2007-10-24 18:56:12
On 10/24/07, tirumalareddy marri [off-list ref] wrote:
Hi, I am looking for best way of understanding MD driver(including raid5/6) architecture. I am developing driver for one of the PPC based SOC. I have done some code reading and tried to use HW debugger to walk through the code. But it was not much help. If you have any pointers or documents, I will greatly appreciate if you can share it.
I started out with include/linux/raid/raid5.h. Also, running it with the debug print statements turned on will get you familiar with the code flow. Lastly, I wrote the following paper which is already becoming outdated: http://downloads.sourceforge.net/xscaleiop/ols_paper_2006.pdf
Thanks and regards, Marri
-- Dan