]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nfp-ttl-tos-geneve'
authorDavid S. Miller <davem@davemloft.net>
Tue, 7 Aug 2018 19:22:15 +0000 (12:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Aug 2018 19:22:15 +0000 (12:22 -0700)
commit7a5ae77fb2dc800b33b8fc1d9ae4d62096e6d1ca
tree024cd46c881727a9d71df68cdc0d76524b844059
parentc8c71d62128ae9d0632ca2b4474f6f0dd0dfc08a
parentc9d16f43fbd3f2d70a53f8cd9e2bc233e040ffcc
Merge branch 'nfp-ttl-tos-geneve'

Simon Horman says:

====================
nfp: flower: tunnel TTL & TOS, and Geneve options set & match support

this series contains updates for the TC Flower classifier
and the offload facility for it in the NFP driver.

* Patches 1 & 2: update the NFP driver to allow offload
  of matching and setting tunnel ToS/TTL of flows using the TC Flower
  classifier and tun_key action

* Patches 3 & 4: enhance the flow dissector and TC Flower classifier
  to allow match on Geneve options

* Patch 5 & 6: update the NFP driver to allow offload of
  matching and setting Geneve options of flows using the TC Flower
  classifier and tun_key action
====================

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