]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r350147 (by imp): Keep track of the number of commands that exhaust their retry...
authorAlexander Motin <mav@FreeBSD.org>
Mon, 12 Aug 2019 18:55:36 +0000 (18:55 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Mon, 12 Aug 2019 18:55:36 +0000 (18:55 +0000)
commit8ec94f5d1f4b606fc69ae8d499e4149a7917c2e9
treefbaa17073882ea00f4f28fb8aa8c9bb0b9e50fa4
parent06f8639a9693739de85015215d2d6ec8039843e1
MFC r350147 (by imp): 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