Page MenuHomeFreeBSD

nvme: Rename min_page_size to page_size and save mps
ClosedPublic

Authored by imp on Apr 10 2022, 5:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 20, 4:41 AM
Unknown Object (File)
Dec 2 2024, 5:35 AM
Unknown Object (File)
Nov 28 2024, 10:48 AM
Unknown Object (File)
Nov 17 2024, 11:03 PM
Unknown Object (File)
Nov 16 2024, 11:15 AM
Unknown Object (File)
Oct 23 2024, 3:00 PM
Unknown Object (File)
Oct 4 2024, 8:22 PM
Unknown Object (File)
Sep 21 2024, 8:40 PM
Subscribers

Details

Summary

The Memory Page Size sets the basic unit of operation for the drive. We
currently set this to the drive's minimum page size, but we could set it
to any page size the drive supports in the future. Replace min_page_size
(it's now unused for that purpose) with page_size to reflect this and
cache the MPS we want to use. Use NVME_MPS_SHIFT to compute page_size.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable