Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755648Ab2BXDYu (ORCPT ); Thu, 23 Feb 2012 22:24:50 -0500 Received: from rcsinet15.oracle.com ([148.87.113.117]:32324 "EHLO rcsinet15.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755170Ab2BXDYE (ORCPT ); Thu, 23 Feb 2012 22:24:04 -0500 From: Yinghai Lu To: Jesse Barnes Cc: Ram Pai , Dominik Brodowski , Linus Torvalds , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Yinghai Lu Subject: [PATCH -v4 0/4] PCI : bridge resource reallocation patchset -- followup Date: Thu, 23 Feb 2012 19:23:28 -0800 Message-Id: <1330053812-10316-1-git-send-email-yinghai@kernel.org> X-Mailer: git-send-email 1.7.7 X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-CT-RefId: str=0001.0A090202.4F4702CD.0015,ss=1,re=0.000,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1283 Lines: 34 e084882: PCI: only enable pci realloc when SRIOV bar is not assigned 22f7543: PCI: print out suggestion about using pci=realloc c81bbda: PCI: Make pci bridge reallocating enabled/disabled b1b520d: PCI: Retry on type IORESOURCE_IO allocation. are left over after Jesse pickup more of them. it will try to auto detect if need to use pci=realloc, and print out suggestion. could get from git://git.kernel.org/pub/scm/linux/kernel/git/yinghai/linux-yinghai.git for-pci-next -v3: Resend according to Jesse. Update ack and etc. last one add CONFIG_PCI_REALLOC_ENABLE_DETECT according to Jesse. -v4: left over that need refreshing against pci/linux-next... resending accoring to Jesse. Thanks Yinghai Documentation/kernel-parameters.txt | 9 +++- drivers/pci/Kconfig | 10 +++++ drivers/pci/pci.c | 4 +- drivers/pci/pci.h | 2 +- drivers/pci/setup-bus.c | 75 +++++++++++++++++++++++++++-------- 5 files changed, 79 insertions(+), 21 deletions(-) -- 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/