Message ID | 20200129140702.5411-5-dplotnikov@virtuozzo.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Increase default virtqueue size to improve performance | expand |
On 1/29/20 3:07 PM, Denis Plotnikov wrote: > Since, virtio_seg_max_adjust checks not only seg_max, but also > virtqueue_size parameter, let's make the test more general and > add new parameters to be checked there in the future. > > Signed-off-by: Denis Plotnikov <dplotnikov@virtuozzo.com> > --- > .../{virtio_seg_max_adjust.py => virtio_check_params.py} | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename tests/acceptance/{virtio_seg_max_adjust.py => virtio_check_params.py} (100%) Old one... reminds me of https://lore.kernel.org/qemu-devel/20200129212345.20547-1-philmd@redhat.com/ :~( Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
diff --git a/tests/acceptance/virtio_seg_max_adjust.py b/tests/acceptance/virtio_check_params.py
similarity index 100%
rename from tests/acceptance/virtio_seg_max_adjust.py
rename to tests/acceptance/virtio_check_params.py
Since, virtio_seg_max_adjust checks not only seg_max, but also virtqueue_size parameter, let's make the test more general and add new parameters to be checked there in the future. Signed-off-by: Denis Plotnikov <dplotnikov@virtuozzo.com> --- .../{virtio_seg_max_adjust.py => virtio_check_params.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/acceptance/{virtio_seg_max_adjust.py => virtio_check_params.py} (100%)