Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1055673pxk; Thu, 10 Sep 2020 06:05:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxkcAsPXGCgTplUAfoe5/+sdkBo50JiCy8zYaaRzakO5e1ncXDLCD3KJc+InnU2UpZFP2Au X-Received: by 2002:a17:906:a24f:: with SMTP id bi15mr8910972ejb.379.1599743151233; Thu, 10 Sep 2020 06:05:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599743151; cv=none; d=google.com; s=arc-20160816; b=J8VW/s1PDUhzObIUDzgveXEKWl3xpeBpHJ0mf9fGzyvhXyFiXvO4WFlN6jfI1zcbzn U04TFzyiVcGee9UVSsFXOTa81u2AQL/0/714jUoohoftjRQ4h9Rt8cIByF3GZ23e6xlZ LhcQYpaMaE2QNDOjX/5CN4/0N4lu5QDCNE/mhFWcNns3IHTwydlsoLty+CsXKtuSthYu Z/GE2IZnLyHLoTharKjhFsHqSa1Tb4W9R8lu6u/mtVrOA8HWSQ23moTqfxtNCiRCc7PE UDmXGiC30j0QWe0WcFqkqLNX8OI1ms9RRyjqfb2d9m3DuLztyAqyHvmupe8Srikm/nFc 1lqw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=0tOHW1GMCFHtaGGRaHVFGD2r97ItAPWVHvXb8gCQu78=; b=PycLtsPxSlFRbbqfpX6j03+pufkOybbEf/3KeeasT5LWnD2xmtQE1xZs7xyFsC55vY r2Jn/8W+SKS64V0qg2mTa9/MlNNg/F7pIiEzy8BJYbPCyVzEJCO1M6lw2QEbwrD+EkNp KjJPYe8eflvBnSeNrFiqvzYl+t8Vao41ZZWujkniS11vKhfa6hHtmkjd9R2NQpoUcmCF NBnzlDGiQ7uoVX7WWihDhDa4QgtsmJ0gS+4drsY14XKHjU68NKyju5Cbc3WE208FLQjB 9YxsLylA13zcOP2SbE+nU640XtiiGBytcYTXpcBoMQqpwjYZS2ySVvSlPxhVC6zdUy1k zmmg== 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 b24si3470168edv.245.2020.09.10.06.05.16; Thu, 10 Sep 2020 06:05:51 -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 S1730432AbgIJNA7 (ORCPT + 99 others); Thu, 10 Sep 2020 09:00:59 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:11787 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730905AbgIJM6O (ORCPT ); Thu, 10 Sep 2020 08:58:14 -0400 Received: from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 860E4D250F1DEF30FDF8 for ; Thu, 10 Sep 2020 20:58:02 +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 2/5] crypto: hisilicon - update HPRE module parameter description Date: Thu, 10 Sep 2020 20:56:49 +0800 Message-ID: <1599742610-33571-2-git-send-email-liulongfang@huawei.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1599742610-33571-1-git-send-email-liulongfang@huawei.com> References: <1599742610-33571-1-git-send-email-liulongfang@huawei.com> 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, HPRE module parameter 'pf_q_num' needs to be set as greater than 1. Signed-off-by: Longfang Liu --- drivers/crypto/hisilicon/hpre/hpre_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/hisilicon/hpre/hpre_main.c b/drivers/crypto/hisilicon/hpre/hpre_main.c index 45741d2..cf9169d 100644 --- a/drivers/crypto/hisilicon/hpre/hpre_main.c +++ b/drivers/crypto/hisilicon/hpre/hpre_main.c @@ -190,7 +190,7 @@ static const struct kernel_param_ops hpre_pf_q_num_ops = { static u32 pf_q_num = HPRE_PF_DEF_Q_NUM; module_param_cb(pf_q_num, &hpre_pf_q_num_ops, &pf_q_num, 0444); -MODULE_PARM_DESC(pf_q_num, "Number of queues in PF of CS(1-1024)"); +MODULE_PARM_DESC(pf_q_num, "Number of queues in PF of CS(2-1024)"); static const struct kernel_param_ops vfs_num_ops = { .set = vfs_num_set, -- 2.8.1