Page MenuHomeFreeBSD

Make nvd vs nda choice boot-time rather than build-time
ClosedPublic

Authored by imp on Aug 2 2017, 6:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 18 2025, 8:29 AM
Unknown Object (File)
Jan 6 2025, 1:04 PM
Unknown Object (File)
Jan 2 2025, 9:08 PM
Unknown Object (File)
Dec 24 2024, 9:58 PM
Unknown Object (File)
Dec 20 2024, 11:27 AM
Unknown Object (File)
Dec 20 2024, 6:08 AM
Unknown Object (File)
Dec 11 2024, 11:10 PM
Unknown Object (File)
Dec 1 2024, 12:19 PM
Subscribers
None

Details

Summary

Introduce hw.nvme.use_nvd tunable. This tunable allows both nvd and
nda to be installed in the kernel, while allowing only one of them to
create devices. This is an all-or-nothing setting, and you can't
change it after boot-time. However, it will allow easier A/B testing.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Code all looks good. Just a couple of typos.

sys/dev/nvme/nvme_sysctl.c
38 โ†—(On Diff #31485)

NVMe is the typical abbreviation (lower case e).

40 โ†—(On Diff #31485)

deviecs => devices

This revision now requires changes to proceed.Aug 4 2017, 3:25 AM
This revision was automatically updated to reflect the committed changes.