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)
Sun, Apr 19, 2:10 PM
Unknown Object (File)
Fri, Apr 17, 10:54 PM
Unknown Object (File)
Thu, Apr 16, 4:57 AM
Unknown Object (File)
Tue, Apr 14, 12:07 PM
Unknown Object (File)
Fri, Apr 10, 11:55 PM
Unknown Object (File)
Tue, Apr 7, 10:48 AM
Unknown Object (File)
Sun, Apr 5, 1:37 PM
Unknown Object (File)
Sat, Apr 4, 8:51 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