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)
commita3b6e8fd27233e54e34e10aaedea4cba217183c5
tree70dcc676be67e4eb2447140695bfd1faf35de6d2
parent44dd5efc97dae0dc09ea9316597826c8b0fd1578
parent4faa2e06433fbba16a13a21e1380ee4d246b95fc
Merge branch 'Ocelot-MAC_ETYPE-tc-flower-key-improvements'

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>