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)
Tue, Sep 16, 12:25 AM
Unknown Object (File)
Jul 28 2025, 2:49 PM
Unknown Object (File)
Jul 28 2025, 11:26 AM
Unknown Object (File)
Jul 28 2025, 10:05 AM
Unknown Object (File)
Jul 27 2025, 11:28 PM
Unknown Object (File)
Jun 18 2025, 3:42 PM
Unknown Object (File)
Jun 15 2025, 11:15 PM
Unknown Object (File)
Jun 7 2025, 7:57 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 Not Applicable
Unit
Tests Not Applicable