From: Igor Mammedov <imammedo@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org
Subject: Re: [PATCH 0/5] kvm: memslots lookup optimization
Date: Tue, 2 Dec 2014 08:57:21 +0100 [thread overview]
Message-ID: <20141202085721.2c328a40@nial.usersys.redhat.com> (raw)
In-Reply-To: <547CA79A.10206@redhat.com>
On Mon, 01 Dec 2014 18:38:34 +0100
Paolo Bonzini <pbonzini@redhat.com> wrote:
>
>
> On 01/12/2014 18:29, Igor Mammedov wrote:
> > Series speed-ups GFN to memslot lookup time by:
> > * introducing LRU cache, which improves looukup time for
> > same slot workload (typically boot time of Windows and Linux guest)
> > * switching to binary search for GFN to memslot lookup,
> > improving lookup time with large amount of memory slots
> >
> > Igor Mammedov (5):
> > kvm: update_memslots: drop not needed check for the same number of
> > pages
> > kvm: update_memslots: drop not needed check for the same slot
> > kvm: search_memslots: add simple LRU memslot caching
> > kvm: change memslot sorting rule from size to GFN
> > kvm: optimize GFN to memslot lookup with large slots amount
> >
> > include/linux/kvm_host.h | 28 +++++++++++++++++++++++-----
> > virt/kvm/kvm_main.c | 46 ++++++++++++++++++++++++++--------------------
> > 2 files changed, 49 insertions(+), 25 deletions(-)
> >
>
> Applied patches 1-3 for now, I'm not in the mood for proving that the
> binary search is correct. :)
Following write up could help with improving a proving mood :)
http://community.topcoder.com/tc?module=Static&d1=tutorials&d2=binarySearch
>
> Paolo
next prev parent reply other threads:[~2014-12-02 7:59 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-01 17:29 Igor Mammedov
2014-12-01 17:29 ` [PATCH 1/5] kvm: update_memslots: drop not needed check for the same number of pages Igor Mammedov
2014-12-01 17:29 ` [PATCH 2/5] kvm: update_memslots: drop not needed check for the same slot Igor Mammedov
2014-12-01 17:29 ` [PATCH 3/5] kvm: search_memslots: add simple LRU memslot caching Igor Mammedov
2014-12-01 17:29 ` [PATCH 4/5] kvm: change memslot sorting rule from size to GFN Igor Mammedov
2014-12-01 17:29 ` [PATCH 5/5] kvm: optimize GFN to memslot lookup with large slots amount Igor Mammedov
2014-12-02 17:33 ` Radim Krčmář
2014-12-02 18:45 ` Paolo Bonzini
2014-12-02 21:03 ` Radim Krčmář
2014-12-01 17:38 ` [PATCH 0/5] kvm: memslots lookup optimization Paolo Bonzini
2014-12-02 7:57 ` Igor Mammedov [this message]
2014-12-02 13:24 ` Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141202085721.2c328a40@nial.usersys.redhat.com \
--to=imammedo@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pbonzini@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®