[PATCH v5 0/2] virtio: make seg_max virtqueue size dependent

Denis Plotnikov posted 2 patches 4 years, 4 months ago
Test asan failed
Test checkpatch failed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test docker-clang@ubuntu failed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191220140443.1399-1-dplotnikov@virtuozzo.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Max Reitz <mreitz@redhat.com>, Fam Zheng <fam@euphon.net>, Eduardo Habkost <ehabkost@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>
There is a newer version of this series
hw/block/virtio-blk.c                     |   9 +-
hw/core/machine.c                         |   3 +
hw/scsi/vhost-scsi.c                      |   2 +
hw/scsi/virtio-scsi.c                     |  10 +-
include/hw/virtio/virtio-blk.h            |   1 +
include/hw/virtio/virtio-scsi.h           |   1 +
tests/acceptance/virtio_seg_max_adjust.py | 134 ++++++++++++++++++++++
7 files changed, 158 insertions(+), 2 deletions(-)
create mode 100755 tests/acceptance/virtio_seg_max_adjust.py
[PATCH v5 0/2] virtio: make seg_max virtqueue size dependent
Posted by Denis Plotnikov 4 years, 4 months ago
v5:
  * rebased on the recent master [MST]
  * NOTE: the test doesn't pass because 5.0 machine type use 4.2 compat
          instead of it's own or no compat at all. The test will pass
          once the new 5.0 compat is used. 

v4:
  * rebased on 4.2 [MST]

v3:
  * add property to set in machine type [MST]
  * add min queue size check [Stefan]
  * add avocado based test [Max, Stefan, Eduardo, Cleber]

v2:
  * the standalone patch to make seg_max virtqueue size dependent
  * other patches are postponed

v1:
  the initial series

Denis Plotnikov (2):
  virtio: make seg_max virtqueue size dependent
  tests: add virtio-scsi and virtio-blk seg_max_adjust test

 hw/block/virtio-blk.c                     |   9 +-
 hw/core/machine.c                         |   3 +
 hw/scsi/vhost-scsi.c                      |   2 +
 hw/scsi/virtio-scsi.c                     |  10 +-
 include/hw/virtio/virtio-blk.h            |   1 +
 include/hw/virtio/virtio-scsi.h           |   1 +
 tests/acceptance/virtio_seg_max_adjust.py | 134 ++++++++++++++++++++++
 7 files changed, 158 insertions(+), 2 deletions(-)
 create mode 100755 tests/acceptance/virtio_seg_max_adjust.py

-- 
2.17.0


Re: [PATCH v5 0/2] virtio: make seg_max virtqueue size dependent
Posted by Denis Plotnikov 4 years, 4 months ago
PLEASE, IGNORE THIS PATCH SET

On 20.12.2019 17:04, Denis Plotnikov wrote:
> v5:
>    * rebased on the recent master [MST]
>    * NOTE: the test doesn't pass because 5.0 machine type use 4.2 compat
>            instead of it's own or no compat at all. The test will pass
>            once the new 5.0 compat is used.
>
> v4:
>    * rebased on 4.2 [MST]
>
> v3:
>    * add property to set in machine type [MST]
>    * add min queue size check [Stefan]
>    * add avocado based test [Max, Stefan, Eduardo, Cleber]
>
> v2:
>    * the standalone patch to make seg_max virtqueue size dependent
>    * other patches are postponed
>
> v1:
>    the initial series
>
> Denis Plotnikov (2):
>    virtio: make seg_max virtqueue size dependent
>    tests: add virtio-scsi and virtio-blk seg_max_adjust test
>
>   hw/block/virtio-blk.c                     |   9 +-
>   hw/core/machine.c                         |   3 +
>   hw/scsi/vhost-scsi.c                      |   2 +
>   hw/scsi/virtio-scsi.c                     |  10 +-
>   include/hw/virtio/virtio-blk.h            |   1 +
>   include/hw/virtio/virtio-scsi.h           |   1 +
>   tests/acceptance/virtio_seg_max_adjust.py | 134 ++++++++++++++++++++++
>   7 files changed, 158 insertions(+), 2 deletions(-)
>   create mode 100755 tests/acceptance/virtio_seg_max_adjust.py
>