Merge branch 'mana-EQ-sharing'
authorDavid S. Miller <davem@davemloft.net>
Wed, 25 Aug 2021 10:06:54 +0000 (11:06 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Aug 2021 10:06:54 +0000 (11:06 +0100)
commite93826d35c647bd68c83af9ca97bba6eb3b2b711
tree813314a6d6a41b496b8df6dffe437fbd91ee189f
parent807d1032e09a42732c374304554a088c6b5e8f92
parentc1a3e9f98dde4782290d2c4871e42b7e76ad5593
Merge branch 'mana-EQ-sharing'

Haiyang Zhang says:

====================
net: mana: Add support for EQ sharing

The existing code uses (1 + #vPorts * #Queues) MSIXs, which may exceed
the device limit.

Support EQ sharing, so that multiple vPorts can share the same set of
MSIXs.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>