-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
I am running the cuda benchmark from your codebase, with the following output for the controller and command line configuration:
Controller page size : 4096 B
Namespace block size : 4096 B
Number of threads : 1
Chunks per thread : 1
Pages per chunk : 5
Total number of pages : 5
Total number of blocks: 5
Double buffering : no
The problem is the thread never finishes polling for the first chunk. So I exit out, reload the regular nvme driver and check the device's error log.
When I check the device's error log, I see the following entry for each time I try to run the benchmark:
sqid : 1
cmdid : 0
status_field : 0x4016(INVALID_NS)
parm_err_loc : 0xffff
lba : 0
nsid : 0x1
vs : 0
The nvme ssd has only 1 namespace (NSID: 1) and its the one being used for all commands in the codebase. So what could be the issue? Any help in this matter will be appreciated.