Merge branch 'nfp-flower-bugs'
authorDavid S. Miller <davem@davemloft.net>
Fri, 12 Jul 2019 22:31:55 +0000 (15:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Jul 2019 22:31:55 +0000 (15:31 -0700)
commitbe4d2a5b07780428db42dbf860f16735e1aff23c
treeb159b6e658ffab1ec7118221c04efead541d390a
parent3929502b957ed05575e74134a817f26c42d13e2c
parent103b7c25f5a2509ddccec830df924a78354232c4
Merge branch 'nfp-flower-bugs'

John Hurley says:

====================
Fix bugs in NFP flower match offload

This patchset contains bug fixes for corner cases in the match fields of
flower offloads. The patches ensure that flows that should not be
supported are not (incorrectly) offloaded. These include rules that match
on layer 3 and/or 4 data without specified ethernet or ip protocol fields.
====================

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