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)
Tue, Dec 10, 1:14 AM
Unknown Object (File)
Nov 10 2024, 8:04 PM
Unknown Object (File)
Nov 4 2024, 6:47 AM
Unknown Object (File)
Oct 30 2024, 4:01 AM
Unknown Object (File)
Oct 28 2024, 11:02 AM
Unknown Object (File)
Oct 21 2024, 6:45 PM
Unknown Object (File)
Oct 13 2024, 2:39 AM
Unknown Object (File)
Oct 13 2024, 2:10 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