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)
Sun, May 10, 6:33 AM
Unknown Object (File)
Mon, Apr 27, 2:12 PM
Unknown Object (File)
Fri, Apr 24, 11:32 AM
Unknown Object (File)
Fri, Apr 24, 10:38 AM
Unknown Object (File)
Tue, Apr 21, 10:36 AM
Unknown Object (File)
Wed, Apr 15, 11:54 AM
Unknown Object (File)
Apr 12 2026, 5:54 AM
Unknown Object (File)
Apr 11 2026, 1:01 PM
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