From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH] x86: add SSE-based copy_page() Date: Tue, 13 Jan 2009 08:34:07 +0000 Message-ID: <496C600F.76E4.0078.0@novell.com> References: <1590c7eb-4c3f-4712-a4ab-c61ce305096e@default> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser , Dexuan Cui , Dan Magenheimer Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org >>> Keir Fraser 13.01.09 09:13 >>> >Seems like unless we dynamically choose the copy routine, we're better = off >without the SSE2 alternative. Shall I revert it then? I'd vote for not reverting it - Xen itself doesn't use copy_page() much, = and whether a domain wants to use MMUEXT_COPY_PAGE could be decided by it based on its own judgement. Ultimately we should improve it as you say to dynamically select the copy method, but then the question really is whether to base the selection on static CPU information, best cold, or best warm cache performance. Jan