On 2019-01-31 1:20 p.m., Dave Jiang wrote: > Does this work when the system moves the MSI vector either via software > (irqbalance) or BIOS APIC programming (some modes cause round robin > behavior)? I don't know how irqbalance works, and I'm not sure what you are referring to by BIOS APIC programming, however I would expect these things would not be a problem. The MSI code I'm presenting here doesn't do anything crazy with the interrupts, it allocates and uses them just as any PCI driver would. The only real difference here is that instead of a piece of hardware sending the IRQ TLP, it will be sent through the memory window (which, from the OS's perspective, is just coming from an NTB hardware proxy alias). Logan
- [PATCH 3/9] PCI/switchtec: Add module parameter to request... Logan Gunthorpe
- [PATCH 7/9] NTB: Introduce NTB MSI Test Client Logan Gunthorpe
- [PATCH 9/9] NTB: Add MSI interrupt support to ntb_transpor... Logan Gunthorpe
- [PATCH 6/9] NTB: Introduce MSI library Logan Gunthorpe
- [PATCH 1/9] iommu/vt-d: Allow interrupts from the entire b... Logan Gunthorpe
- Re: [PATCH 1/9] iommu/vt-d: Allow interrupts from the... Joerg Roedel
- Re: [PATCH 1/9] iommu/vt-d: Allow interrupts from... Logan Gunthorpe
- [PATCH 4/9] NTB: Introduce functions to calculate multi-po... Logan Gunthorpe
- [PATCH 8/9] NTB: Add ntb_msi_test support to ntb_test Logan Gunthorpe
- Re: [PATCH 0/9] Support using MSI interrupts in ntb_transp... Dave Jiang
- Re: [PATCH 0/9] Support using MSI interrupts in ntb_t... Logan Gunthorpe
- Re: [PATCH 0/9] Support using MSI interrupts in n... Dave Jiang
- Re: [PATCH 0/9] Support using MSI interrupts ... Logan Gunthorpe
- Re: [PATCH 0/9] Support using MSI interru... Dave Jiang
- Re: [PATCH 0/9] Support using MSI in... Logan Gunthorpe
- Re: [PATCH 0/9] Support using MS... Dave Jiang
- Re: [PATCH 0/9] Support using MS... Logan Gunthorpe

