Re: [PATCH v7 5/5] nvme: do not retry authentication failures

From: Sagi Grimberg
Date: Wed May 01 2024 - 06:27:46 EST




On 30/04/2024 16:19, Daniel Wagner wrote:
When the key is invalid there is no point in retrying. Because the auth
code returns kernel error codes only, we can't test on the DNR bit.

I still think that this patch has issues in the sense that in certain cases
the controller can suddenly disappear.