Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757889AbbEVVoI (ORCPT ); Fri, 22 May 2015 17:44:08 -0400 Received: from cantor2.suse.de ([195.135.220.15]:60515 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757136AbbEVVoD (ORCPT ); Fri, 22 May 2015 17:44:03 -0400 Message-ID: <1432331020.2185.8.camel@stgolabs.net> Subject: Re: [PATCH] mm: meminit: Finish initialisation of struct pages before basic setup From: Davidlohr Bueso To: Waiman Long Cc: Mel Gorman , Daniel J Blueman , Andrew Morton , nzimmer , Dave Hansen , Scott Norton , Linux-MM , LKML , Steffen Persvold Date: Fri, 22 May 2015 14:43:40 -0700 In-Reply-To: <555F6404.4010905@hp.com> References: <1431597783.26797.1@cpanel21.proisp.no> <1432276201.11133.1@cpanel21.proisp.no> <20150522093313.GZ2462@suse.de> <555F6404.4010905@hp.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 899 Lines: 20 On Fri, 2015-05-22 at 13:14 -0400, Waiman Long wrote: > I think the non-temporal patch benefits mainly AMD systems. I have tried > the patch on both DragonHawk and it actually made it boot up a little > bit slower. I think the Intel optimized "rep stosb" instruction (used in > memset) is performing well. I had done similar test on zero page code > and the performance gain was non-conclusive. fwiw I did some experiments with similar conclusions a while ago (inconclusive with intel hw, maybe it was even the same machine ;) Now, this was for optimizing clear_hugepage by using movnti, but I never got to run it on an AMD box. Thanks, Davidlohr -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/