* Re: [PATCH 3/3] nvme-core: delete the dependency on REQ_FAILFAST_TRANSPORT
[not found] <20200812081855.22277-1-lengchao@huawei.com>
@ 2020-08-12 15:13 ` Christoph Hellwig
2020-08-13 4:06 ` Chao Leng
0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2020-08-12 15:13 UTC (permalink / raw)
To: Chao Leng; +Cc: linux-nvme, linux-block, kbusch, axboe, hch, sagi, linux-scsi
On Wed, Aug 12, 2020 at 04:18:55PM +0800, Chao Leng wrote:
> REQ_FAILFAST_TRANSPORT may be designed for scsi, because scsi protocol
> do not difine the local retry mechanism. SCSI implements a fuzzy local
> retry mechanism, so need the REQ_FAILFAST_TRANSPORT for multipath
> software, if work with multipath software, ultraPath determines
> whether to retry and how to retry.
>
> Nvme is different with scsi about this. It define local retry mechanism
> and path error code, so nvme should retry local for non path error.
> If path related error, whether to retry and how to retry is still
> determined by ultraPath. REQ_FAILFAST_TRANSPORT just for non nvme
> multipath software(like dm-multipath), but we do not need return an
> error for REQ_FAILFAST_TRANSPORT first, because we need retry local
> for non path error first.
This doesn't look wrong, but these kinds of changes really need to
go along with block layer documentation of the intended uses of the
flags. In fact the SCSI usage also looks really confused to me and at
very least needs better documentation if not changes. So I think
you need to do a lot code archaeology, ping the authors and current
maintainers and sort this out as well.
More importantly if the above explanation makes sense we really need
to kill blk_noretry_request off entirely and replace it with a check
of the right set of flags in each caller as well.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 3/3] nvme-core: delete the dependency on REQ_FAILFAST_TRANSPORT
2020-08-12 15:13 ` [PATCH 3/3] nvme-core: delete the dependency on REQ_FAILFAST_TRANSPORT Christoph Hellwig
@ 2020-08-13 4:06 ` Chao Leng
0 siblings, 0 replies; 2+ messages in thread
From: Chao Leng @ 2020-08-13 4:06 UTC (permalink / raw)
To: Christoph Hellwig
Cc: linux-nvme, linux-block, kbusch, axboe, sagi, linux-scsi
On 2020/8/12 23:13, Christoph Hellwig wrote:
> On Wed, Aug 12, 2020 at 04:18:55PM +0800, Chao Leng wrote:
>> REQ_FAILFAST_TRANSPORT may be designed for scsi, because scsi protocol
>> do not difine the local retry mechanism. SCSI implements a fuzzy local
>> retry mechanism, so need the REQ_FAILFAST_TRANSPORT for multipath
>> software, if work with multipath software, ultraPath determines
>> whether to retry and how to retry.
>>
>> Nvme is different with scsi about this. It define local retry mechanism
>> and path error code, so nvme should retry local for non path error.
>> If path related error, whether to retry and how to retry is still
>> determined by ultraPath. REQ_FAILFAST_TRANSPORT just for non nvme
>> multipath software(like dm-multipath), but we do not need return an
>> error for REQ_FAILFAST_TRANSPORT first, because we need retry local
>> for non path error first.
>
> This doesn't look wrong, but these kinds of changes really need to
> go along with block layer documentation of the intended uses of the
> flags. In fact the SCSI usage also looks really confused to me and at
> very least needs better documentation if not changes. So I think
Yes, SCSI do not define local retry, so complex processing logic is
required.
> you need to do a lot code archaeology, ping the authors and current
> maintainers and sort this out as well.
Now REQ_FAILFAST_TRANSPORT just used for multipath software, the patch
use the advantages of nvme, looks no bad effect.
>
> More importantly if the above explanation makes sense we really need
> to kill blk_noretry_request off entirely and replace it with a check
> of the right set of flags in each caller as well.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-13 4:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20200812081855.22277-1-lengchao@huawei.com>
2020-08-12 15:13 ` [PATCH 3/3] nvme-core: delete the dependency on REQ_FAILFAST_TRANSPORT Christoph Hellwig
2020-08-13 4:06 ` Chao Leng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox