Re: [PATCH for-next v2] net: mana: add msix index sharing between EQs

2023-12-15 Thread patchwork-bot+netdevbpf
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

[PATCH for-next v2] net: mana: add msix index sharing between EQs

2023-12-13 Thread Konstantin Taranov
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