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, Aug 13, 9:09 PM
Unknown Object (File)
Thu, Aug 13, 6:52 PM
Unknown Object (File)
Wed, Aug 12, 10:52 PM
Unknown Object (File)
Wed, Aug 12, 11:42 AM
Unknown Object (File)
Tue, Aug 11, 11:52 PM
Unknown Object (File)
Mon, Aug 10, 9:43 PM
Unknown Object (File)
Mon, Aug 10, 8:12 AM
Unknown Object (File)
Sun, Aug 9, 7:46 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 58711
Build 55599: arc lint + arc unit