Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp2276786imm; Thu, 21 Jun 2018 09:50:10 -0700 (PDT) X-Google-Smtp-Source: ADUXVKLQJLC8PK2RW25vq2Dsevj65XN1LKB/jQlkRl2Jerla8Nfrc172KWHcmeWYBYX4OYU83tbQ X-Received: by 2002:a62:db05:: with SMTP id f5-v6mr27958585pfg.123.1529599810640; Thu, 21 Jun 2018 09:50:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529599810; cv=none; d=google.com; s=arc-20160816; b=kcvYSv+PERjXr3t30LYoAFD2XZ6Nn31QWjBkUEtjUGj8qXZVHNxcSoux7lTAJ0nkGJ pa5M5psYcUTf4f37CSXuFBBHOWn2a3EcvzPwhQncpkjh4I2zwHxEN6zbwfOK2g41d2sJ IZUKuHveHYs1ynrsPxli6E9klue64HA7PuM6M5IzFaN2IuxDUsf14+XLNjRnBF7puvla Ug1TvBUFow5XSq6fwVU3AtW9nuFOxFPquecWlVbwoIl6pI514bV7KmZZHsr7VYuGErLX Xs3V9MEcr+TINgzf7alBwpUr+9rfgrdBRqdCuXim6vlyCtvrnYMRDiFegmmXK2fr/WYo NRag== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=ahmWoGTnDWuLJi4MJsSSbpgbfNRW7Ek1gQ7/nkAwX7s=; b=D40N7dWjdEduq2BIpzjm13IA55r0Gi7i+GCKRjG6SEoT3YPMBL+455jRI+BqwoWE55 FHdmB5ZWjz7pNMXkyqhzen0vgNZfmwOKVb38Ut7RjMFIlNCF+tNOvN3LxBG8nhGzriXc FKo+nlphhDYreOIIm6NkR1AM/sVQinEudUiQJWzOtYZTPT8YpSQc6BGSwTExGwBWOfMt MzpQf362CMkz/7QAVrP6SkmEnchfN/TkMoAR6aviAJG/6bWhllJcVKE8Dn1QUevp88xq Z/7LpRNzTkX9yxgzZyhdfjIt+aERPG4oOva51OTUA5awzw80MvrGUAKXW51FcJ0EBNm1 1vyA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a5-v6si4289686pgu.119.2018.06.21.09.49.55; Thu, 21 Jun 2018 09:50:10 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933639AbeFUQsl (ORCPT + 99 others); Thu, 21 Jun 2018 12:48:41 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:52470 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933391AbeFUQsk (ORCPT ); Thu, 21 Jun 2018 12:48:40 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7BB1D1435; Thu, 21 Jun 2018 09:48:40 -0700 (PDT) Received: from e107981-ln.cambridge.arm.com (e107981-ln.cambridge.arm.com [10.1.207.54]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 4B1463F557; Thu, 21 Jun 2018 09:48:39 -0700 (PDT) Date: Thu, 21 Jun 2018 17:48:29 +0100 From: Lorenzo Pieralisi To: Ray Jui Cc: Bjorn Helgaas , Bjorn Helgaas , linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, linux-pci@vger.kernel.org Subject: Re: [PATCH v2 0/5] Improve Broadcom PAXC support Message-ID: <20180621164821.GA14519@e107981-ln.cambridge.arm.com> References: <1528762867-16823-1-git-send-email-ray.jui@broadcom.com> <45945371-3cd7-102d-bb47-69a60435542b@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45945371-3cd7-102d-bb47-69a60435542b@broadcom.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 20, 2018 at 10:26:28AM -0700, Ray Jui wrote: > Hi Lorenzo/Bjorn, > > Could you please help to review this patch series when you have time? > > I believe I have addressed major comment in v1 from Bjorn and answered all > questions from Lorenzo. I will have a look next week, sorry for the delay. Thanks, Lorenzo > Thanks, > > Ray > > On 6/11/2018 5:21 PM, Ray Jui wrote: > >This patch series improves the Broadcom PAXC support by 1) adding more > >quirks for specific versions of PAXC controllers; 2) adding logic to > >reject internally unconfigured physical functions from the embedded > >network processor acting as endpoint; 3) reducing verbose print level > >in the outbound/inbound mapping code > > > >This patch series is based off v4.17 and is available on GIHUB: > >repo: https://github.com/Broadcom/arm64-linux.git > >branch: sr-paxc-v2 > > > >Changes since v1: > > - consolidate 2 PAXC related patch series into 1 > > - change the way how the capability list corruption is handled, per > >recommendation from Bjorn. Now handle and fix up the corruption at > >the config register read > > - rebase to v4.17 > > > >Ray Jui (5): > > PCI: iproc: Activate PAXC bridge quirk for more devices > > PCI: iproc: Fix up corrupted PAXC root complex config registers > > PCI: iproc: Disable MSI parsing in certain PAXC blocks > > PCI: iproc: Reject unconfigured physical functions from PAXC > > PCI: iproc: Reduce inbound/outbound mapping print level > > > > drivers/pci/host/pcie-iproc.c | 159 +++++++++++++++++++++++++++++++++++------- > > drivers/pci/host/pcie-iproc.h | 8 +++ > > drivers/pci/quirks.c | 3 + > > 3 files changed, 144 insertions(+), 26 deletions(-) > >