Skip to content

Conversation

@ikegami-t
Copy link
Contributor

Since incorrectly called nvme_submit_admin_passthru().

nvme.c Outdated
cfg.app_tag_mask);
gettimeofday(&start_time, NULL);
err = nvme_submit_admin_passthru(hdl, &cmd, NULL);
err = nvme_submit_passthru(hdl, NVME_IOCTL_IO_CMD, &cmd, NULL);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to use nvme_submit_io_passthru here.

Since incorrectly called nvme_submit_admin_passthru().

Signed-off-by: Tokunori Ikegami <[email protected]>
Signed-off-by: Daniel Wagner <[email protected]>
@igaw
Copy link
Collaborator

igaw commented Nov 25, 2025

already address by #2981

@igaw igaw closed this Nov 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants