mbox series

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

Message ID 20230927140016.2317404-1-i.maximets@ovn.org
Headers show
Series virtio: clean up of virtqueue_split_read_next_desc() | expand

Message

Ilya Maximets Sept. 27, 2023, 1:59 p.m. UTC
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(-)

Comments

Stefan Hajnoczi Sept. 27, 2023, 3:38 p.m. UTC | #1
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
>
>