Prev: [PATCH] iommu: inline iommu_num_pages
Next: kvm cleanup: Introduce sibling_pte and do cleanup for reverse map and parent_pte
From: Pavel Machek on 3 Aug 2010 03:00 On Wed 2010-06-02 22:18:59, Nigel Cunningham wrote: > Hi all. > > Here is my current patch queue. > > Taken together, the patches implement the separation of low level > block i/o into a separate file, switch from using swap_map_pages > to extents stores prior to the 'header' page and implement fully > asynchronous (rather than batched I/O). I have only run it under > VMware so far, but would estimate a doubling in speed due to the > async i/o. Do you have any numbers from real hw? Could similar speedup be accomplished by just increasing the batch size? Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Nigel Cunningham on 3 Aug 2010 03:10
Hi. On 03/08/10 16:55, Pavel Machek wrote: > On Wed 2010-06-02 22:18:59, Nigel Cunningham wrote: >> Hi all. >> >> Here is my current patch queue. >> >> Taken together, the patches implement the separation of low level >> block i/o into a separate file, switch from using swap_map_pages >> to extents stores prior to the 'header' page and implement fully >> asynchronous (rather than batched I/O). I have only run it under >> VMware so far, but would estimate a doubling in speed due to the >> async i/o. > > Do you have any numbers from real hw? Could similar speedup be > accomplished by just increasing the batch size? Yeah. I've been thinking I should really prepend a patch that lets you get the stats post-resume - unless you guys have some trick to enable you to read them that I haven't noticed yet :) Nigel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |