diff options
author | Konstantin Taranov <kotaranov@microsoft.com> | 2023-12-13 02:01:47 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-12-15 10:24:53 +0000 |
commit | 02fed6d92badf08e2ac2cd1755d14c45c8f3d0ca (patch) | |
tree | 7e5c4965db0528ada96d453dea0fba968045486f /net/ipv4/ipmr.c | |
parent | 10b7572d17871b027de1d17152f08a2dc9c3aef6 (diff) | |
download | linux-stable-02fed6d92badf08e2ac2cd1755d14c45c8f3d0ca.tar.gz linux-stable-02fed6d92badf08e2ac2cd1755d14c45c8f3d0ca.tar.bz2 linux-stable-02fed6d92badf08e2ac2cd1755d14c45c8f3d0ca.zip |
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>
Diffstat (limited to 'net/ipv4/ipmr.c')
0 files changed, 0 insertions, 0 deletions