mirror_ubuntu-kernels/drivers/net/ethernet/microsoft
Konstantin Taranov 02fed6d92b 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: Konstantin Taranov <kotaranov@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-12-15 10:24:53 +00:00
..
mana net: mana: add msix index sharing between EQs 2023-12-15 10:24:53 +00:00
Kconfig net: mana: Add support for auxiliary device 2022-11-10 07:57:26 +02:00
Makefile