package
0.0.0-20220804224756-ee179563970d
Repository: https://github.com/intel/oim.git
Documentation: pkg.go.dev

# Functions

Finalize frees any resources allocated by Init.
Init connects to SPDK and creates a VHost SCSI controller.
WithSPDKSocket overrides the default env variables and causes Init to connect to an existing daemon, without locking it for exclusive use.
WithVHostSCSI enables the creation of a SCSI controller.

# Variables

SPDK handle connected to the running SPDK.
SPDKPath is the path to the socket of the running SPDK.
VHost controller name.
VHostDev is the BDF string for the SCSI VHost controller.
VHostPath is the vhost socket for the SCSI VHost controller of the running SPDK.

# Type aliases

Option is the argument type for Init.