Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752146AbbFZR12 (ORCPT ); Fri, 26 Jun 2015 13:27:28 -0400 Received: from mail-oi0-f43.google.com ([209.85.218.43]:34366 "EHLO mail-oi0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751897AbbFZR1S (ORCPT ); Fri, 26 Jun 2015 13:27:18 -0400 MIME-Version: 1.0 In-Reply-To: References: <1435280756-24455-1-git-send-email-dhdang@apm.com> From: Duc Dang Date: Fri, 26 Jun 2015 10:26:48 -0700 Message-ID: Subject: Re: [PATCH 1/1] pci: xgene: Enable huge outbound bar support To: Bjorn Helgaas Cc: Catalin Marinas , Ian Campbell , Pawel Moll , Rob Herring , Mark Rutland , Kumar Gala , Will Deacon , "David S. Miller" , "devicetree@vger.kernel.org" , "linux-pci@vger.kernel.org" , linux-arm , "linux-kernel@vger.kernel.org" , Tanmay Inamdar , patches Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1328 Lines: 35 On Fri, Jun 26, 2015 at 7:26 AM, Bjorn Helgaas wrote: > Hi Duc, > > On Thu, Jun 25, 2015 at 8:05 PM, Duc Dang wrote: >> X-Gene PCIe controllers support huge outbound BARs (with size upto >> 64GB). This patch configures additional 1 outbound BAR for X-Gene >> PCIe controllers with size larger than 4GB. This is required to >> support devices that request huge outbound memory (nVidia K40 as an >> example) > > The PCI specs don't use the "outbound BAR" terminology. I assume this > is what we normally call "windows" or "apertures" for MMIO access by > the CPU? (The specs rarely use those terms either, but they're > commonly used in Linux, and the PCIe spec does mention them a couple > times.) Yes, Bjorn. The "outbound BAR" that I mentioned is the MMIO window. I will change these terms in next patch. > > By "request huge outbound memory," I assume you simply mean the device > has a huge BAR, right? Yes, I meant "the device has a huge BAR". I will change the description for this in next patch as well > > Bjorn Regards, Duc Dang. -- 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/