Andreas Kinzler
2013-Jun-07 18:29 UTC
Xen 4.2.2 / fixed vanilla kernel 3.7.10 / GPLPV r956 passes my torture test
Hello, this is to report that Xen 4.2.2 (from Gentoo), a fixed 3.7.10 vanilla kernel and GPLPV r956 has passed my quite intensive torture test. I stopped it after 49 hours. Kernel is vanilla 3.7.10 with the following netback patches applied. core fixes: 2810e5b9 xen-netback: coalesce slots in TX path and fix regressions 03393fd5 xen-netback: don''t disconnect frontend when seeing oversize packet preconditions: 27f85228 xen-netback: remove skb in xen_netbk_alloc_page 35876b5f xen-netback: correctly return errors from netbk_count_requests() 9eaee8be xen-netback: fix sparse warning Test itself is as follows: Have 2 HVMs "win1" and "win2". Each HVM has: * 2 VCPUs * Windows 7 SP1 x64 fully patched, GPLPV r956 * iometer 2006.07.27 * 2 workers with QD 4 each, pattern "all in one". Test runs on (virtual) physical disk * prime95 x64 27.7 build2, In-place large FFTs, Windows affinity set to VCPU1 on "win1" and to VCPU0 on "win2" * apache 2.4.4 for wget test as sender * ActiveState Perl x64, wget 1.14 from https://code.google.com/p/osspack32/downloads/detail?name=wget-1.14.exe * test-via-wget.pl as receiver The mentioned wget test uses wget to recursively download 3376 files in 2101 directories via http (apache server in HVMs, nginx on Linux test driver box). The attached script also hashes the file content of downloaded files to make sure that every bit is transferred correctly. In the whole test setup the script is running in 4 instances (once on every HVM and twice on the test driver box). So I make sure that each HVM is tortured in both send/receive directions. All 3376/2101 objects are on RAM disks in both the HVMs and on the test driver box. I am using OSFMount from PassMark as RAM disk on Windows. Please feel free to use the test-via-wget script for your own testing. @James Harper: you might find the script helpful for your GPLPV tests Regards Andreas _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
James Harper
2013-Jun-08 00:45 UTC
Re: Xen 4.2.2 / fixed vanilla kernel 3.7.10 / GPLPV r956 passes my torture test
> Hello, > > this is to report that Xen 4.2.2 (from Gentoo), a fixed 3.7.10 vanilla kernel and > GPLPV r956 has passed my quite intensive torture test. I stopped it after 49 > hours. >Thanks for the feedback. If you feel like doing some more testing, the latest commit includes a very experimental tmem driver that does write-through caching on the pagefile. The only real testing I''ve done is applying 100+ updates on a brand new 2008R2 install on a DomU with an unrealistically small 384mb of memory assigned, but it did get a reasonable hit rate. I haven''t had a chance to do much more testing than that though. Let me know before you test as the very latest commit has had even less testing and was reporting a tmem error somewhere that I haven''t had a chance to follow up. James
Wei Liu
2013-Jun-08 11:18 UTC
Re: Xen 4.2.2 / fixed vanilla kernel 3.7.10 / GPLPV r956 passes my torture test
On Fri, Jun 07, 2013 at 08:29:13PM +0200, Andreas Kinzler wrote:> Hello, > > this is to report that Xen 4.2.2 (from Gentoo), a fixed 3.7.10 vanilla > kernel and GPLPV r956 has passed my quite intensive torture test. I > stopped it after 49 hours. > > Kernel is vanilla 3.7.10 with the following netback patches applied. > core fixes: > 2810e5b9 xen-netback: coalesce slots in TX path and fix regressions > 03393fd5 xen-netback: don''t disconnect frontend when seeing > oversize packet >I would suggest you apply one more patch to keep the user visible kernel parameter in sync with upstream. 3764149 xen-netback: better names for thresholds And, thanks for the testing. :-) Wei.
Andreas Kinzler
2013-Jun-10 10:44 UTC
Re: Xen 4.2.2 / fixed vanilla kernel 3.7.10 / GPLPV r956 passes my torture test
Hello James,> Thanks for the feedback. If you feel like doing some more testing, the latest > commit includes a very experimental tmem driver that does write-through caching > on the pagefile.Sorry, I don''t have time to test/validate experimental features. I think it would be great if you could introduce some "stable release concept" in GPLPV. I think most users (including me) will find it difficult to identify the latest stable release of GPLPV. My tests always try to validate (as far as this is possible at all) a stable Xen setup. Regards Andreas