On Fri, Apr 29 2022, Jason Wang <jasowang@xxxxxxxxxx> wrote:
On Thu, Apr 28, 2022 at 5:13 PM Cornelia Huck <cohuck@xxxxxxxxxx> wrote:Maybe "all memory operations on the queue"?
On Mon, Apr 25 2022, Jason Wang <jasowang@xxxxxxxxxx> wrote:Any writes before synchronize_cbs(). Is something like the following better?
This patch introduces new virtio config op to vringWhich kind of writes? I.e., what is the scope?
callbacks. Transport specific method is required to make sure the
write before this function is visible to the vring_interrupt() that is
The function guarantees that all memory operations before it are
visible to the vring_interrupt() that is called after it.