Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752779AbbFPFlU (ORCPT ); Tue, 16 Jun 2015 01:41:20 -0400 Received: from mga11.intel.com ([192.55.52.93]:5382 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751559AbbFPFlM (ORCPT ); Tue, 16 Jun 2015 01:41:12 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,623,1427785200"; d="scan'208";a="747392630" Message-ID: <1434433270.18774.203.camel@intel.com> Subject: Re: [lkp] [x86/MSI] 52f518a3a7c: -30.5% netperf.Throughput_tps From: Huang Ying To: Jiang Liu Cc: Thomas Gleixner , LKML , LKP ML Date: Tue, 16 Jun 2015 13:41:10 +0800 In-Reply-To: <557F8559.4040105@linux.intel.com> References: <557E786D.4080906@intel.com> <557F8559.4040105@linux.intel.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1858 Lines: 46 Hi, Gerry, On Tue, 2015-06-16 at 10:09 +0800, Jiang Liu wrote: > On 2015/6/16 1:52, Thomas Gleixner wrote: > > On Mon, 15 Jun 2015, Huang Ying wrote: > > > >> FYI, we noticed the below changes on > >> > >> git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > >> commit 52f518a3a7c2f80551a38d38be28bc9f335e713c ("x86/MSI: Use hierarchical irqdomains to manage MSI interrupts") > >> > > > > I really appreciate this testing effort, but the information provided > > is not really helpful. > > > > I asked this before. Can you pretty please, upload ALL relevant > > information (.config, full dmesg, below stats, /proc/interrupts ...) > > to some place where everyone interested can download them? > > > > Then themail contains a useful link instead of 200k waste of network bandwidth. > > Hi Ying and Thomas, > I guess this report discloses a regression in hierarchy > irqdomain, and which should have been fixed by the patch posted at: > lkml.org/lkml/2015/6/1/80 > The root cause is that, with hierarchy irqdomain enabled, > there are multiple irq_data associated with one irq. And function > irq_move_irq() on x86 uses a wrong copy of irq_data to check > whether there's pending irq migration operation. So all irq migration > /set_affinity operations will get pending for ever. This may > affect network performance due to interrupt load balance issue. > And the patch set posted at > www.gossamer-threads.com/lists/linux/kernel/2185533 > should have solved all such regressions. Thanks for your information. Do you have a git tree for this patchset? Best Regards, Huang, Ying -- 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/