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, Oct 9, 7:57 AM
Unknown Object (File)
Thu, Oct 2, 4:36 PM
Unknown Object (File)
Mon, Sep 29, 11:38 PM
Unknown Object (File)
Fri, Sep 19, 7:43 AM
Unknown Object (File)
Mon, Sep 15, 9:01 AM
Unknown Object (File)
Sep 14 2025, 6:56 AM
Unknown Object (File)
Sep 13 2025, 12:12 PM
Unknown Object (File)
Sep 5 2025, 4:24 AM
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