]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit436ab2fb5ea0f6b3a70ccc6684ceaed89fd3d5dd
tree813314a6d6a41b496b8df6dffe437fbd91ee189f
parentafcb281c636b9d890da37aad7c9db8807ce351a4
parent0bd133024cd5355acce8968bd15e2a2bf7253db7
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>