Re: [PATCH v2 0/2] virtio: clean up of virtqueue_split_read_next_desc()

2023-09-27 Thread Stefan Hajnoczi
Reviewed-by: Stefan Hajnoczi On Wed, 27 Sept 2023 at 10:00, Ilya Maximets wrote: > > > Version 2: > - Converted into a patch set adding a new patch that removes the > 'next' argument. [Stefan] > - Completely removing the barrier instead of changing into compiler > barrier. [Stefan]

[PATCH v2 0/2] virtio: clean up of virtqueue_split_read_next_desc()

2023-09-27 Thread Ilya Maximets
Version 2: - Converted into a patch set adding a new patch that removes the 'next' argument. [Stefan] - Completely removing the barrier instead of changing into compiler barrier. [Stefan] Ilya Maximets (2): virtio: remove unnecessary thread fence while reading next descriptor