Page MenuHomeFreeBSD

cxgbe(4): Changes to ULD list management.
ClosedPublic

Authored by np on Jul 18 2024, 9:20 PM.
Tags
None
Referenced Files
F151527980: D46029.id.diff
Thu, Apr 9, 1:03 AM
Unknown Object (File)
Tue, Mar 17, 8:58 AM
Unknown Object (File)
Sat, Mar 14, 9:33 PM
Unknown Object (File)
Mar 5 2026, 3:08 AM
Unknown Object (File)
Feb 23 2026, 5:07 PM
Unknown Object (File)
Feb 23 2026, 9:34 AM
Unknown Object (File)
Feb 22 2026, 1:04 AM
Unknown Object (File)
Feb 22 2026, 1:03 AM
Subscribers

Details

Summary
  • Convert t4_uld_list to an array. There will be at most 3 items in the list and it's simpler to track them in an array with a fixed slot for each ULD.
  • There is no need to refcount ULDs so stop doing that.
  • Add uld_ prefix to all members of uld_info.
  • Rename async_event to uld_stop to match its actual purpose. Call it for all ULDs and not just ULD_IWARP.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable