Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1130965ybt; Thu, 18 Jun 2020 00:59:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy+X81TI6/2wT/NVgU49tND56MRTJ4kUrrouF33N+Bv2aYQommLkAA9dAzX+lxMzi70+g/7 X-Received: by 2002:a50:b964:: with SMTP id m91mr3009202ede.37.1592467198963; Thu, 18 Jun 2020 00:59:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592467198; cv=none; d=google.com; s=arc-20160816; b=tnzC9ioNI441+/3Y2mW/F+usvcAKKb2bPtN29MJApneelCapJm0+7M6UBfLcp9lhbS Zv/OrCeOZ25Z2H4/vZWAclIdvEAiCboWoYcI1JfJUltjhEeyvmYIlFORZ4zO24sgVx1g TnBlekQxonyg/PF+mo0Jwe5UIbOf5CTjBeWjVy0eQksRZNfNti6T6qW4Jeb5l0toN1EK 47W9FVvG79MtkHJes9wncUWyNTYrizYfNxVitEPURaYCyzaDzxFFwL8dl4Vc90j2EHWz 3V2tcD8YW8LnvOSxn6NR+2lNyKBS18WhBIb25PR2nFlGm5r5DS9t2htaWgmS0x483q7y b8OQ== 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=Wks1yeAZDRmxsvIz+Ab8POnBqImWe3yt0MgtV67zd2s=; b=xYxyLWlOF26218s0mqtBrwH5NBxII452B3sZA+HRcSpes1OgZwkA/7qwujGSuDvD9P AfqbZeokL6VVcD13xq/IyS21nl58WE2lnOcnBOg4EMssMg83YSSRONFZpuyRPz6Qj4LG SPc1+a1vQXnvvi++hrtn3vAP99DL1JbGuH0ORuotZDrfiGsBdjZglffNz0TIAFV8u+NR dXe7Lzxee/SLm8/O1kaOYwfbNgY36Q8+j/LDZHVG/6M5da60bhCFYcmsoY5noixjweuT +zkRglYKDYoyAkBX7yKvQWY2OQE2f3i+iztxN/tNaVC83RFFF3hXIlcY8gjYdyLXW6Gl cNMQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t21si1449233edy.548.2020.06.18.00.59.35; Thu, 18 Jun 2020 00:59:58 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728401AbgFRH63 (ORCPT + 99 others); Thu, 18 Jun 2020 03:58:29 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:60506 "EHLO fornost.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727964AbgFRH63 (ORCPT ); Thu, 18 Jun 2020 03:58:29 -0400 Received: from gwarestrin.arnor.me.apana.org.au ([192.168.0.7]) by fornost.hmeau.com with smtp (Exim 4.92 #5 (Debian)) id 1jlpRK-0002Cy-Ug; Thu, 18 Jun 2020 17:58:28 +1000 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Thu, 18 Jun 2020 17:58:26 +1000 Date: Thu, 18 Jun 2020 17:58:26 +1000 From: Herbert Xu To: Giovanni Cabiddu Cc: linux-crypto@vger.kernel.org Subject: Re: [PATCH 0/3] crypto: qat - update admin interface Message-ID: <20200618075826.GJ10091@gondor.apana.org.au> References: <20200611211449.76144-1-giovanni.cabiddu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200611211449.76144-1-giovanni.cabiddu@intel.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, Jun 11, 2020 at 10:14:46PM +0100, Giovanni Cabiddu wrote: > Refactor and update the admin interface in the qat driver. > > These changes are on top of "crypto: qat - remove packed attribute > in etr structs" (https://patchwork.kernel.org/patch/11586063/) > > Wojciech Ziemba (3): > crypto: qat - update fw init admin msg > crypto: qat - send admin messages to set of AEs > crypto: qat - update timeout logic in put admin msg > > drivers/crypto/qat/qat_common/adf_admin.c | 96 ++++++++++++------- > .../qat/qat_common/icp_qat_fw_init_admin.h | 75 ++++++++++----- > 2 files changed, 114 insertions(+), 57 deletions(-) All applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt