Add a sysctl to artificially fail the reset to test the failure to reset
hardware code path.
Details
Details
- Reviewers
mav chs chuck - Commits
- rG9dbff03c3478: nvme: Inject artificial failure on reset
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
It is so specific code debugging case, that I see no much sense to add the tunable for it, rather then just do it once when the code is modified.
Comment Actions
I was rather hoping to have automated testing use this... That's why I opted to submit this for review...
However, I can hold off committing it until that automated testing is in place.