Re: [PATCH v4 0/5] Allow dyn MSI-X vector allocation of MANA

2025-06-02 Thread Shradha Gupta
On Sun, Jun 01, 2025 at 04:53:31PM +0200, Zhu Yanjun wrote: > ??? 2025/5/27 17:57, Shradha Gupta ??: > >In this patchset we want to enable the MANA driver to be able to > >allocate MSI-X vectors in PCI dynamically. > > > >The first patch exports pci_msix_prepare_desc() in PCI to be able to > >c

Re: [PATCH v4 0/5] Allow dyn MSI-X vector allocation of MANA

2025-06-02 Thread Shradha Gupta
On Fri, May 30, 2025 at 07:07:32PM +0100, Simon Horman wrote: > On Thu, May 29, 2025 at 06:28:45AM -0700, Shradha Gupta wrote: > > On Wed, May 28, 2025 at 07:55:08PM +0100, Simon Horman wrote: > > > On Tue, May 27, 2025 at 08:57:33AM -0700, Shradha Gupta wrote: > > > > In this patchset we want to e

Re: [PATCH v4 0/5] Allow dyn MSI-X vector allocation of MANA

2025-06-01 Thread Zhu Yanjun
在 2025/5/27 17:57, Shradha Gupta 写道: In this patchset we want to enable the MANA driver to be able to allocate MSI-X vectors in PCI dynamically. The first patch exports pci_msix_prepare_desc() in PCI to be able to correctly prepare descriptors for dynamically added MSI-X vectors. The second pat

Re: [PATCH v4 0/5] Allow dyn MSI-X vector allocation of MANA

2025-05-30 Thread Simon Horman
On Thu, May 29, 2025 at 06:28:45AM -0700, Shradha Gupta wrote: > On Wed, May 28, 2025 at 07:55:08PM +0100, Simon Horman wrote: > > On Tue, May 27, 2025 at 08:57:33AM -0700, Shradha Gupta wrote: > > > In this patchset we want to enable the MANA driver to be able to > > > allocate MSI-X vectors in PC

Re: [PATCH v4 0/5] Allow dyn MSI-X vector allocation of MANA

2025-05-29 Thread Shradha Gupta
On Wed, May 28, 2025 at 07:55:08PM +0100, Simon Horman wrote: > On Tue, May 27, 2025 at 08:57:33AM -0700, Shradha Gupta wrote: > > In this patchset we want to enable the MANA driver to be able to > > allocate MSI-X vectors in PCI dynamically. > > > > The first patch exports pci_msix_prepare_desc()

Re: [PATCH v4 0/5] Allow dyn MSI-X vector allocation of MANA

2025-05-28 Thread Simon Horman
On Tue, May 27, 2025 at 08:57:33AM -0700, Shradha Gupta wrote: > In this patchset we want to enable the MANA driver to be able to > allocate MSI-X vectors in PCI dynamically. > > The first patch exports pci_msix_prepare_desc() in PCI to be able to > correctly prepare descriptors for dynamically ad

[PATCH v4 0/5] Allow dyn MSI-X vector allocation of MANA

2025-05-27 Thread Shradha Gupta
In this patchset we want to enable the MANA driver to be able to allocate MSI-X vectors in PCI dynamically. The first patch exports pci_msix_prepare_desc() in PCI to be able to correctly prepare descriptors for dynamically added MSI-X vectors. The second patch adds the support of dynamic vector a