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)
commitcecd7582a63168a3e214097bd8b869c02c966f8f
treef57f224b4173c8cd501cec276f6a81a8f2207be8
parent6dca9360a9d7a15cef215cea4a55575dbfd2ebdd
parent141347730c7f88ea77bfece9f089115d5d4d8266
Merge branch 'net-mvpp2-Classifier-updates-RSS'

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>