Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller :
On Wed, 13 Dec 2023 02:01:47 -0800 you wrote:
> From: Konstantin Taranov
>
> This patch allows to assign and poll more than one EQ on the same
> msix index.
> It is achieved by introducing a list of attached EQs in
From: Konstantin Taranov
This patch allows to assign and poll more than one EQ on the same
msix index.
It is achieved by introducing a list of attached EQs in each IRQ context.
It also removes the existing msix_index map that tried to ensure that there
is only one EQ at each msix_index.
This patc