Merge branch 'mvpp2-cls-ether'
authorDavid S. Miller <davem@davemloft.net>
Mon, 8 Jul 2019 22:50:06 +0000 (15:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Jul 2019 22:50:06 +0000 (15:50 -0700)
commit11aef3c6da1712fa3847599196f78f406814d2f1
tree73a9b16d4347d2f9a3e65bd249ac7cd5daa8d635
parent3f4957eb6cfbdb16b77df4e11691912dcfc7aca7
parentf406324e500eea5078a78df376e9496d4001b942
Merge branch 'mvpp2-cls-ether'

Maxime Chevallier says:

====================
net: mvpp2: Add classification based on the ETHER flow

This series adds support for classification of the ETHER flow in the
mvpp2 driver.

The first patch allows detecting when a user specifies a flow_type that
isn't supported by the driver, while the second adds support for this
flow_type by adding the mapping between the ETHER_FLOW enum value and
the relevant classifier flow entries.
====================

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