mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
nvme_drv: only wait for first admin cmd
Leave the loop if we processed the cmd we were looking for. That should fix the delay users notice in Sculpt when NVMe is used. Issue #3369.
This commit is contained in:
parent
1daf179db9
commit
a2abc13425
@ -817,6 +817,7 @@ struct Nvme::Controller : public Genode::Attached_mmio
|
||||
success = true;
|
||||
|
||||
write<Admin_cdb::Cqh>(_admin_cq.head);
|
||||
break;
|
||||
}
|
||||
|
||||
return success;
|
||||
|
Loading…
x
Reference in New Issue
Block a user