Re: [PATCH 07/12] nvme: Implement In-Band authentication
From: Hannes Reinecke <hare@suse.de>
Date: 2021-09-27 05:48:52
Also in:
linux-nvme
From: Hannes Reinecke <hare@suse.de>
Date: 2021-09-27 05:48:52
Also in:
linux-nvme
On 9/27/21 12:53 AM, Sagi Grimberg wrote:
quoted
+/* Assumes that the controller is in state RESETTING */ +static void nvme_dhchap_auth_work(struct work_struct *work) +{ + struct nvme_ctrl *ctrl = + container_of(work, struct nvme_ctrl, dhchap_auth_work); + int ret, q; +Here I would print a single: dev_info(ctrl->device, "re-authenticating controller"); This is instead of all the queue re-authentication prints that should be dev_dbg. Let's avoid doing the per-queue print...
Hmm. Actually the spec allows to use different keys per queue, even though our implementation doesn't. And fmds has struggled to come up with a sane usecase for that. But yes, okay, will be updating it. Cheers, Hannes -- Dr. Hannes Reinecke Kernel Storage Architect hare@suse.de +49 911 74053 688 SUSE Software Solutions GmbH, Maxfeldstr. 5, 90409 Nürnberg HRB 36809 (AG Nürnberg), Geschäftsführer: Felix Imendörffer