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
F102061223: D46028.diff
Thu, Nov 7, 3:29 AM
Unknown Object (File)
Mon, Nov 4, 10:49 AM
Unknown Object (File)
Tue, Oct 22, 12:54 AM
Unknown Object (File)
Sep 27 2024, 5:52 AM
Unknown Object (File)
Sep 26 2024, 8:58 AM
Unknown Object (File)
Sep 25 2024, 5:50 PM
Unknown Object (File)
Sep 25 2024, 7:18 AM
Unknown Object (File)
Sep 24 2024, 6:38 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