Page MenuHomeFreeBSD

cxgbe(4): Make no assumptions about the start and size of the L2T table.
ClosedPublic

Authored by np on Jul 18 2024, 8:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 26, 6:50 PM
Unknown Object (File)
Wed, Mar 26, 4:13 PM
Unknown Object (File)
Mar 15 2025, 11:00 AM
Unknown Object (File)
Feb 19 2025, 8:55 PM
Unknown Object (File)
Feb 19 2025, 8:32 PM
Unknown Object (File)
Feb 18 2025, 5:48 AM
Unknown Object (File)
Feb 18 2025, 3:46 AM
Unknown Object (File)
Jan 27 2025, 4:59 PM
Subscribers

Details

Summary

Do not assume that the table starts at index 0 and is typically 4K in
size. The only thing the driver needs to verify is that its use of
F_SYNC_WR doesn't collide with the L2T hwidx range.

Diff Detail

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