We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The source package includes 4 components:
To compile these source code, you need
Enter the driver module directory:
$ cd nvme/native/kernel
Copy the Makefile from a sample driver to current directory:
$ cp /opt/vmware/your-ddk-version/src/partners/samples/sample-driver-name/Makefile Makefile
Edit "VMKAPIDDK_VERSION" in nvme.sc to match your DDK version
$ make
A build directory including the driver vib and other files is generated in the current directory
Enter the nvme-cli directory:
$ cd nvme/native/user/nvme-cli
A build directory including the nvme-cli vib and other files is generated in the current directory
$ cd nvme/native/user/esxcli-nvme-plugin
A build directory including the esxcli plugin vib and other files is generated in the current directory