From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754562AbdC1WOD (ORCPT ); Tue, 28 Mar 2017 18:14:03 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44096 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752147AbdC1WOB (ORCPT ); Tue, 28 Mar 2017 18:14:01 -0400 Date: Tue, 28 Mar 2017 15:13:58 -0700 From: Andrew Morton To: "Huang, Ying" Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Hugh Dickins , Shaohua Li , Minchan Kim , Rik van Riel , Andrea Arcangeli , "Kirill A . Shutemov" , Vladimir Davydov , Johannes Weiner , Michal Hocko Subject: Re: [PATCH -mm -v7 0/9] THP swap: Delay splitting THP during swapping out Message-Id: <20170328151358.80a14e40d1a431084bc27db4@linux-foundation.org> In-Reply-To: <20170328053209.25876-1-ying.huang@intel.com> References: <20170328053209.25876-1-ying.huang@intel.com> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 28 Mar 2017 13:32:00 +0800 "Huang, Ying" wrote: > Hi, Andrew, could you help me to check whether the overall design is > reasonable? > > Hi, Hugh, Shaohua, Minchan and Rik, could you help me to review the > swap part of the patchset? Especially [1/9], [3/9], [4/9], [5/9], > [6/9], [9/9]. > > Hi, Andrea could you help me to review the THP part of the patchset? > Especially [2/9], [7/9] and [8/9]. > > Hi, Johannes, Michal and Vladimir, I am not very confident about the > memory cgroup part, especially [2/9]. Could you help me to review it? > > And for all, Any comment is welcome! > > > Recently, the performance of the storage devices improved so fast that > we cannot saturate the disk bandwidth with single logical CPU when do > page swap out even on a high-end server machine. Because the > performance of the storage device improved faster than that of single > logical CPU. And it seems that the trend will not change in the near > future. On the other hand, the THP becomes more and more popular > because of increased memory size. So it becomes necessary to optimize > THP swap performance. I'll merge this patchset for testing purposes, but I don't believe that it has yet had sufficient review. And thanks for drawing our attention to those parts where you believe close review is needed - that helps.