RE: [PATCHv5 04/20] PCI: mobiveil: Remove the flag MSI_FLAG_MULTI_PCI_MSI
From: "Z.q. Hou" <zhiqiang.hou@nxp.com>
Date: 2019-06-17 10:34:42
Also in:
linux-devicetree, linux-pci, lkml
Hi Lorenzo,
-----Original Message----- From: Lorenzo Pieralisi <redacted> Sent: 2019年6月17日 17:34 To: Z.q. Hou <zhiqiang.hou@nxp.com> Cc: linux-pci@vger.kernel.org; linux-arm-kernel@lists.infradead.org; devicetree@vger.kernel.org; linux-kernel@vger.kernel.org; bhelgaas@google.com; robh+dt@kernel.org; mark.rutland@arm.com; l.subrahmanya@mobiveil.co.in; shawnguo@kernel.org; Leo Li [off-list ref]; catalin.marinas@arm.com; will.deacon@arm.com; Mingkai Hu [off-list ref]; M.h. Lian [off-list ref]; Xiaowei Bao [off-list ref] Subject: Re: [PATCHv5 04/20] PCI: mobiveil: Remove the flag MSI_FLAG_MULTI_PCI_MSI On Sat, Jun 15, 2019 at 01:30:39AM +0000, Z.q. Hou wrote:quoted
Hi Lorenzo,quoted
-----Original Message----- From: Lorenzo Pieralisi [mailto:lorenzo.pieralisi@arm.com] Sent: 2019年6月12日 21:08 To: Z.q. Hou <zhiqiang.hou@nxp.com> Cc: linux-pci@vger.kernel.org; linux-arm-kernel@lists.infradead.org; devicetree@vger.kernel.org; linux-kernel@vger.kernel.org; bhelgaas@google.com; robh+dt@kernel.org; mark.rutland@arm.com; l.subrahmanya@mobiveil.co.in; shawnguo@kernel.org; Leo Li [off-list ref]; catalin.marinas@arm.com;will.deacon@arm.com;quoted
quoted
Mingkai Hu [off-list ref]; M.h. Lian[off-list ref];quoted
quoted
Xiaowei Bao [off-list ref] Subject: Re: [PATCHv5 04/20] PCI: mobiveil: Remove the flag MSI_FLAG_MULTI_PCI_MSI On Wed, Jun 12, 2019 at 11:34:51AM +0000, Z.q. Hou wrote:quoted
Hi Lorenzo, Thanks a lot for your comments!quoted
-----Original Message----- From: Lorenzo Pieralisi <redacted> Sent: 2019年6月12日 1:00 To: Z.q. Hou <zhiqiang.hou@nxp.com> Cc: linux-pci@vger.kernel.org; linux-arm-kernel@lists.infradead.org; devicetree@vger.kernel.org; linux-kernel@vger.kernel.org; bhelgaas@google.com; robh+dt@kernel.org; mark.rutland@arm.com; l.subrahmanya@mobiveil.co.in; shawnguo@kernel.org; Leo Li [off-list ref]; catalin.marinas@arm.com;will.deacon@arm.com;quoted
quoted
Mingkai Hu [off-list ref]; M.h. Lian[off-list ref];quoted
quoted
Xiaowei Bao [off-list ref] Subject: Re: [PATCHv5 04/20] PCI: mobiveil: Remove the flag MSI_FLAG_MULTI_PCI_MSI On Fri, Apr 12, 2019 at 08:35:36AM +0000, Z.q. Hou wrote:quoted
From: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> The current code does not support multiple MSIs, so remove the corresponding flag from the msi_domain_info structure.Please explain me what's the problem before removing multi MSIsupport.quoted
quoted
quoted
NXP LX2 PCIe use the GIC-ITS instead of Mobiveil IP internal MSI controller, so, I didn't encounter problem.Well, you sent a patch to fix an issue, explain me the issue you are fixing then, aka what have you sent this patch for ?I did not face issue, as I have explained NXP does not use the Mobiveil IP's MSI controller. But obviously the MSI allocate function does not support multiple MSI, so I submitted this patch.There is nothing obvious. Write what you are fixing in the commit log and I will apply the patch, I won't write the commit log for you. Anyone should be able to understand why a patch was needed by reading the commit log, it is as important as writing the code itself.
With the flag MSI_FLAG_MULTI_PCI_MSI, when the Endpoint allocates multiple MSI, it will trigger the "WARN_ON(nr_irqs != 1);" in mobiveil_irq_msi_domain_alloc(), this is the issue this patch want to fix. Thanks, Zhiqiang
Thanks, Lorenzoquoted
Thanks, Zhiqiangquoted
Lorenzoquoted
Subbu, did you test with Endpoint supporting multi MSI? Thanks, Zhiqiangquoted
Thanks, Lorenzoquoted
Fixes: 1e913e58335f ("PCI: mobiveil: Add MSI support") Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: Minghuan Lian <Minghuan.Lian@nxp.com> --- V5: - Corrected the subject. drivers/pci/controller/pcie-mobiveil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/drivers/pci/controller/pcie-mobiveil.cb/drivers/pci/controller/pcie-mobiveil.c index 563210e731d3..a0dd337c6214 100644--- a/drivers/pci/controller/pcie-mobiveil.c +++ b/drivers/pci/controller/pcie-mobiveil.c@@ -703,7 +703,7 @@ static struct irq_chipmobiveil_msi_irq_chip = { static struct msi_domain_info mobiveil_msi_domain_info = { .flags = (MSI_FLAG_USE_DEF_DOM_OPS |MSI_FLAG_USE_DEF_CHIP_OPS |quoted
- MSI_FLAG_MULTI_PCI_MSI | MSI_FLAG_PCI_MSIX), + MSI_FLAG_PCI_MSIX), .chip = &mobiveil_msi_irq_chip, }; -- 2.17.1
_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel