mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-11 20:01:48 +00:00
@ -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();
|
||||||
|
Reference in New Issue
Block a user