From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8615A1A6828 for ; Sat, 9 May 2026 01:18:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778289494; cv=none; b=vFO6t684kjWLFN8cWWwXuR5D8svOANfuHftNiRVSQ0ewSW7eOuRvKjUOkaZWl9KBcBXIBOneg4Anle4o/psu2n3ut/yYu7EGNbjjg8RgLMU94QgmHgAoim47RqgNyOd4gGr/3W3ohGp5Bl0MXf9lkTIN++J/5gXG4nyy4lbn648= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778289494; c=relaxed/simple; bh=nGj4J+QpMJlpSmjnqYl5LTOGBhNjbPlQ6Cc62dpz53w=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=ADG3oDqsZwUw+vbGxUcpwTkpO8UU407GNA80pWwfMNlMmS8Pw90j9GWMGmYx3cKq0UMWU1lLxkYh4EYWwzVcB/x0YbE2H78prHYAQY8preuL4/294BZwUshHx/AMs1AdILleMF2AebF8dGyPC7V8dr9/Dtzzp1OXcQ9/7DQlZxs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=PgJ95s4W; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="PgJ95s4W" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 36013C2BCB0; Sat, 9 May 2026 01:18:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1778289494; bh=nGj4J+QpMJlpSmjnqYl5LTOGBhNjbPlQ6Cc62dpz53w=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=PgJ95s4Wbn6lhlVSDMo618z+HiOmsc6BnovtkhY/w4PwPXdjYtD4bV/UmrclFNDck W8k/7wce0gWQQ5S+CgA37+MfQgCAVf/4Th+jO8lwCxt4Nw6I81f4X69OcoUPDlOKMR FVPF0/Np4UppbWng77SHO14N3DYaANg9uTPbsE3U= Date: Fri, 8 May 2026 18:18:12 -0700 From: Andrew Morton To: Bharata B Rao Cc: , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH v7 0/7] mm: Hot page tracking and promotion infrastructure Message-Id: <20260508181812.d2ab17b08529f17b330e157c@linux-foundation.org> In-Reply-To: <5110e313-8c1e-4f73-b77f-68d20c2046c8@amd.com> References: <20260504060924.344313-1-bharata@amd.com> <5110e313-8c1e-4f73-b77f-68d20c2046c8@amd.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 5 May 2026 16:11:43 +0530 Bharata B Rao wrote: > On 04-May-26 11:39 AM, Bharata B Rao wrote: > > Results > > ======= > > Posted as replies to this mail thread. > > Graph500 benchmark results: Please include (and maintain) the testing results in the formal changelogs (perhaps in the [0/N], in a condensed summary form). I mean, the entire point of the whole patchset is to improve performance (yes?), so this contribution lives or dies by its performance testing results. The first thing your audience will want to know is "how good is this for our users". So tell us! Up front, within the first paragraphs! The better the results, the more motivated people will be to help get your work upstream.