Re: [PATCH v4 08/15] nvme: Implement cross-controller reset recovery

From: Mohamed Khalfella

Date: Mon Apr 13 2026 - 12:33:37 EST


On Mon 2026-04-13 08:25:51 -0700, Randy Jennings wrote:
> > /*
> > * Source controller accepted CCR command but CCR operation
> > * timed out or failed. Retrying another path is not likely
> > * to succeed, return an error.
> > */
> Please do not add "Retrying another path is not likely to succeed"
> because it is not true. We would need to check the retry flag to se
> the verasity of that statement, and I would expect that check to be
> added later.

Fair point. I will drop that part from the comment.

>
> Sincerely,
> Randy Jennings