From: Rusty Russell Date: Tue, 29 Jul 2008 14:58:37 +0000 (-0500) Subject: lguest: Enlarge virtio rings X-Git-Tag: v2.6.27-rc1~1^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f0c4fab8284f3b886b2e1e0e317e3bb8de176b3;p=pandora-kernel.git lguest: Enlarge virtio rings With big packets, 128 entries is a little small. Guest -> Host 1GB TCP: Before: 8.43625 seconds xmit 95640 recv 198266 timeout 49771 usec 1252 After: 8.01099 seconds xmit 49200 recv 102263 timeout 26014 usec 2118 Signed-off-by: Rusty Russell --- Reading git-diff-tree failed