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)
Mon, Jul 7, 12:35 PM
Unknown Object (File)
Mon, Jul 7, 3:31 AM
Unknown Object (File)
Sat, Jul 5, 6:17 PM
Unknown Object (File)
Sat, Jul 5, 8:35 AM
Unknown Object (File)
Fri, Jul 4, 1:22 PM
Unknown Object (File)
Thu, Jul 3, 8:28 AM
Unknown Object (File)
Wed, Jul 2, 6:33 AM
Unknown Object (File)
Tue, Jul 1, 5:58 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