From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967764AbdEXO5S convert rfc822-to-8bit (ORCPT ); Wed, 24 May 2017 10:57:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46622 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967047AbdEXO5Q (ORCPT ); Wed, 24 May 2017 10:57:16 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com C8A01C0467DD Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=alex.williamson@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com C8A01C0467DD Date: Wed, 24 May 2017 08:57:12 -0600 From: Alex Williamson To: "Cheng, Collins" Cc: Alexander Duyck , Bjorn Helgaas , "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "Deucher, Alexander" , "Zytaruk, Kelly" , Yinghai Lu Subject: Re: [PATCH] PCI: Make SR-IOV capable GPU working on the SR-IOV incapable platform Message-ID: <20170524085712.4947e575@w520.home> In-Reply-To: References: <20170511212051.3b802325@t450s.home> <20170511220113.2dfb6d3d@t450s.home> <20170512084304.3cf10653@t450s.home> <20170515115332.0077753c@w520.home> <20170522094409.7e2968c2@w520.home> <20170523122013.6e2e4e59@w520.home> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8BIT X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 24 May 2017 14:57:16 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 24 May 2017 08:57:53 +0000 "Cheng, Collins" wrote: > Hi Alex, > > How do you know "particular this system offers no 64-bit MMIO", from dmesg log? >>From this: > [ 0.891319] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] > [ 0.891321] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] > [ 0.891322] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] > [ 0.891323] pci_bus 0000:00: root bus resource [mem 0x88800000-0xdfffffff window] > [ 0.891324] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window] > [ 0.891325] pci_bus 0000:00: root bus resource [bus 00-fe] There are only 32-bit ranges listed. Thanks, Alex