Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752648AbdLHMKU (ORCPT ); Fri, 8 Dec 2017 07:10:20 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:2221 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751800AbdLHMKT (ORCPT ); Fri, 8 Dec 2017 07:10:19 -0500 Subject: Re: [PATCH v5 3/7] scsi: libsas: make the event threshold configurable To: Jason Yan , , References: <20171208094210.24887-1-yanaijie@huawei.com> <20171208094210.24887-4-yanaijie@huawei.com> CC: , , , , , , , , , , , Ewan Milne , Tomas Henzl From: John Garry Message-ID: <89665d4a-6fbf-a936-f266-4597be124eec@huawei.com> Date: Fri, 8 Dec 2017 12:09:49 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20171208094210.24887-4-yanaijie@huawei.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.227.238] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 661 Lines: 19 On 08/12/2017 09:42, Jason Yan wrote: > Add a sysfs attr that LLDD can configure it for every host. We made > a example in hisi_sas. Other LLDDs using libsas can implement it if > they want. > > Suggested-by: Hannes Reinecke > Signed-off-by: Jason Yan > CC: John Garry > CC: Johannes Thumshirn > CC: Ewan Milne > CC: Christoph Hellwig > CC: Tomas Henzl > CC: Dan Williams Acked-by: John Garry #for hisi_sas part > --- > drivers/scsi/hisi_sas/hisi_sas_main.c | 6 ++++++