Page MenuHomeFreeBSD

nvme: Use controller's page size instead of PAGE_SIZE to create qpair
ClosedPublic

Authored by imp on Apr 10 2022, 5:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 7, 5:55 PM
Unknown Object (File)
Sat, Mar 7, 3:39 PM
Unknown Object (File)
Sat, Mar 7, 4:50 AM
Unknown Object (File)
Fri, Mar 6, 9:25 PM
Unknown Object (File)
Mon, Feb 16, 9:13 PM
Unknown Object (File)
Feb 5 2026, 11:24 PM
Unknown Object (File)
Jan 19 2026, 1:15 AM
Unknown Object (File)
Jan 18 2026, 12:29 PM
Subscribers

Details

Summary

When constructing qpair, use the controller's notion of page size rather
than the host's PAGE_SIZE. Currently, these are both 4k, but the arm 16k
page size support requires decoupling.

There's a "hidden" PAGE_SIZE in btoc, so we must change btoc(x) to
howmany(x, ctrlr->page_size) to properly count the number of pages (in
the drive's world view) are needed for various calculations.

Sponsored by: Netflix

Diff Detail

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