2019-09-05 04:43:37

by Herbert Xu

[permalink] [raw]
Subject: Re: [PATCH v2 0/9] padata: use unbound workqueues for parallel jobs

On Thu, Aug 29, 2019 at 01:30:29PM -0400, Daniel Jordan wrote:
> Hello,
>
> Everything in the Testing section has been rerun after the suggestion
> from Herbert last round. Thanks again to Steffen for giving this a run.
>
> Any comments welcome.
>
> Daniel
>
> v1[*] -> v2:
> - Updated patch 8 to avoid queueing the reorder work if the next object
> by sequence number isn't ready yet (Herbert)
> - Added Steffen's ack to all but patch 8 since that one changed.

This doesn't apply against cryptodev. Perhaps it depends on the
flushing patch series? If that's the case please combine both into
one series.

Thanks,
--
Email: Herbert Xu <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


2019-09-06 07:46:33

by Daniel Jordan

[permalink] [raw]
Subject: Re: [PATCH v2 0/9] padata: use unbound workqueues for parallel jobs

On Thu, Sep 05, 2019 at 02:35:48PM +1000, Herbert Xu wrote:
> On Thu, Aug 29, 2019 at 01:30:29PM -0400, Daniel Jordan wrote:
> > Hello,
> >
> > Everything in the Testing section has been rerun after the suggestion
> > from Herbert last round. Thanks again to Steffen for giving this a run.
> >
> > Any comments welcome.
> >
> > Daniel
> >
> > v1[*] -> v2:
> > - Updated patch 8 to avoid queueing the reorder work if the next object
> > by sequence number isn't ready yet (Herbert)
> > - Added Steffen's ack to all but patch 8 since that one changed.
>
> This doesn't apply against cryptodev. Perhaps it depends on the
> flushing patch series? If that's the case please combine both into
> one series.

I had developed this on top of the flushing series, but this doesn't depend on
it, so I've rebased this onto today's cryptodev and will send it soon.