mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +00:00
parent
b60190a73c
commit
97b015b8c7
@ -518,7 +518,7 @@ class Virtio::Queue
|
||||
* Only the first descritor in the chain needs to be pushed to the available ring.
|
||||
*/
|
||||
_avail->ring[_avail->idx % _queue_size] = write_result.first_descriptor_idx;
|
||||
_avail->idx += 1;
|
||||
_avail->idx = _avail->idx + 1;
|
||||
_avail->flags = Avail::Flags::NO_INTERRUPT;
|
||||
|
||||
wait_for_reply();
|
||||
|
Loading…
x
Reference in New Issue
Block a user