Re: [PATCH v5 03/16] nvmet: Implement CCR nvme command

From: Mohamed Khalfella

Date: Fri Sep 04 2026 - 19:19:20 EST


On Sun 2026-08-23 03:53:03 +0300, Sagi Grimberg wrote:
> Would still like to have it simple where nvmet allows a single ccr command
> per ctrl such that we don't need to build a list of waiters.
>

I think we need to know any point which sctrl is resetting which ictrl.
Without this information it will be difficult to implement CCR standard.
We use struct nvmet_ccr for two purposes:

- Generate CCR logpage on sctrl.
- Know which sctrl needs to send AEN when ictrl exits.

> Otherwise,
> Reviewed-by: Sagi Grimberg <sagi@xxxxxxxxxxx>