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, Aug 17, 1:12 AM
Unknown Object (File)
Sun, Aug 16, 8:42 PM
Unknown Object (File)
Sun, Aug 16, 8:06 PM
Unknown Object (File)
Sun, Aug 16, 7:30 PM
Unknown Object (File)
Sat, Aug 15, 8:28 PM
Unknown Object (File)
Fri, Aug 14, 6:57 PM
Unknown Object (File)
Thu, Aug 13, 12:43 AM
Unknown Object (File)
Wed, Aug 12, 11:18 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