Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp349110ybe; Wed, 4 Sep 2019 21:43:37 -0700 (PDT) X-Google-Smtp-Source: APXvYqzfztMrPvk0vd5R+jqPX9myceRHx2obDmlXwPsw7TkT8BlaSzLfVE37/JKOi6/4d5lwowB4 X-Received: by 2002:a17:902:8a88:: with SMTP id p8mr1361844plo.152.1567658617205; Wed, 04 Sep 2019 21:43:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567658617; cv=none; d=google.com; s=arc-20160816; b=EBZzFaIIn1AWYGtNqA4oX/iSiEa100Y9Lea3quSNkBo9gQA/76sXtI5Bc5DDoIw5cb FPtrBaGe2IGiBPxD2PhM96wbKXfhMq5OZbyGM7dH7bA6S7dXmai/BUjtTheC+rWO1axJ 4x5UACCNt0f+VRgFvXxxS6sKUt1KPy44pPpl/luhqnndEV3OQk3vE2/oum0BW0ljOLCx g8EpG+jJOLBSNCnam6BnzvYGH+rqDzgBy5TNSX9giKKL6Azm1XudpXKeefGG/obQasaR 1venCIXniYSsHpUU/pAC4RKeS+L4Cz+1GOM1lW3irqLN+VFBxGaOpYv2NfVcL1lpZnKn BPHw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=8dILpibFQFtU3jV5elehn3JSJnh9tnh1xd9g7fgmCFg=; b=e5UlGtu7lsKbnJG7uJpBdaqdYha4j0mskuyTJzY3EQfOCc2dhLxRah/tXc+P0XZgbo OpvqTKog6tQEnnwggeNudi0sKo8jjgP8cctOKlbli8kgCGpaTb3bTsg4cpQQ20UEuscj zXYRZjd4EnIyPVz//6Orc1D6pty890g521fYakBJREQmPBSr/npguuwDmkjIP8nrWMMW vfrmG+RMcx/IA6dZE0NHfGnKurvvRhOmrXnz4UrTCTtggIoONIYwNjQSJEzqSVhYLVMA alpItqSh0g5ap6p9ZJ7MMYagf4oGLbsIa8vwbFQzDK6DviSeOhUYOBvJFYWgEfc/Xu4S i4rw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d13si696942pgu.268.2019.09.04.21.43.19; Wed, 04 Sep 2019 21:43:37 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-crypto-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726047AbfIEEgH (ORCPT + 99 others); Thu, 5 Sep 2019 00:36:07 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:60460 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725916AbfIEEgH (ORCPT ); Thu, 5 Sep 2019 00:36:07 -0400 Received: from gwarestrin.arnor.me.apana.org.au ([192.168.0.7]) by fornost.hmeau.com with smtp (Exim 4.89 #2 (Debian)) id 1i5jUv-00062N-Ha; Thu, 05 Sep 2019 14:35:54 +1000 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Thu, 05 Sep 2019 14:35:48 +1000 Date: Thu, 5 Sep 2019 14:35:48 +1000 From: Herbert Xu To: Daniel Jordan Cc: Steffen Klassert , Lai Jiangshan , Peter Zijlstra , Tejun Heo , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/9] padata: use unbound workqueues for parallel jobs Message-ID: <20190905043548.GA27131@gondor.apana.org.au> References: <20190829173038.21040-1-daniel.m.jordan@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190829173038.21040-1-daniel.m.jordan@oracle.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org 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 Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt