Re: [PATCH v5 1/6] nvme: authentication error are always non-retryable

From: Sagi Grimberg
Date: Tue Apr 09 2024 - 16:26:14 EST




On 09/04/2024 12:35, Daniel Wagner wrote:
From: Hannes Reinecke <hare@xxxxxxx>

Any authentication errors which are generated internally are always
non-retryable, so use negative error codes to ensure they are not
retried.

The patch title says that any authentication error is not retryable, and
the patch body says "authentication errors which are generated locally
are non-retryable" so which one is it?