Page MenuHomeFreeBSD

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

Authored by np on Jul 18 2024, 9:20 PM.
Tags
None
Referenced Files
F145731026: D46029.id141143.diff
Mon, Feb 23, 5:07 PM
Unknown Object (File)
Mon, Feb 23, 9:34 AM
Unknown Object (File)
Sun, Feb 22, 1:04 AM
Unknown Object (File)
Sun, Feb 22, 1:03 AM
Unknown Object (File)
Sun, Feb 8, 2:45 AM
Unknown Object (File)
Sat, Feb 7, 9:41 PM
Unknown Object (File)
Mon, Feb 2, 1:03 AM
Unknown Object (File)
Fri, Jan 30, 9:45 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