Merge branch 'Ocelot-MAC_ETYPE-tc-flower-key-improvements'
authorDavid S. Miller <davem@davemloft.net>
Wed, 22 Apr 2020 18:40:52 +0000 (11:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Apr 2020 18:40:52 +0000 (11:40 -0700)
Vladimir Oltean says:

====================
Ocelot MAC_ETYPE tc-flower key improvements

As discussed in the comments surrounding this patch:
https://patchwork.ozlabs.org/project/netdev/patch/20200417190308.32598-1-olteanv@gmail.com/

the restrictions imposed on non-MAC_ETYPE rules were harsher than they
needed to be. IP, IPv6, ARP rules can still be added concurrently with
src_mac and dst_mac rules, as long as those MAC address rules do not ask
for an offending EtherType.

For that to actually be supported, we need to parse the EtherType from
the flower classification rule first.
====================

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

Trivial merge