[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4FBCA4FB.8050501@linux.vnet.ibm.com>
Date: Wed, 23 May 2012 16:51:07 +0800
From: Xiao Guangrong <xiaoguangrong@...ux.vnet.ibm.com>
To: Avi Kivity <avi@...hat.com>
CC: Marcelo Tosatti <mtosatti@...hat.com>,
LKML <linux-kernel@...r.kernel.org>, KVM <kvm@...r.kernel.org>
Subject: [PATCH v5 0/9] KVM: fast page fault
Changlog:
This are some changes from Marcelo's review:
- drop SPTE_WRITE_PROTECT bit, now, only one bit is needed to do
lockless update.
- always atomicly update spte if it can be updated out of mmu-lock.
- flod the judgement of tlb flush into mmu_spte_update(), make the
code easilyer audited.
Performance result:
- autoest migration test (smp2.Fedora.16.64.migrate.with_autotest.dbench.unix):
before after
smp2.Fedora.16.64.migrate.unix 93 91 +2.1%
smp2.Fedora.16.64.migrate.with_autotest.dbench.unix 218 188 +13.7%
- the benchmark attached is used to measure the resuming time
after dirty-log
before after
Run 10 times, Avg time: 512466818 ns. 269231261 ns +47.5%
Download attachment "migrate-perf.tar.bz2" of type "application/x-bzip" (53906 bytes)
Powered by blists - more mailing lists