Merge branch 'nfp-extend-flower-capabilities-for-GRE-tunnel-offload'
authorDavid S. Miller <davem@davemloft.net>
Fri, 28 Jun 2019 02:47:36 +0000 (19:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Jun 2019 02:47:36 +0000 (19:47 -0700)
commit3a49584477ff4c8838833be9f3b7cc13f0f7c0d3
tree591b41d0e921ff6ddb2599e1d1abfde372ed5b52
parent702999ea377f622c5a1d877f8dafc17ce214e2d8
parentfccac5802da25840379986177ed1b653f30713ed
Merge branch 'nfp-extend-flower-capabilities-for-GRE-tunnel-offload'

Jakub Kicinski says:

====================
nfp: extend flower capabilities for GRE tunnel offload

Pieter says:

This set extends the flower match and action components to offload
GRE decapsulation with classification and encapsulation actions. The
first 3 patches are refactor and cleanup patches for improving
readability and reusability. Patch 4 and 5 implement GRE decap and
encap functionality respectively.
====================

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