[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <53E056C2.9070101@linux.vnet.ibm.com>
Date: Tue, 05 Aug 2014 12:00:02 +0800
From: Xiao Guangrong <xiaoguangrong@...ux.vnet.ibm.com>
To: Sasha Levin <sasha.levin@...cle.com>, gleb@...nel.org,
pbonzini@...hat.com
CC: kvm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] KVM: MMU: Use hashtable for MMU page hash
On 08/05/2014 04:54 AM, Sasha Levin wrote:
> Use the kernel hashtable interface instead of the hlist interface.
> This allows us to eliminate some unneeded code and make the code
> simpler.
The side effect is that the hash function is changed, the current
way is:
gfn & ((1 << KVM_MMU_HASH_SHIFT) - 1);
Guest memory is always continuous and big region, i guess it's better
than the one you introduced.
Anyway, benchmark is needed and always welcome. :)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists