Re: [patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
From: Thomas Gleixner <hidden>
Date: 2020-09-03 18:12:16
Also in:
linux-iommu, linux-pci, lkml, xen-devel
From: Thomas Gleixner <hidden>
Date: 2020-09-03 18:12:16
Also in:
linux-iommu, linux-pci, lkml, xen-devel
Ashok, On Thu, Sep 03 2020 at 09:35, Ashok Raj wrote:
On Wed, Aug 26, 2020 at 01:16:28PM +0200, Thomas Gleixner wrote:quoted
This is the second version of providing a base to support device MSI (non PCI based) and on top of that support for IMS (Interrupt Message Storm)s/Storm/Store maybe pun intended :-)
Maybe? :)
quoted
based devices in a halfways architecture independent way.You mean "halfways" because the message addr and data follow guidelines per arch (x86 or such), but the location of the storage isn't dictated by architecture? or did you have something else in mind?
Yes, the actual message adress and data format are architecture specific, but we also have x86 specific allocation info format which needs an arch callback unfortunately.
quoted
- Ensure that the necessary flags are set for device SMIis that supposed to be MSI?
Of course, but SMI is a better match for Message Storm :)
Thanks,
tglx