On Wed, Feb 18, 2009 at 10:08:00PM +1030, Rusty Russell wrote: > > 4) Multiple queues > This is Herbert's. Should be fairly simple to add; it was in the back of my > mind when we started. Not sure whether the queues should be static or > dynamic (imagine direct interguest networking, one queue pair for each other > guest), and how xmit queues would be selected by the guest (anything > anywhere, or dst mac?).
The primary purpose of multiple queues is to maximise CPU utilisation, so the number of queues is simply dependent on the number of CPUs allotted to the guest. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
