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, Feb 9, 6:28 PM
Unknown Object (File)
Tue, Feb 4, 7:03 AM
Unknown Object (File)
Sun, Jan 26, 12:12 PM
Unknown Object (File)
Fri, Jan 17, 11:38 PM
Unknown Object (File)
Jan 10 2025, 12:29 AM
Unknown Object (File)
Jan 7 2025, 3:48 AM
Unknown Object (File)
Jan 5 2025, 8:43 AM
Unknown Object (File)
Dec 10 2024, 1:14 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