[PATCH RFC 4/5] nvme: add sysfs attribute to change IO timeout per nvme controller
Maurizio Lombardi
mlombard at arkamax.eu
Thu Feb 19 09:22:54 PST 2026
On Wed Feb 18, 2026 at 6:54 PM CET, Mohamed Khalfella wrote:
>
> Yeah. I got it now. Thanks for the explanation.
> It would great if there is way to update admin and io tagsets timeout.
Yes, it would be much better.
I think it can be done, the only driver that in some cases sets the tagset
pointer to NULL during reset is nvme-pci, but only after removing all
the namespaces.
So changing the timeout field in the tagset should be doable, the
only problem is avoid racing against nvme_alloc_ns().
I will try to come up with something.
Maurizio
More information about the Linux-nvme
mailing list