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
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 36881 Build 33770: arc lint + arc unit
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.