From patchwork Thu Sep 10 11:56:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: liulongfang X-Patchwork-Id: 11769493 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 99B86139F for ; Thu, 10 Sep 2020 21:56:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8991B2076C for ; Thu, 10 Sep 2020 21:56:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728514AbgIJVmf (ORCPT ); Thu, 10 Sep 2020 17:42:35 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:11769 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730127AbgIJL6D (ORCPT ); Thu, 10 Sep 2020 07:58:03 -0400 Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id C54A9C3594118A33E39B for ; Thu, 10 Sep 2020 19:57:53 +0800 (CST) Received: from huawei.com (10.67.165.24) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.487.0; Thu, 10 Sep 2020 19:57:49 +0800 From: Longfang Liu To: CC: Subject: [PATCH 0/5] crypto: hisilicon - update ACC module parameter Date: Thu, 10 Sep 2020 19:56:38 +0800 Message-ID: <1599739003-23448-1-git-send-email-liulongfang@huawei.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 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(-)