]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit83295059ad50b97c101c48f191ab0dd234c42adb
treeb159b6e658ffab1ec7118221c04efead541d390a
parent42b5d7dc4a8552eedce4cafe184aa2b88b414965
parentc72d8a149ff36760e15d63d0d4757da843321280
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>