Merge branch 'net-tsnep-multiqueue'
authorDavid S. Miller <davem@davemloft.net>
Fri, 30 Sep 2022 10:32:54 +0000 (11:32 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Sep 2022 10:32:54 +0000 (11:32 +0100)
commitae404c219d6029030275c3f498028eb536fdd32d
tree4234df6faa536254e17790af9d6fb04272bbc674
parentd742ea6b8e85f7b0d484bc23392d607b50667da6
parentbb837a37db8d9ce4c69c7c328e825ff35344df4f
Merge branch 'net-tsnep-multiqueue'

Gerhard Engleder says:

====================
tsnep: multi queue support and some other improvements

Add support for additional TX/RX queues along with RX flow classification
support.

Binding is extended to allow additional interrupts for additional TX/RX
queues. Also dma-coherent is allowed as minor improvement.

RX path optimisation is done by using page pool as preparations for future
XDP support.

v4:
- rework dma-coherent commit message (Krzysztof Kozlowski)
- fixed order of interrupt-names in binding (Krzysztof Kozlowski)
- add line break between examples in binding (Krzysztof Kozlowski)
- add RX_CLS_LOC_ANY support to RX flow classification

v3:
- now with changes in cover letter

v2:
- use netdev_name() (Jakub Kicinski)
- use ENOENT if RX flow rule is not found (Jakub Kicinski)
- eliminate return code of tsnep_add_rule() (Jakub Kicinski)
- remove commit with lazy refill due to depletion problem (Jakub Kicinski)
====================

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