Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752877AbZJ2NZi (ORCPT ); Thu, 29 Oct 2009 09:25:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752330AbZJ2NZi (ORCPT ); Thu, 29 Oct 2009 09:25:38 -0400 Received: from g6t0185.atlanta.hp.com ([15.193.32.62]:1778 "EHLO g6t0185.atlanta.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752244AbZJ2NZh (ORCPT ); Thu, 29 Oct 2009 09:25:37 -0400 Subject: Re: [PATCH] pci: pciehp update the slot bridge res to get big range for pcie devices From: Bjorn Helgaas To: "Eric W. Biederman" Cc: Yinghai Lu , Kenji Kaneshige , Jesse Barnes , "linux-kernel@vger.kernel.org" , "linux-pci@vger.kernel.org" , Alex Chiang , Ivan Kokshaysky In-Reply-To: References: <4ADEB601.8020200@kernel.org> <4AE52B68.3070501@jp.fujitsu.com> <4AE53883.3070709@kernel.org> <4AE5545E.1020900@jp.fujitsu.com> <4AE55D12.30403@kernel.org> <4AE57976.4060107@jp.fujitsu.com> <4AE5E37F.8070707@kernel.org> <4AE5EFDB.2060908@kernel.org> <4AE80170.6030402@jp.fujitsu.com> <4AE88305.8020207@kernel.org> <4AE897B4.9030206@kernel.org> <4AE8A080.1040208@kernel.org> <4AE8BA1D.5030908@kernel.org> <4AE8C4BF.8040306@kernel.org> Content-Type: text/plain Date: Thu, 29 Oct 2009 07:21:48 -0600 Message-Id: <1256822508.30701.41.camel@dc7800.home> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2535 Lines: 53 On Thu, 2009-10-29 at 01:16 -0700, Eric W. Biederman wrote: > Yinghai Lu writes: > > > > after closing look up the code, it looks it will not break your setup. > > > > 1. before the patches: > > a. when master card is inserted, all bridge in that card will get assigned with min_size > > b. when new cards is inserted to those slots in master card, will get assigned in the bridge size. > > > > 2. after the patches: v5 > > a. booted up, all leaf bridge mmio get clearred. > > b. when master card is inserted, all bridge in that card will get assigned with min_size, and master bridge will be sum of them > > c. when new cards is inserted to those slots in master card, will get assigned in the bridge size. > > > > can you check those two patches in your setup to verify it? > > I have a much simpler case I will break, as I tried something similar by accident. > > AMD cpu MCP55 with one pcie port setup as hotplug. > The system only has 2GB of RAM. So plenty of space for pcie devices. > > If the firmware assigns nothing and linux at boot time assigns the pci mmio space: > Reads from the bar of the hotplugged device work > Writes to the bar of the hotplugged device, cause further writes to go to lala land. > > So I had to have the firmware make the assignment, because only it knows the > details of the hidden AMD bar registers for each hypertransport chain etc. Do you mean you had to have firmware program a hot-added device, or just that firmware had to program the apertures of the root port that was present at boot, even though it had no devices below it? Firmware normally supplies ACPI _CRS information that tells us how it programmed the host bridge windows. On x86, Linux normally ignores that and just assumes a range based on memory size. If we paid attention to it (as with "pci=use_crs"), it's likely that we could do a better job of doing this setup. Or, of course, we could add a Linux driver that knows about "the hidden AMD bar registers." But I think that should be a last resort, for when firmware supplied incorrect _CRS information. > I don't see how throwing away the work that the firmware has done in > preallocation is something that we can afford to do in general if what > the firmware has done works for us. > > Eric -- 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/