[PATCH v2 1/2] nvme-tcp: short-circuit reconnect retries
Christoph Hellwig
hch at lst.de
Tue Mar 5 05:49:30 PST 2024
> + bool recon = status > 0 && (status & NVME_SC_DNR) ? false : true;
This is screaming for a (well-documented) helper.
More information about the Linux-nvme
mailing list