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)
Sun, Mar 8, 8:20 AM
Unknown Object (File)
Sun, Mar 8, 8:01 AM
Unknown Object (File)
Thu, Mar 5, 8:32 PM
Unknown Object (File)
Jan 31 2026, 9:01 AM
Unknown Object (File)
Jan 31 2026, 2:30 AM
Unknown Object (File)
Jan 26 2026, 4:14 PM
Unknown Object (File)
Jan 26 2026, 3:40 PM
Unknown Object (File)
Dec 14 2025, 2:32 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 Not Applicable
Unit
Tests Not Applicable