[SeaBIOS] Re: [PING: PATCH v1] virtio: extend virtio queue size to 256

2019-11-13 Thread Denis Plotnikov
Thanks! Denis On 12.11.2019 12:36, Gerd Hoffmann wrote: >Hi, > >> -#define MAX_QUEUE_NUM (128) >> +#define MAX_QUEUE_NUM (256) > Committed to master (a while ago already, probably forgot to reply, > sorry ...) > > cheers, >Gerd > ___

[SeaBIOS] [PATCH v1--annotate] virtio: extend virtio queue size to 256

2019-11-13 Thread Denis Plotnikov
fected with this kind of the performance bug. Signed-off-by: Denis Plotnikov --- src/hw/virtio-ring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hw/virtio-ring.h b/src/hw/virtio-ring.h index 8604a01..dccc50d 100644 --- a/src/hw/virtio-ring.h +++ b/src/hw/virtio-ring.h @@ -2

[SeaBIOS] [PING: PATCH v1] virtio: extend virtio queue size to 256

2019-11-13 Thread Denis Plotnikov
fected with this kind of the performance bug. Signed-off-by: Denis Plotnikov --- src/hw/virtio-ring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hw/virtio-ring.h b/src/hw/virtio-ring.h index 8604a01..dccc50d 100644 --- a/src/hw/virtio-ring.h +++ b/src/hw/virtio-ring.h @@ -2

[SeaBIOS] [PATCH v1] virtio: extend virtio queue size to 256

2019-10-21 Thread Denis Plotnikov
fected with this kind of the performance bug. Signed-off-by: Denis Plotnikov --- src/hw/virtio-ring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hw/virtio-ring.h b/src/hw/virtio-ring.h index 8604a01..dccc50d 100644 --- a/src/hw/virtio-ring.h +++ b/src/hw/virtio-ring.h @@ -2

[SeaBIOS] [PATCH] virtio: extend virtio queue size to 256

2019-10-03 Thread Denis Plotnikov
ernels. Windows kernels don't have such a restriction. To increse seg_max and not to break the restriction, one can increase the virtqueue size to 256 and seg_max to 254. To do that, seabios support of 256 virtqueue size is needed. Signed-off-by: Denis Plotnikov --- src/hw/virtio-ring.h | 2 +-