Page MenuHomeFreeBSD

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

Authored by np on Jul 18 2024, 9:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 6, 3:09 AM
Unknown Object (File)
Thu, Nov 6, 12:39 AM
Unknown Object (File)
Oct 15 2025, 8:10 AM
Unknown Object (File)
Oct 8 2025, 1:56 PM
Unknown Object (File)
Sep 11 2025, 2:28 AM
Unknown Object (File)
Sep 10 2025, 4:48 PM
Unknown Object (File)
Aug 30 2025, 7:09 AM
Unknown Object (File)
Aug 23 2025, 9:55 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