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

Ilya Maximets posted 2 patches 7 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230927140016.2317404-1-i.maximets@ovn.org
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>
hw/virtio/virtio.c | 20 ++++++++------------
1 file changed, 8 insertions(+), 12 deletions(-)
[PATCH v2 0/2] virtio: clean up of virtqueue_split_read_next_desc()
Posted by Ilya Maximets 7 months, 1 week ago
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
  virtio: remove unused next argument from
    virtqueue_split_read_next_desc()

 hw/virtio/virtio.c | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

-- 
2.41.0
Re: [PATCH v2 0/2] virtio: clean up of virtqueue_split_read_next_desc()
Posted by Stefan Hajnoczi 7 months, 1 week ago
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

On Wed, 27 Sept 2023 at 10:00, Ilya Maximets <i.maximets@ovn.org> 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]
>
>
> Ilya Maximets (2):
>   virtio: remove unnecessary thread fence while reading next descriptor
>   virtio: remove unused next argument from
>     virtqueue_split_read_next_desc()
>
>  hw/virtio/virtio.c | 20 ++++++++------------
>  1 file changed, 8 insertions(+), 12 deletions(-)
>
> --
> 2.41.0
>
>