]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Keep track of the number of commands that exhaust their retry limit.
authorimp <imp@FreeBSD.org>
Fri, 19 Jul 2019 18:39:24 +0000 (18:39 +0000)
committerimp <imp@FreeBSD.org>
Fri, 19 Jul 2019 18:39:24 +0000 (18:39 +0000)
commit7f1c5255199753e2b34f3179a95852e22e1bb7e4
treeedfb359d66b9b4ba88cf1ba9f1064773c9b7555a
parent64b34948ed3a7cffa5c525159534f910531380a4
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