[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180626185308.3605-1-jakub.kicinski@netronome.com>
Date: Tue, 26 Jun 2018 11:53:04 -0700
From: Jakub Kicinski <jakub.kicinski@...ronome.com>
To: davem@...emloft.net, jbenc@...hat.com
Cc: Roopa Prabhu <roopa@...ulusnetworks.com>, jiri@...nulli.us,
jhs@...atatu.com, xiyou.wangcong@...il.com, daniel@...earbox.net,
oss-drivers@...ronome.com, netdev@...r.kernel.org,
Jakub Kicinski <jakub.kicinski@...ronome.com>
Subject: [PATCH net-next 0/4] net: Geneve options support for TC act_tunnel_key
Hi,
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.
Pieter Jansen van Vuuren (1):
net: check tunnel option type in tunnel flags
Simon Horman (3):
net/sched: act_tunnel_key: disambiguate metadata dst error cases
net/sched: act_tunnel_key: add extended ack support
net/sched: add tunnel option support to act_tunnel_key
drivers/net/geneve.c | 6 +-
drivers/net/vxlan.c | 3 +-
include/net/ip_tunnels.h | 8 +-
include/uapi/linux/tc_act/tc_tunnel_key.h | 26 +++
net/core/filter.c | 2 +-
net/ipv4/ip_gre.c | 2 +
net/ipv6/ip6_gre.c | 2 +
net/openvswitch/flow_netlink.c | 8 +-
net/sched/act_tunnel_key.c | 242 +++++++++++++++++++++-
9 files changed, 280 insertions(+), 19 deletions(-)
--
2.17.1
Powered by blists - more mailing lists