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
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