Hi Bjorn, Thank you for your response. > -----Original Message----- > From: Bjorn Helgaas <helgaas@xxxxxxxxxx> > Sent: Wednesday, February 12, 2025 12:21 AM > To: Havalige, Thippeswamy <thippeswamy.havalige@xxxxxxx> > Cc: bhelgaas@xxxxxxxxxx; lpieralisi@xxxxxxxxxx; kw@xxxxxxxxx; > manivannan.sadhasivam@xxxxxxxxxx; robh@xxxxxxxxxx; krzk+dt@xxxxxxxxxx; > conor+dt@xxxxxxxxxx; linux-pci@xxxxxxxxxxxxxxx; devicetree@xxxxxxxxxxxxxxx; > linux-kernel@xxxxxxxxxxxxxxx; Simek, Michal <michal.simek@xxxxxxx>; > Gogada, Bharat Kumar <bharat.kumar.gogada@xxxxxxx> > Subject: Re: [PATCH 2/2] PCI: xilinx-cpm: Add support for Versal Net CPM5NC > Root Port controller > > On Tue, Feb 11, 2025 at 01:47:24PM +0530, Thippeswamy Havalige wrote: > > The Versal Net ACAP (Adaptive Compute Acceleration Platform) devices > > incorporate the Coherency and PCIe Gen5 Module, specifically the > > Next-Generation Compact Module (CPM5NC). > > > > The integrated CPM5NC block, along with the built-in bridge, can function > > as a PCIe Root Port & supports the PCIe Gen5 protocol with data transfer > > rates of up to 32 GT/s, capable of supporting up to a x16 lane-width > > configuration. > > > > Bridge errors are managed using a specific interrupt line designed for > > CPM5N. Legacy interrupt support is not available. > > I guess this means INTx support is not available? > > If so, I'd like to say "INTx" instead of "legacy" to be more specific. > Someday "MSI" may also be considered "legacy". - Thank you, Will update it in next patch. > > Bjorn