From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp1040.oracle.com ([156.151.31.81]:21040 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752757AbbC1DWM (ORCPT ); Fri, 27 Mar 2015 23:22:12 -0400 Message-ID: <55161E5E.4040609@oracle.com> Date: Fri, 27 Mar 2015 21:22:06 -0600 From: David Ahern MIME-Version: 1.0 To: Yinghai Lu CC: Bjorn Helgaas , "linux-pci@vger.kernel.org" , "sparclinux@vger.kernel.org" , LKML Subject: Re: d63e2e1f3df breaks sparc/T5-8 References: <5514391F.2030300@oracle.com> <551495EE.20201@oracle.com> <5515F6B8.8020606@oracle.com> <5515F782.7060301@oracle.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Sender: linux-pci-owner@vger.kernel.org List-ID: On 3/27/15 9:19 PM, Yinghai Lu wrote: > Good. But we still have annoying warning about "no compatible window". > > Please try attached patch that support 64bit pci mem space for sparc. in place of or on top of the previous patch? > > BTW, looks like you still do not have CONFIG_PCI_DEBUG=y in your .config. > otherwise we should more verbose print out. # zcat /proc/config.gz | grep PCI_DEBUG CONFIG_PCI_DEBUG=y > Or did you have DYNAMIC_DEBUG enabled ? # zcat /proc/config.gz | grep DYNAMIC CONFIG_NETCONSOLE_DYNAMIC=y CONFIG_SND_DYNAMIC_MINORS=y # CONFIG_USB_DYNAMIC_MINORS is not set CONFIG_DYNAMIC_DEBUG=y CONFIG_HAVE_DYNAMIC_FTRACE=y CONFIG_DYNAMIC_FTRACE=y > If it is that case, can you remove that? will do; wasn't aware of it before now. Let me know about the patch ordering From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Date: Sat, 28 Mar 2015 03:22:06 +0000 Subject: Re: d63e2e1f3df breaks sparc/T5-8 Message-Id: <55161E5E.4040609@oracle.com> List-Id: References: <5514391F.2030300@oracle.com> <551495EE.20201@oracle.com> <5515F6B8.8020606@oracle.com> <5515F782.7060301@oracle.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Yinghai Lu Cc: Bjorn Helgaas , "linux-pci@vger.kernel.org" , "sparclinux@vger.kernel.org" , LKML On 3/27/15 9:19 PM, Yinghai Lu wrote: > Good. But we still have annoying warning about "no compatible window". > > Please try attached patch that support 64bit pci mem space for sparc. in place of or on top of the previous patch? > > BTW, looks like you still do not have CONFIG_PCI_DEBUG=y in your .config. > otherwise we should more verbose print out. # zcat /proc/config.gz | grep PCI_DEBUG CONFIG_PCI_DEBUG=y > Or did you have DYNAMIC_DEBUG enabled ? # zcat /proc/config.gz | grep DYNAMIC CONFIG_NETCONSOLE_DYNAMIC=y CONFIG_SND_DYNAMIC_MINORS=y # CONFIG_USB_DYNAMIC_MINORS is not set CONFIG_DYNAMIC_DEBUG=y CONFIG_HAVE_DYNAMIC_FTRACE=y CONFIG_DYNAMIC_FTRACE=y > If it is that case, can you remove that? will do; wasn't aware of it before now. Let me know about the patch ordering