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)
Thu, Jun 4, 9:05 AM
Unknown Object (File)
Thu, Jun 4, 12:30 AM
Unknown Object (File)
Wed, Jun 3, 9:00 PM
Unknown Object (File)
Wed, Jun 3, 8:58 PM
Unknown Object (File)
Wed, Jun 3, 6:22 PM
Unknown Object (File)
Sun, May 31, 11:43 AM
Unknown Object (File)
Fri, May 29, 6:56 PM
Unknown Object (File)
Fri, May 29, 4:31 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