From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751975AbdJBPpn (ORCPT ); Mon, 2 Oct 2017 11:45:43 -0400 Received: from mga01.intel.com ([192.55.52.88]:16179 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751905AbdJBPpm (ORCPT ); Mon, 2 Oct 2017 11:45:42 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,470,1500966000"; d="scan'208";a="1020692824" Subject: Re: [PATCH] mm, swap: Make VMA based swap readahead configurable To: "Huang, Ying" , Michal Hocko References: <20170926132129.dbtr2mof35x4j4og@dhcp22.suse.cz> <20170927050401.GA715@bbox> <20170927074835.37m4dclmew5ecli2@dhcp22.suse.cz> <20170927080432.GA1160@bbox> <20170927083512.dydqlqezh5polggb@dhcp22.suse.cz> <20170927131511.GA338@bgram> <20170927132241.tshup6kcwe5pcxek@dhcp22.suse.cz> <20170927134117.GB338@bgram> <20170927135034.yatxlhvunawzmcar@dhcp22.suse.cz> <20170927141008.GA1278@bgram> <20170927141723.bixcum3fler7q4w5@dhcp22.suse.cz> <87mv5f8wkj.fsf@yhuang-dev.intel.com> Cc: Minchan Kim , Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Johannes Weiner , Rik van Riel , Shaohua Li , Hugh Dickins , Fengguang Wu , Tim Chen From: Dave Hansen Message-ID: Date: Mon, 2 Oct 2017 08:45:40 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <87mv5f8wkj.fsf@yhuang-dev.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/27/2017 06:02 PM, Huang, Ying wrote: > I still think there may be a performance regression for some users > because of the change of the algorithm and the knobs, and the > performance regression can be resolved via setting the new knob. But I > don't think there will be a functionality regression. Do you agree? A performance regression is a regression. I don't understand why we are splitting hairs as to what kind of regression it is. Are you only willing to fix it if it's a functional regression?