From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e23smtp03.au.ibm.com ([202.81.31.145]:52292 "EHLO e23smtp03.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753845AbbBEGf0 (ORCPT ); Thu, 5 Feb 2015 01:35:26 -0500 Received: from /spool/local by e23smtp03.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 5 Feb 2015 16:35:24 +1000 Received: from d23relay08.au.ibm.com (d23relay08.au.ibm.com [9.185.71.33]) by d23dlp03.au.ibm.com (Postfix) with ESMTP id 8ADA6357804F for ; Thu, 5 Feb 2015 17:35:21 +1100 (EST) Received: from d23av01.au.ibm.com (d23av01.au.ibm.com [9.190.234.96]) by d23relay08.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t156ZDhm33489098 for ; Thu, 5 Feb 2015 17:35:21 +1100 Received: from d23av01.au.ibm.com (localhost [127.0.0.1]) by d23av01.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t156YlFZ011832 for ; Thu, 5 Feb 2015 17:34:47 +1100 From: Wei Yang To: bhelgaas@google.com, benh@au1.ibm.com, gwshan@linux.vnet.ibm.com Cc: linux-pci@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Wei Yang Subject: [PATCH 0/3] Code adjustment on pci/virtualization Date: Thu, 5 Feb 2015 14:34:22 +0800 Message-Id: <1423118065-6250-1-git-send-email-weiyang@linux.vnet.ibm.com> In-Reply-To: <20150204234442.GC20072@google.com> References: <20150204234442.GC20072@google.com> Sender: linux-pci-owner@vger.kernel.org List-ID: Bjorn, I had a try on your pci/virtualization branch, it works fine after applying following three patches. The reason is written in the change log. And I have tried, they could apply cleanly with the original one. For the pnv_pci_ioda_fixup_sriov(), which you suggest to merge in sriov_init() I found it is not that simple. Maybe I misunderstand your meaning. I will be online tonight to see what else we can improve. Thanks for your time :-) Wei Yang (3): fix on Store individual VF BAR size in struct pci_sriov fix Reserve additional space for IOV BAR, with m64_per_iov supported remove the unused end in pnv_pci_vf_resource_shift() arch/powerpc/platforms/powernv/pci-ioda.c | 6 +++--- drivers/pci/iov.c | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) -- 1.7.9.5