[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen-mapcache: Fix the bug when overlapping emulated DMA operations may cause inconsistency in guest memory mappings
On Thu, 20 Jul 2017, Alexey G wrote: > On Wed, 19 Jul 2017 11:00:26 -0700 (PDT) > Stefano Stabellini <sstabellini@xxxxxxxxxx> wrote: > > > My expectation is that unlocked mappings are much more frequent than > > locked mappings. Also, I expect that only very rarely we'll be able to > > reuse locked mappings. Over the course of a VM lifetime, it seems to me > > that walking the list every time would cost more than it would benefit. > > > > These are only "expectations", I would love to see numbers. Numbers make > > for better decisions :-) Would you be up for gathering some of these > > numbers? Such as how many times you get to reuse locked mappings and how > > many times we walk items on the list fruitlessly? > > > > Otherwise, would you be up for just testing the modified version of the > > patch I sent to verify that solves the bug? > > Numbers will show that there is a one single entry in the bucket's list > most of the time. :) Even two entries are rare encounters, typically to be > seen only when guest performs some intensive I/O. OK, I'll collect some real > stats for different scenarios, these are interesting numbers, might come > useful for later optimizations. > > The approach your proposed is good, but it allows reusing of suitable > locked entries only when they come first in list (an existing behavior). > But we can actually reuse a locked entry which may come next (if any) in > the list as well. When we have the situation when lock=0 entry comes first > in the list and lock=1 entry is the second -- there is a chance the first > entry was a 2MB-type (must be some reason why 2nd entry was added to the > list), so picking it for a lock0-request might result in > xen_remap_bucket... which should be avoided. Anyway, there is no big deal > which approach is better as these situations are uncommon. After all, > mostly it's just a single entry in the bucket's list. Given that QEMU is about to release and I have to send a pull request with another fix now, I am going to also send my version of the fix right away (keeping you as main author of course). However, I am more than happy to change the behavior of the algorithm in the future if the numbers show that your version is better. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |