]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Keep track of the number of commands that exhaust their retry limit.
authorWarner Losh <imp@FreeBSD.org>
Fri, 19 Jul 2019 18:39:24 +0000 (18:39 +0000)
committerWarner Losh <imp@FreeBSD.org>
Fri, 19 Jul 2019 18:39:24 +0000 (18:39 +0000)
commit5e83c2ffaadaafa6ad87f209abee70aa2c635b13
treeedfb359d66b9b4ba88cf1ba9f1064773c9b7555a
parentc37fc318c480325d211fd20f79b05ffb6edd42b5
Keep track of the number of commands that exhaust their retry limit.

While we print failure messages on the console, sometimes logs are lost or
overwhelmed. Keeping a count of how many times we've failed retriable commands
helps get a magnitude of the problem.
sys/dev/nvme/nvme_private.h
sys/dev/nvme/nvme_qpair.c
sys/dev/nvme/nvme_sysctl.c