Skip to content
Commit 02fed6d9 authored by Konstantin Taranov's avatar Konstantin Taranov Committed by David S. Miller
Browse files

net: mana: add msix index sharing between EQs



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 patch exports symbols for creating EQs from other MANA kernel modules.

Signed-off-by: default avatarKonstantin Taranov <kotaranov@microsoft.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 10b7572d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment