mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 11:50:24 +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.
|
* 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->ring[_avail->idx % _queue_size] = write_result.first_descriptor_idx;
|
||||||
_avail->idx += 1;
|
_avail->idx = _avail->idx + 1;
|
||||||
_avail->flags = Avail::Flags::NO_INTERRUPT;
|
_avail->flags = Avail::Flags::NO_INTERRUPT;
|
||||||
|
|
||||||
wait_for_reply();
|
wait_for_reply();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user