You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dnvme ignores the command ID passed in the ASQ.
This is due to the following line in dnvme_ioctls.c, driver_send_64b()
nvme_gen_cmd->command_id = user_data->unique_id;
Comment out this line, and the correct command id will be returned in the ACQ
The text was updated successfully, but these errors were encountered:
ReddyKilowatt
changed the title
dnvme ignores the command ID passed in the ASQ, regardless of the command id in the submission queue
dnvme ignores the command ID passed in the ASQ
Nov 9, 2015
dnvme ignores the command ID passed in the ASQ.
This is due to the following line in dnvme_ioctls.c, driver_send_64b()
nvme_gen_cmd->command_id = user_data->unique_id;
Comment out this line, and the correct command id will be returned in the ACQ
The text was updated successfully, but these errors were encountered: