|
|
Subscribe / Log in / New account

md raid acceleration and the async_tx api

From:  "Dan Williams" <dan.j.williams@intel.com>
To:  NeilBrown <neilb@suse.de>, "Jeff Garzik" <jeff@garzik.org>, "Chris Leech" <christopher.leech@intel.com>, akpm@osdl.org
Subject:  [PATCH 00/12] md raid acceleration and the async_tx api
Date:  Thu, 30 Nov 2006 12:55:46 -0700
Cc:  "Linux Kernel" <linux-kernel@vger.kernel.org>, "Linux RAID Mailing List" <linux-raid@vger.kernel.org>, "Olof Johansson" <olof@lixom.net>

Here is the latest version of the raid acceleration patch set.  Since
the last release I have created the async_tx api to address the
concerns raised by Neil and Jeff.  With this api in place the raid5
asynchronous and synchronous paths are no longer separated, i.e. there
are no hardware specific concerns in the raid code.

The async_tx api is proposed as a special dmaengine management client
that allows offload engines to be used for bulk memory
transfers/transforms, and fallback to synchronous routines when an
engine is not present.

This implementation has been tested on iop13xx and iop33x platforms in
both the synchronous case and the asynchronous case with the iop-adma
driver.  The changes to the ioatdma driver have only been compile
tested, and testing NET_DMA with iop-adma is pending.

Please consider for -mm.  These patches are against 2.6.19.

Dan Williams:
      dmaengine: add base support for the async_tx api
      dmaengine: add the async_tx api
      dmaengine: driver for the iop32x, iop33x, and iop13xx raid engines
      md: add raid5_run_ops and support routines
      md: workqueue for raid5 operations
      md: move write operations to raid5_run_ops
      md: move raid5 compute block operations to raid5_run_ops
      md: move raid5 parity checks to raid5_run_ops
      md: satisfy raid5 read requests via raid5_run_ops
      md: use async_tx and raid5_run_ops for raid5 expansion operations
      md: raid5 io requests to raid5_run_ops
      md: remove raid5 compute_block and compute_parity5

Regards,
Dan


Copyright © 2006, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds