]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nfp-flower-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 12 Sep 2018 20:18:30 +0000 (13:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Sep 2018 20:18:30 +0000 (13:18 -0700)
commitc660fa041950fa1abc03bab49ac705c5d7995533
tree6a76c73e26b34c3455f63d8615f0de34a078d09f
parentd5f646693b493ebe3c12f58c00c8b3ed68751c7c
parent5103726f3dc83a86f1fd02dc78a2bdd78ee42ff4
Merge branch 'nfp-flower-fixes'

Jakub Kicinski says:

====================
nfp: flower: fixes for flower offload

Two fixes for flower matching and tunnel encap.  Pieter fixes
VLAN matching if the entire VLAN id is masked out and match
is only performed on the PCP field.  Louis adds validation of
tunnel flags for encap, most importantly we should not offload
actions on IPv6 tunnels if it's not supported.
====================

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