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)
Thu, Aug 21, 9:36 AM
Unknown Object (File)
Sat, Aug 9, 11:30 PM
Unknown Object (File)
Sat, Aug 9, 11:12 PM
Unknown Object (File)
Fri, Aug 8, 10:50 AM
Unknown Object (File)
Sun, Aug 3, 4:51 PM
Unknown Object (File)
Jul 20 2025, 5:46 AM
Unknown Object (File)
Jul 20 2025, 3:20 AM
Unknown Object (File)
Jul 7 2025, 12:35 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