Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp563096ybv; Fri, 7 Feb 2020 04:36:42 -0800 (PST) X-Google-Smtp-Source: APXvYqx9X/fpJPymdCwEX5NDAnc9pnkf53/q5IWNRCi3Vr4gxJH91s+CmHCyjdCHQLn06nT1xAFi X-Received: by 2002:aca:220c:: with SMTP id b12mr1865809oic.55.1581079001905; Fri, 07 Feb 2020 04:36:41 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581079001; cv=none; d=google.com; s=arc-20160816; b=EkNYRj3349iwAaRPgrih1gV6BESsuMJYWkuYZ2poit9m2NGo4Bn0rBOx/DNcNCVbI7 KhetSWpBORS1Opgu4hsHoIKqsXOft2aNRod2+6+wLn/wbWo+OjI37LW5pVwBE+HY9smd 3VIZgvtR8wggYdWXPlFFniNRX43/BOT63ahtJk4xF3B/IneADcbOlsQ7kPSTesoZiT9C codPxGUmpuhMsYbqGPfGwCVo8UER0aOJBKXxrWiZEYBayzj7IHUxGxtDrr7F7/rypntO bU6mGPvtcld3KzE2/eIdZ05TD6Y5NbE3FcaUIS08JDkyBUdAv9TOGxkj4puc63qhTGIO ZXOw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=eOyiZ0hcPVKzyyZqj1QGRDq5vpUBCxSuS+fZn76mFEA=; b=wtl95niWbj1JyS3uVIE6imjczQo0lIgm8hVPMbpyPfF5sGkFJa/XK4iy6b+6uQ9ZUZ VacpzfVoJSaZMABAznfU6Ak5s16sfgQXBky2ZhkaP/j8UsZ4tfXRkorTBXwc2oLYePq5 fiUVNZfxmwGm8Ji0iGOM/P8hJ9PazjRF6bMsxVSoUBpbtyVZ0rhG+KvpvIbdwa7ydGyP CiHuLW6ShcIUjmQ5Wmru3etk4kqAH8BNt30AdxIcn9Eo3Ip4z97M9JQjngl7rGdRjJBY CWHXpEWv8T0o7eVcNWZxZlZWHoxWMC6pNZvHsuusv6w4FEfLSiM+ugjDEeJeC3keQK1a HrEQ== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w16si4031964oih.154.2020.02.07.04.36.29; Fri, 07 Feb 2020 04:36:41 -0800 (PST) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726894AbgBGMg0 (ORCPT + 99 others); Fri, 7 Feb 2020 07:36:26 -0500 Received: from inva020.nxp.com ([92.121.34.13]:51300 "EHLO inva020.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726819AbgBGMg0 (ORCPT ); Fri, 7 Feb 2020 07:36:26 -0500 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 493F31A49D9; Fri, 7 Feb 2020 13:36:24 +0100 (CET) Received: from inva024.eu-rdc02.nxp.com (inva024.eu-rdc02.nxp.com [134.27.226.22]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 3AE081A49C2; Fri, 7 Feb 2020 13:36:24 +0100 (CET) Received: from lorenz.ea.freescale.net (lorenz.ea.freescale.net [10.171.71.5]) by inva024.eu-rdc02.nxp.com (Postfix) with ESMTP id 951DA203CD; Fri, 7 Feb 2020 13:36:23 +0100 (CET) From: Iuliana Prodan To: Herbert Xu , Baolin Wang , Ard Biesheuvel , Corentin Labbe , Horia Geanta , Maxime Coquelin , Alexandre Torgue , Maxime Ripard Cc: Aymen Sghaier , "David S. Miller" , Silvano Di Ninno , Franck Lenormand , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, linux-imx , Iuliana Prodan Subject: [PATCH v3 0/2] crypto: engine - support for parallel and batch requests Date: Fri, 7 Feb 2020 14:36:12 +0200 Message-Id: <1581078974-14778-1-git-send-email-iuliana.prodan@nxp.com> X-Mailer: git-send-email 2.1.0 X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Added support for executing multiple, independent or not, requests for crypto engine. This is based on a callback, can_enqueue_more, which asks the driver if the hardware has free space, to enqueue a new request. If hardware supports batch requests, crypto-engine can handle this use-case through do_batch_requests callback. Since, these new features, cannot be supported by all hardware, the crypto-engine framework is backward compatible: - by using the crypto_engine_alloc_init function, to initialize crypto-engine, the new callbacks are NULL and the engine will work as before these changes; - to support only multiple requests, in parallel, the can_enqueue_more callback must be implemented in driver. On crypto_pump_requests, if can_enqueue_more callback returns true, a new request is send to hardware, until there is no space and the callback returns false. - to support batch requests, do_batch_requests callback must be implemented in driver, to execute a batch of requests. The link between the requests, is expected to be done in driver, in do_one_request(). Signed-off-by: Iuliana Prodan --- Changes since V2: - readded cur_req in crypto-engine, to keep, the exact behavior as before these changes, if can_enqueue_more is not implemented: send requests to hardware, _one-by-one_, on crypto_pump_requests, and complete it, on crypto_finalize_request, and so on. - do_batch_requests is available only with can_enqueue_more. Changes since V1: - changed the name of can_enqueue_hardware callback to can_enqueue_more, and the argument of this callback to crypto_engine structure (for cases when more than ore crypto-engine is used). - added a new patch with support for batch requests. Changes since V0 (RFC): - removed max_no_req and no_req, as the number of request that can be processed in parallel; - added a new callback, can_enqueue_more, to check whether the hardware can process a new request. Iuliana Prodan (2): crypto: engine - support for parallel requests crypto: engine - support for batch requests crypto/crypto_engine.c | 132 +++++++++++++++++++++++++++++++++++++----------- include/crypto/engine.h | 14 +++-- 2 files changed, 113 insertions(+), 33 deletions(-) -- 2.1.0