]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc095aacc6001ba7d03ae4df24bf0d345fcb4b06c
tree907addb884837d367241bc53ba1fe54bac409064
parent0eaa588c06a5c49b6e859a45929d7bd4203293ba
parentfa0e9dd4f9a7c72db28af610f64a44bc8917860e
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>