Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754243Ab3I3KDB (ORCPT ); Mon, 30 Sep 2013 06:03:01 -0400 Received: from cantor2.suse.de ([195.135.220.15]:56279 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751840Ab3I3KC6 (ORCPT ); Mon, 30 Sep 2013 06:02:58 -0400 Date: Mon, 30 Sep 2013 11:02:49 +0100 From: Mel Gorman To: Andrew Morton Cc: "Kirill A. Shutemov" , Andrea Arcangeli , Al Viro , Hugh Dickins , Wu Fengguang , Jan Kara , linux-mm@kvack.org, Andi Kleen , Matthew Wilcox , "Kirill A. Shutemov" , Hillf Danton , Dave Hansen , Ning Qu , Alexander Shishkin , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCHv6 00/22] Transparent huge page cache: phase 1, everything but mmap() Message-ID: <20130930100249.GB2425@suse.de> References: <1379937950-8411-1-git-send-email-kirill.shutemov@linux.intel.com> <20130924163740.4bc7db61e3e520798220dc4c@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20130924163740.4bc7db61e3e520798220dc4c@linux-foundation.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1274 Lines: 29 On Tue, Sep 24, 2013 at 04:37:40PM -0700, Andrew Morton wrote: > On Mon, 23 Sep 2013 15:05:28 +0300 "Kirill A. Shutemov" wrote: > > > It brings thp support for ramfs, but without mmap() -- it will be posted > > separately. > > We were never going to do this :( > > Has anyone reviewed these patches much yet? > I am afraid I never looked too closely once I learned that the primary motivation for this was relieving iTLB pressure in a very specific case. AFAIK, this is not a problem in the vast majority of modern CPUs and I found it very hard to be motivated to review the series as a result. I suspected that in many cases that the cost of IO would continue to dominate performance instead of TLB pressure. I also found it unlikely that there was a workload that was tmpfs based that used enough memory to be hurt by TLB pressure. My feedback was that a much more compelling case for the series was needed but this discussion all happened on IRC unfortunately. -- Mel Gorman SUSE Labs -- 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/