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)
Mon, Jan 27, 4:59 PM
Unknown Object (File)
Sat, Jan 25, 12:16 PM
Unknown Object (File)
Fri, Jan 24, 5:27 PM
Unknown Object (File)
Thu, Jan 23, 6:38 PM
Unknown Object (File)
Sat, Jan 18, 4:40 PM
Unknown Object (File)
Mon, Jan 13, 3:35 AM
Unknown Object (File)
Fri, Jan 10, 6:02 PM
Unknown Object (File)
Fri, Jan 10, 5:47 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