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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CFB69ECAAD4 for ; Mon, 29 Aug 2022 10:57:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229793AbiH2K5t (ORCPT ); Mon, 29 Aug 2022 06:57:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38578 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229478AbiH2K5r (ORCPT ); Mon, 29 Aug 2022 06:57:47 -0400 Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E82795C9F0; Mon, 29 Aug 2022 03:57:46 -0700 (PDT) Received: from dggpeml500020.china.huawei.com (unknown [172.30.72.57]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4MGS673bCszHnVN; Mon, 29 Aug 2022 18:55:59 +0800 (CST) Received: from dggpeml100012.china.huawei.com (7.185.36.121) by dggpeml500020.china.huawei.com (7.185.36.88) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Mon, 29 Aug 2022 18:57:44 +0800 Received: from [10.67.103.212] (10.67.103.212) by dggpeml100012.china.huawei.com (7.185.36.121) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Mon, 29 Aug 2022 18:57:44 +0800 From: "yekai (A)" Subject: Re: [PATCH v7 0/3] crypto: hisilicon - supports device isolation feature To: , References: <20220806022943.47292-1-yekai13@huawei.com> CC: , , , Message-ID: <3fd1c0be-71d1-2402-395f-2fbb85f0d8ec@huawei.com> Date: Mon, 29 Aug 2022 18:57:44 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.103.212] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To dggpeml100012.china.huawei.com (7.185.36.121) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On 2022/8/22 11:38, yekai (A) wrote: > On 2022/8/6 10:29, Kai Ye wrote: >> 1、Add the uacce hardware error isolation interface. Supports >> configures the hardware error isolation frequency. >> 2、Defining the isolation strategy for ACC by uacce sysfs node. If the >> number of hardware errors in a per hour exceeds the configured value, >> the device will not be available in user space. The VF device use the >> PF device isolation strategy. >> >> changes v1->v2: >> - deleted dev_to_uacce api. >> - add vfs node doc. >> - move uacce->ref to driver. >> changes v2->v3: >> - deleted some redundant code. >> - use qm state instead of reference count. >> - add null pointer check. >> - isolate_strategy_read() instead of a copy. >> changes v3->v4: >> - modify a comment >> changes v4->v5: >> - use bool instead of atomic. >> - isolation frequency instead of isolation command. >> changes v5->v6: >> - add is_visible in uacce. >> - add the description of the isolation strategy file node. >> changes v6->v7 >> - add an example for isolate_strategy in Documentation. >> >> Kai Ye (3): >> uacce: supports device isolation feature >> Documentation: add a isolation strategy sysfs node for uacce >> crypto: hisilicon/qm - define the device isolation strategy >> >> Documentation/ABI/testing/sysfs-driver-uacce | 26 +++ >> drivers/crypto/hisilicon/qm.c | 163 +++++++++++++++++-- >> drivers/misc/uacce/uacce.c | 58 +++++++ >> include/linux/hisi_acc_qm.h | 9 + >> include/linux/uacce.h | 11 ++ >> 5 files changed, 255 insertions(+), 12 deletions(-) >> > Hi, > > Just a friendly ping... > > thanks > Kai > > . Hi Greg KH Could you help me to apply this patchset? thanks Kai