Re: [PATCH 1/2] padata: generic interface for parallel processing

2009-10-07 Thread David Miller
From: Steffen Klassert Date: Wed, 7 Oct 2009 16:22:41 +0200 > On Sat, Sep 19, 2009 at 04:19:59PM -0700, Herbert Xu wrote: >> On Mon, Aug 31, 2009 at 11:12:49AM +0200, Steffen Klassert wrote: >> > This patch introduces an interface to process data objects >> > in parallel. On request it is possibl

Re: [PATCH 1/2] padata: generic interface for parallel processing

2009-10-07 Thread Steffen Klassert
On Sat, Sep 19, 2009 at 04:19:59PM -0700, Herbert Xu wrote: > On Mon, Aug 31, 2009 at 11:12:49AM +0200, Steffen Klassert wrote: > > This patch introduces an interface to process data objects > > in parallel. On request it is possible to serialize again. > > The parallelized objects return after ser

Re: [PATCH 1/2] padata: generic interface for parallel processing

2009-09-19 Thread Herbert Xu
On Mon, Aug 31, 2009 at 11:12:49AM +0200, Steffen Klassert wrote: > This patch introduces an interface to process data objects > in parallel. On request it is possible to serialize again. > The parallelized objects return after serialization in the > same order as they were before the parallelizati