From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9FC7AC4361B for ; Mon, 7 Dec 2020 01:21:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5B28122D06 for ; Mon, 7 Dec 2020 01:21:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728684AbgLGBUx (ORCPT ); Sun, 6 Dec 2020 20:20:53 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:9121 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728448AbgLGBUw (ORCPT ); Sun, 6 Dec 2020 20:20:52 -0500 Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4Cq57s0yrGz15YNj; Mon, 7 Dec 2020 09:19:37 +0800 (CST) Received: from [10.67.102.118] (10.67.102.118) by DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id 14.3.487.0; Mon, 7 Dec 2020 09:20:06 +0800 Subject: Re: [PATCH 0/5] crypto: hisilicon - add some new algorithms To: Herbert Xu CC: , References: <1606357086-9785-1-git-send-email-liulongfang@huawei.com> <20201204070525.GA26479@gondor.apana.org.au> From: liulongfang Message-ID: Date: Mon, 7 Dec 2020 09:20:05 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <20201204070525.GA26479@gondor.apana.org.au> Content-Type: text/plain; charset="gbk" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.102.118] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/12/4 15:05, Herbert Xu wrote: > On Thu, Nov 26, 2020 at 10:18:01AM +0800, Longfang Liu wrote: >> As the new Kunpeng930 supports some new algorithms, >> the driver needs to be updated >> >> Longfang Liu (4): >> crypto: hisilicon/sec - add new type of sqe for Kunpeng930 >> crypto: hisilicon/sec - add new skcipher mode for SEC >> crypto: hisilicon/sec - add new AEAD mode for SEC >> crypto: hisilicon/sec - fixes some coding style >> >> Meng Yu (1): >> crypto: hisilicon/hpre - add version adapt to new algorithms > > Please include details on whether this has been tested with the > self-tests, including the extra fuzz tests. > > Thanks, > All of these new algorithms have been fully tested by the project team, Did any test case tests fail? Thanks. Longfang