OSDN Git Service

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)
commit4851bfd64d42d9fb6d2d30a41c8523614b412a7a
tree6a76c73e26b34c3455f63d8615f0de34a078d09f
parent12a78b026f870c575d3a98998b25084aac5b3c61
parent224de549f0beca58fb95c0b8da9cb2bfa8c6cc12
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>