Page MenuHomeFreeBSD

mbuf: Allow clusters to fill an entire jumbo page.
ClosedPublic

Authored by des on May 7 2025, 5:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 16, 3:03 AM
Unknown Object (File)
Fri, May 15, 12:45 AM
Unknown Object (File)
Fri, May 15, 12:39 AM
Unknown Object (File)
Tue, May 12, 11:14 AM
Unknown Object (File)
Tue, May 12, 8:01 AM
Unknown Object (File)
Sun, May 3, 6:10 PM
Unknown Object (File)
Sun, May 3, 9:09 AM
Unknown Object (File)
Mon, Apr 27, 10:52 PM

Details

Summary

The assumption that MCLBYTES == MJUMPAGESIZE can only happen if pages
are small is incorrect: it can also happen if MCLSHIFT is adjusted to
increase the size of clusters. Restore the ability to have clusters
fill a jumbo page, while still disallowing them from exceeding them.

MFC after: 1 week
Fixes: 840327e5ddf3, 9c3ad5ba932b
Sponsored by: NetApp, Inc.
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 63997
Build 60881: arc lint + arc unit