Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1413564pxk; Thu, 10 Sep 2020 14:56:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyMF3arnqnbdAHMJD+mZZXk6/kyIL7hOjyjec/EEHfRNPFbEkmsPrx4+XSzSTabbnhU5C5H X-Received: by 2002:a17:906:d0c9:: with SMTP id bq9mr11004323ejb.352.1599774966397; Thu, 10 Sep 2020 14:56:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599774966; cv=none; d=google.com; s=arc-20160816; b=ihxmAyrVqFvFVRWjOfYjPykMY5QhE9mkcystsUWGcoeEWF9a5tPsU4843/tT4NhPif Fjfnu3tDqHgIUsfHBH6IaClywpPGrIaH5HxBV2XmYy3uv2LsVRpKh7ZOWwaWnkzsfQQx i7ynKfoXqNFo3zjM4yFZCKdqDtf778+1KXunuWgkXigsY8nKsAqSDe/gnc5aOkwsolx8 nQn8XOybZxlGuOsuagvvGThlmVWK11VEvqvyr8luijyCKOxB3ees+vOP2sjp1RqXZ5Tx xRQTmiknMj01C5xrI+35DPNIv2VayEaqgdmfmB89lBrOadkiI9WMbFwxyJIpZ/pTB6mh cd4Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=a68hijFpuyE6aWdAbebzt0vvwaOi9YiCSuaZkfL9gjE=; b=TzPqpVVUDdcxt5btGdZzLLzRMYmsPbQeTFs6GaE7zL2I71cWHeZNPrmErmcnuVLhgW EJM+W3RzON0bOPefKRvtT60tYIi+38eritxTDTcQMmyw3IXysrNEuz1yXwNgOLlzQ1Ib yADAgRBpSudxmish9K09UyLIRLZ8qed5eEbLjDvOmeOKC3zhcAkkwQPYYPveNlQO9Z8d h1Z/KwiL7ct7gZxBITTiT4+uI0TgOdGbNIqRrk+n1lvT5K4ba9OyZR/By1LuvKLn3ouS 6B+N3YiXbizTk2tdXCmOjBM2gQ9YvVNoOBqVNKNfdbGQQW3pSU5BkuVXhcDqEzi78O0p G02w== 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 4si5427959edh.156.2020.09.10.14.55.38; Thu, 10 Sep 2020 14:56:06 -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 S1728436AbgIJVmo (ORCPT + 99 others); Thu, 10 Sep 2020 17:42:44 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:56130 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730900AbgIJM6O (ORCPT ); Thu, 10 Sep 2020 08:58:14 -0400 Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id A7900B03051B6D129BF8 for ; Thu, 10 Sep 2020 20:57:57 +0800 (CST) Received: from huawei.com (10.67.165.24) by DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id 14.3.487.0; Thu, 10 Sep 2020 20:57:56 +0800 From: Longfang Liu To: CC: Subject: [PATCH 0/5] crypto: hisilicon - update ACC module parameter Date: Thu, 10 Sep 2020 20:56:48 +0800 Message-ID: <1599742610-33571-1-git-send-email-liulongfang@huawei.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.165.24] X-CFilter-Loop: Reflected Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org In order to pass kernel crypto test, the ACC module parameter pf_q_num needs to be set to an integer greater than 1, and then fixed two bugs. Longfang Liu (5): crypto: hisilicon - update mininum queue crypto: hisilicon - update HPRE module parameter description crypto: hisilicon - update SEC module parameter description crypto: hisilicon - update ZIP module parameter description crypto: hisilicon - fixed memory allocation error drivers/crypto/hisilicon/hpre/hpre_main.c | 2 +- drivers/crypto/hisilicon/qm.h | 4 ++-- drivers/crypto/hisilicon/sec2/sec_crypto.c | 16 ++++++++++++---- drivers/crypto/hisilicon/sec2/sec_main.c | 2 +- drivers/crypto/hisilicon/zip/zip_main.c | 2 +- 5 files changed, 17 insertions(+), 9 deletions(-) -- 2.8.1