From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752356AbcHLKnt (ORCPT ); Fri, 12 Aug 2016 06:43:49 -0400 Received: from mga02.intel.com ([134.134.136.20]:53911 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751230AbcHLKns (ORCPT ); Fri, 12 Aug 2016 06:43:48 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,510,1464678000"; d="scan'208";a="864269200" Date: Fri, 12 Aug 2016 18:43:33 +0800 From: Fengguang Wu To: Dave Chinner Cc: Ye Xiaolong , Linus Torvalds , LKML , Bob Peterson , LKP , Christoph Hellwig Subject: Re: [xfs] 68a9f5e700: aim7.jobs-per-min -13.6% regression Message-ID: <20160812104333.GA4823@wfg-t540p.sh.intel.com> References: <20160812005442.GN19025@dastard> <20160812022329.GP19025@dastard> <20160812025218.GB975@lst.de> <20160812041622.GR19025@dastard> <20160812060433.GS19025@dastard> <20160812062934.GA17589@yexl-desktop> <20160812085124.GB19354@yexl-desktop> <20160812100208.GA16044@dastard> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20160812100208.GA16044@dastard> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Dave, On Fri, Aug 12, 2016 at 08:02:08PM +1000, Dave Chinner wrote: >On Fri, Aug 12, 2016 at 04:51:24PM +0800, Ye Xiaolong wrote: >> On 08/12, Ye Xiaolong wrote: >> >On 08/12, Dave Chinner wrote: >> >> [snip] >> >> >>lkp-folk: the patch I've just tested it attached below - can you >> >>feed that through your test and see if it fixes the regression? >> >> >> > >> >Hi, Dave >> > >> >I am verifying your fix patch in lkp environment now, will send the >> >result once I get it. >> > >> >> Here is the test result. > >Which says "no change". Oh well, back to the drawing board... > >Can you send me the aim7 config file and command line you are using >for the test? The test scripts can be found here: https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/tree/setup/disk https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/tree/setup/fs https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/tree/tests/aim7 Here are the real commands they executed in this test: modprobe -r brd modprobe brd rd_nr=1 rd_size=50331648 part_show=1 dmsetup remove_all wipefs -a --force /dev/ram0 mkfs -t xfs /dev/ram0 mkdir -p /fs/ram0 mount -t xfs -o nobarrier,inode64 /dev/ram0 /fs/ram0 for file in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor do echo performance > $file done echo "500 32000 128 512" > /proc/sys/kernel/sem cat > workfile < config ( echo ivb44 echo disk_wrt echo 1 echo 3000 echo 2 echo 3000 echo 1 ) | ./multitask -t Thanks, Fengguang