qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/5] virtio: increase VIRITO_QUEUE_MAX to 513


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 2/5] virtio: increase VIRITO_QUEUE_MAX to 513
Date: Fri, 6 Feb 2015 16:21:39 +0000
User-agent: Mutt/1.5.23 (2014-03-12)

On Fri, Feb 06, 2015 at 03:54:10PM +0800, Jason Wang wrote:

Subject has a typo s/VIRITIO/VIRTIO/

> Recent linux kernel supports up to 256 tap queues. Increase the limit
> to 513 (256 * 2 + 1(ctrl vq)).

For other reviewers:
sizeof(VirtQueue) on x86_64 is 88 bytes.  We waste memory but it's only
on the order of 40 KB so I think this is okay.

Attachment: pgpLbWwi_XP9g.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]