Merge branch 'net-mvpp2-Classifier-updates-RSS'
authorDavid S. Miller <davem@davemloft.net>
Sat, 25 May 2019 23:38:16 +0000 (16:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 25 May 2019 23:38:16 +0000 (16:38 -0700)
Maxime Chevallier says:

====================
net: mvpp2: Classifier updates, RSS

Here is a set of updates for the PPv2 classifier, the main feature being
the support for steering to RSS contexts, to leverage all the available
RSS tables in the controller.

The first two patches are non-critical fixes for the classifier, the
first one prevents us from allocating too much room to store the
classification rules, the second one configuring the C2 engine as
suggested by the PPv2 functionnal specs.

Patches 3 to 5 introduce support for RSS contexts in mvpp2, allowing us
to steer traffic to dedicated RSS tables.
====================

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

Trivial merge