Re: nvme-fc: Question about __nvme_fc_abort_outstanding_ios()
From: Mohamed Khalfella
Date: Thu Jan 09 2025 - 12:54:22 EST
On 2025-01-09 09:59:03 +0800, Ming Lei wrote:
>
> It is because many callbacks call blk_mq_complete_request() to complete
> request, and the request may be completed remotely via IPI, that is why
> blk_mq_tagset_wait_completed_request() is needed.
>
Thanks for the response. I know that requests can be completed
asynchronously via IPI or softirq. This does not fully answer my
question about in-flight requests though.