Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752930AbdDZRZE (ORCPT ); Wed, 26 Apr 2017 13:25:04 -0400 Received: from mail-qk0-f194.google.com ([209.85.220.194]:35117 "EHLO mail-qk0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752846AbdDZRYw (ORCPT ); Wed, 26 Apr 2017 13:24:52 -0400 From: "Jingoo Han" To: "'Dongdong Liu'" , "'Khuong Dinh'" , "'Jon Masters'" , "'Lorenzo Pieralisi'" , Cc: , , "'Pratyush Anand'" , "'Arnd Bergmann'" , "'Jonathan Corbet'" , "'Will Deacon'" , "'Bjorn Helgaas'" , "'Mingkai Hu'" , "'Tanmay Inamdar'" , "'Murali Karicheri'" , "'Russell King'" , "'Bharat Kumar Gogada'" , "'Ray Jui'" , "'Wenrui Li'" , "'Shawn Lin'" , "'Minghuan Lian'" , "'Catalin Marinas'" , "'Jon Mason'" , "'Gabriele Paoloni'" , "'Thomas Petazzoni'" , "'Joao Pinto'" , "'Thierry Reding'" , "'Luis R . Rodriguez'" , "'Michal Simek'" , "'Stanimir Varbanov'" , "'Zhou Wang'" , "'Roy Zang'" , "'Benjamin Herrenschmidt'" , "'John Garry'" , "'Linuxarm'" References: <20170419164913.19674-1-lorenzo.pieralisi@arm.com> <2e24e205-d761-9172-9463-4a53e1a0de4d@jonmasters.org> <361fde15-5ba3-d33b-f946-003e89ba071f@huawei.com> In-Reply-To: <361fde15-5ba3-d33b-f946-003e89ba071f@huawei.com> Subject: Re: [PATCH v4 00/21] PCI: fix config space memory mappings Date: Wed, 26 Apr 2017 13:24:48 -0400 Message-ID: <000501d2beb2$023b9100$06b2b300$@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQMEXGkO3eUKaJOMePDUqvXZRiCR0wFaI1eGAT3+HeifX+fr4A== Content-Language: ko Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id v3QHQwjB004517 Content-Length: 1444 Lines: 42 On Wednesday, April 26, 2017 6:54 AM, Dongdong Liu wrote; > > Tested-by: Dongdong Liu > > I tested the patchset on HiSilicon ARM64 D05 board.It works ok with 82599 > netcard. Thank you for testing these patches. HiSilicon PCIe may use Designware-based PCIe controller. In my opinion, other Designware-based PCIe controller will work properly. To Dongdong Liu, Khuong Dinh, and other people, If possible, can you check the output of 'lspci -v'? If you find something different, please share it with us. Good luck. Best regards, Jingoo Han > > Thanks, > Dongdong > 在 2017/4/25 14:40, Jon Masters 写道: > > On 04/19/2017 12:48 PM, Lorenzo Pieralisi wrote: > > > >> On some platforms (ie ARM/ARM64) ioremap fails to comply with the PCI > >> configuration non-posted write transactions requirement, because it > >> provides a memory mapping that issues "bufferable" or, in PCI terms > >> "posted" write transactions. Likewise, the current pci_remap_iospace() > >> implementation maps the physical address range that the PCI translates > >> to I/O space cycles to virtual address space through pgprot_device() > >> attributes that on eg ARM64 provides a memory mapping issuing > >> posted writes transactions, which is not PCI specifications compliant. > > > > Side note that I've pinged all of the ARM server vendors and asked them > > to verify this patch series on their platforms. > > > > Jon. > > > > . > >