Page MenuHomeFreeBSD

ctl: Update some core data paths to be protocol agnostic
ClosedPublic

Authored by jhb on Apr 18 2024, 5:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 25, 7:42 PM
Unknown Object (File)
Mon, Nov 25, 7:42 PM
Unknown Object (File)
Mon, Nov 25, 7:41 PM
Unknown Object (File)
Nov 24 2024, 3:41 PM
Unknown Object (File)
Nov 23 2024, 11:24 AM
Unknown Object (File)
Nov 23 2024, 11:21 AM
Unknown Object (File)
Nov 20 2024, 9:09 AM
Unknown Object (File)
Nov 17 2024, 10:22 PM
Subscribers
None

Details

Summary
  • Add wrapper routines for invoking the be_move_done and io_continue callbacks in SCSI and NVMe I/O requests.
  • Use wrapper routines for access to shared fields between SCSI and NVMe I/O requests.
  • ctl_config_write_done is not fully updated since it resubmits SCSI commands via ctl_scsiio. This will be completed in a subsequent commit when ctl_nvmeio is added.

Sponsored by: Chelsio Communications

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable