Re: [PATCH 3/3] virtio-net: set the max of queue size to 4096

2022-09-19 Thread Michael S. Tsirkin
same comments as other patches. besides ... On Mon, Sep 19, 2022 at 05:39:15AM -0400, liuhaiwei wrote: > Signed-off-by: liuhaiwei > --- > hw/net/virtio-net.c | 8 > hw/virtio/virtio.c | 2 +- > 2 files changed, 5 insertions(+), 5 deletions(-) coding style violations all over the place

[PATCH 3/3] virtio-net: set the max of queue size to 4096

2022-09-19 Thread liuhaiwei
Signed-off-by: liuhaiwei --- hw/net/virtio-net.c | 8 hw/virtio/virtio.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c index d63ef24e6a..df16995146 100644 --- a/hw/net/virtio-net.c +++ b/hw/net/virtio-net.c @@ -3479,23 +