Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp5655334ybx; Sun, 10 Nov 2019 18:22:29 -0800 (PST) X-Google-Smtp-Source: APXvYqzRTpwWD6DwWjv87g/hfgz4E7/+KwWazNWHlPx5WZmfZ5/ur4/PuSM8y9V7QBcTJ/WEr5q7 X-Received: by 2002:a17:906:3b06:: with SMTP id g6mr20176922ejf.20.1573438949683; Sun, 10 Nov 2019 18:22:29 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573438949; cv=none; d=google.com; s=arc-20160816; b=rbBfHz06ApmyuOE4WVi1dFu+UXAToX0Rj6gcGBHvW7CWOVkOcCNxPqE3vlfDEkkcp6 HtdWWl0PT4JDW6KIOiCdiXpkDTC6MA/06azxjF7dKWWCNDpgXzatHzkfWsZRzGCyUiSL o9vy8+csFzaLkBI8uWGWAowi+V7UQsa55q+PrcAblNnfy9neqohJskgBOVGpJ9jpoN/C xDr4Z4/SrrWkkykrw6oAxeQF4ORXVQKK3Wf5IKh1SUP6CLI85b3C4y430Ewqc07qskCl jDWbaebn26tJxkVT4bZyQAvfKMuqrnR/fZWCVhb09kpn4G+xdpbhZnZ1F0vTMs+9PDq3 7qhQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:references:to:subject; bh=tu33sYcnf+cyyn3A5zsC1Gm7b72HeaHczCDGdrQqKx0=; b=z1d2fzswRTetMCE/Ws6FSl6kf72exzWDpWVaVZfh5vV6mm35x64/DsPcpYpZ6POM4S 0Gp229n95IIaj4qZGZoKCMoly7C8kiVwirlQhvpE/geaxVFYuTr3Dp6xbSSVhqHsS+eP KVgVVdY54+u6Q4BLzzWbqCEfylo1zQsgwwfW6f5tYEtKG1DLPR6tdnfBdyDHcraQyU1u TgXT/PQ2gePxIegvWenxGplNPA+hJh8+kFovkDqhYJ7q/YyphMJzh835EsNePawk2XBq oL+Ex0+k03tSuTOJPQUBSjnodWpA+7N3LUP4plStoSuPOK5v7Mzsz3xA5EAk1FqcUD77 Ki7Q== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r9si10924844edc.101.2019.11.10.18.21.57; Sun, 10 Nov 2019 18:22:29 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726756AbfKKCVx (ORCPT + 99 others); Sun, 10 Nov 2019 21:21:53 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:6181 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726734AbfKKCVx (ORCPT ); Sun, 10 Nov 2019 21:21:53 -0500 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id ED32A2E6EC77AD9E60C2; Mon, 11 Nov 2019 10:21:49 +0800 (CST) Received: from [127.0.0.1] (10.57.77.109) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.439.0; Mon, 11 Nov 2019 10:21:39 +0800 Subject: Re: [PATCH v2 0/5] crypto: hisilicon - add HiSilicon SEC V2 support To: , , , , , , , , , References: <1573264917-14588-1-git-send-email-xuzaibo@huawei.com> <20191109021650.GA9739@sol.localdomain> From: Xu Zaibo Message-ID: Date: Mon, 11 Nov 2019 10:21:39 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20191109021650.GA9739@sol.localdomain> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.57.77.109] X-CFilter-Loop: Reflected Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Hi, On 2019/11/9 10:16, Eric Biggers wrote: > On Sat, Nov 09, 2019 at 10:01:52AM +0800, Zaibo Xu wrote: >> This series adds HiSilicon Security Engine (SEC) version 2 controller >> driver in Crypto subsystem. It includes PCIe enabling, Skcipher, DebugFS >> and SRIOV support of SEC. >> >> This patchset rebases on: >> git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git >> >> This patchset is based on: >> https://www.spinics.net/lists/linux-crypto/msg43520.html >> >> Changes: >> - delete checking return value of debugfs_create_xxx functions. >> >> Change log: >> v2: - remove checking return value of debugfs_create_xxx functions. >> > Does this driver pass all the crypto self-tests, including with > CONFIG_CRYPTO_MANAGER_EXTRA_TESTS=y? > Not including extra testing now, only CONFIG_CRYPTO_TEST is passed. Thanks, Zaibo .