linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFT] 2.6.22.1-iop1 for improved sequential write performance (stripe-queue)
@ 2007-07-20  0:17 Dan Williams
  2007-08-04 17:54 ` Mr. James W. Laferriere
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Williams @ 2007-07-20  0:17 UTC (permalink / raw)
  To: linux-raid maillist; +Cc: Neil Brown, Raz Ben-Jehuda(caro), Bill Davidsen

Per Bill Davidsen's request I have made available a 2.6.22.1 based
kernel with the current raid5 performance changes I have been working
on:
1/ Offload engine acceleration (recently merged for the 2.6.23
development cycle)
2/ Stripe-queue, an evolutionary change to the raid5 queuing model (take4)

The offload engine work only helps platforms with offload engines and
should not affect performance otherwise.  The stripe-queue work is an
attempt to increase sequential write performance and should benefit
most platforms.

The patch series is available on the Xscale(r) IOP SourceForge page:
	http://downloads.sourceforge.net/xscaleiop/patches-2.6.22.1-iop1-x86fix.tar.gz

Use quilt to apply the series on top of a fresh 2.6.22.1 source tree:
$ wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.1.tar.bz2
$ tar xjf linux-2.6.22.1.tar.bz2
$ cd linux-2.6.22.1
$ tar xzvf patches-2.6.22.1-iop1.tar.gz
$ cp patches/series.x86 patches/series
$ quilt push -a

Configure and build the kernel as normal, there are no configuration
options for stripe-queue.

Any feedback, bug report, fix, or suggestion is welcome.

Thanks,
Dan

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

end of thread, other threads:[~2007-08-06 21:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-20  0:17 [RFT] 2.6.22.1-iop1 for improved sequential write performance (stripe-queue) Dan Williams
2007-08-04 17:54 ` Mr. James W. Laferriere
2007-08-06 21:59   ` Dan Williams

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).