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)
Fri, Jan 17, 11:38 PM
Unknown Object (File)
Fri, Jan 10, 12:29 AM
Unknown Object (File)
Tue, Jan 7, 3:48 AM
Unknown Object (File)
Sun, Jan 5, 8:43 AM
Unknown Object (File)
Dec 10 2024, 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
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