Merge branch 'net-Geneve-options-support-for-TC-act_tunnel_key'
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Jun 2018 14:50:27 +0000 (23:50 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Jun 2018 14:50:27 +0000 (23:50 +0900)
commitc65a6a930b70ce99bd34ea3835184d2deccd35a3
tree907addb884837d367241bc53ba1fe54bac409064
parentc90d160487c4f82ba128730bcbaf7da760c5bdf1
parent0ed5269f9e41f495c8e9020c85f5e1644c1afc57
Merge branch 'net-Geneve-options-support-for-TC-act_tunnel_key'

Jakub Kicinski says:

====================
net: Geneve options support for TC act_tunnel_key

Simon & Pieter say:

This set adds Geneve Options support to the TC tunnel key action.
It provides the plumbing required to configure Geneve variable length
options.  The options can be configured in the form CLASS:TYPE:DATA,
where CLASS is represented as a 16bit hexadecimal value, TYPE as an 8bit
hexadecimal value and DATA as a variable length hexadecimal value.
Additionally multiple options may be listed using a comma delimiter.

v2:
 - fix sparse warnings in patches 3 and 4 (first one reported by
   build bot).
====================

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