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, Oct 2, 5:52 AM
Unknown Object (File)
Sun, Sep 21, 12:49 AM
Unknown Object (File)
Sep 10 2025, 12:15 AM
Unknown Object (File)
Sep 8 2025, 8:27 AM
Unknown Object (File)
Sep 7 2025, 9:37 AM
Unknown Object (File)
Sep 4 2025, 2:36 PM
Unknown Object (File)
Sep 4 2025, 11:16 AM
Unknown Object (File)
Sep 1 2025, 10:14 AM

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