From: yangxingui <yangxingui@huawei.com>
To: Jason Yan <yanaijie@huawei.com>, <jejb@linux.ibm.com>,
<martin.petersen@oracle.com>, <john.g.garry@oracle.com>
Cc: <linux-scsi@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linuxarm@huawei.com>, <prime.zeng@hisilicon.com>,
<kangfenglong@huawei.com>
Subject: Re: [PATCH] scsi: libsas: Directly kick-off EH when ATA device fell off
Date: Fri, 16 Dec 2022 15:55:27 +0800 [thread overview]
Message-ID: <0f87f968-eb63-6b32-cfe7-b5d399a7d541@huawei.com> (raw)
In-Reply-To: <5dd4740a-0301-d195-a368-462010da7927@huawei.com>
On 2022/12/16 11:53, Jason Yan wrote:
> Hi Xingui,
>
> On 2022/12/16 11:29, Xingui Yang wrote:
>> If the ATA device fell off, call sas_ata_device_link_abort() directly and
>> mark all outstanding QCs as failed and kick-off EH Immediately. This
>> avoids
>> having to wait for block layer timeouts.
>>
>
> Why does ATA device need this special operation? SAS device does not
> have to wait for block layer timeouts?
Hi Jason,
Applications that depend on I/O return may be blocked for 30 seconds,
and this can be optimized for SATA disks.
Different from SATA disks, I/Os on SAS disks can still be returned if
they are quickly plugged in after the SAS disks fall off. So I'm not
sure if this is appropriate for a sas disk.
BTW, I wish the sas disk did the same.
Thanks,
Xingui
>
> Thanks,
> Jason
>
>> Signed-off-by: Xingui Yang <yangxingui@huawei.com>
>> ---
>> drivers/scsi/libsas/sas_discover.c | 5 +++++
>> 1 file changed, 5 insertions(+)
>>
>> diff --git a/drivers/scsi/libsas/sas_discover.c
>> b/drivers/scsi/libsas/sas_discover.c
>> index d5bc1314c341..bd22741daa99 100644
>> --- a/drivers/scsi/libsas/sas_discover.c
>> +++ b/drivers/scsi/libsas/sas_discover.c
>> @@ -362,6 +362,11 @@ static void sas_destruct_ports(struct
>> asd_sas_port *port)
>> void sas_unregister_dev(struct asd_sas_port *port, struct
>> domain_device *dev)
>> {
>> + if (test_bit(SAS_DEV_GONE, &dev->state) &&
>> + (dev->dev_type == SAS_SATA_DEV ||
>> + (dev->tproto & SAS_PROTOCOL_STP)))
>> + sas_ata_device_link_abort(dev, false);
>> +
>> if (!test_bit(SAS_DEV_DESTROY, &dev->state) &&
>> !list_empty(&dev->disco_list_node)) {
>> /* this rphy never saw sas_rphy_add */
>>
> .
next prev parent reply other threads:[~2022-12-16 7:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-16 3:29 [PATCH] scsi: libsas: Directly kick-off EH when ATA device fell off Xingui Yang
2022-12-16 3:53 ` Jason Yan
2022-12-16 7:55 ` yangxingui [this message]
2022-12-16 9:29 ` Jason Yan
2022-12-16 9:53 ` yangxingui
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0f87f968-eb63-6b32-cfe7-b5d399a7d541@huawei.com \
--to=yangxingui@huawei.com \
--cc=jejb@linux.ibm.com \
--cc=john.g.garry@oracle.com \
--cc=kangfenglong@huawei.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=linuxarm@huawei.com \
--cc=martin.petersen@oracle.com \
--cc=prime.zeng@hisilicon.com \
--cc=yanaijie@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox