freebsd-dev/sys/dev/nvme
Warner Losh 2ffd6fce5b Don't print all the I/O we abort on a reset, unless we're out of
retries.

When resetting the controller, we abort I/O. Prior to this fix, we
printed a ton of abort messages for I/O that we're going to
retry. This imparts no useful information. Stop printing them unless
our retry count is exhausted. Clarify code for when we don't retry,
and remove useless arg to a routine that's always called with it
as 'true'. All the other debug is still printed (including multiple
reset messages if we have multiple timeouts before the taskqueue
runs the actual reset) so that we know when we reset.

Reviewed by: jimharris@, chuck@
Differential Revision: https://reviews.freebsd.org/D19431
2019-03-09 01:18:16 +00:00
..
nvme_ctrlr_cmd.c Make NVMe compatible with the original API 2018-08-22 04:29:24 +00:00
nvme_ctrlr.c Don't print all the I/O we abort on a reset, unless we're out of 2019-03-09 01:18:16 +00:00
nvme_ns_cmd.c Make NVMe compatible with the original API 2018-08-22 04:29:24 +00:00
nvme_ns.c Unconditionally support unmapped BIOs. This was another shim for 2019-02-27 22:16:59 +00:00
nvme_private.h Don't print all the I/O we abort on a reset, unless we're out of 2019-03-09 01:18:16 +00:00
nvme_qpair.c Don't print all the I/O we abort on a reset, unless we're out of 2019-03-09 01:18:16 +00:00
nvme_sim.c Regularize the Netflix copyright 2019-02-04 21:28:25 +00:00
nvme_sysctl.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
nvme_test.c Remove #ifdef code to support FreeBSD versions that haven't been 2019-02-27 22:05:01 +00:00
nvme_util.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
nvme.c Remove do-nothing nvme_modevent. 2018-11-16 16:51:44 +00:00
nvme.h nda(4) fix check for Dataset Management support 2018-12-13 13:25:37 +00:00