Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net: Geneve options support for TC act_tunnel_key
@ 2018-06-26 18:53 Jakub Kicinski
  2018-06-26 18:53 ` [PATCH net-next 1/4] net/sched: act_tunnel_key: disambiguate metadata dst error cases Jakub Kicinski
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Jakub Kicinski @ 2018-06-26 18:53 UTC (permalink / raw)
  To: davem, jbenc
  Cc: Roopa Prabhu, jiri, jhs, xiyou.wangcong, daniel, oss-drivers,
	netdev, Jakub Kicinski

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-06-28 16:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-26 18:53 [PATCH net-next 0/4] net: Geneve options support for TC act_tunnel_key Jakub Kicinski
2018-06-26 18:53 ` [PATCH net-next 1/4] net/sched: act_tunnel_key: disambiguate metadata dst error cases Jakub Kicinski
2018-06-26 18:53 ` [PATCH net-next 2/4] net/sched: act_tunnel_key: add extended ack support Jakub Kicinski
2018-06-26 19:50   ` David Ahern
2018-06-26 18:53 ` [PATCH net-next 3/4] net: check tunnel option type in tunnel flags Jakub Kicinski
2018-06-27  3:08   ` kbuild test robot
2018-06-26 18:53 ` [PATCH net-next 4/4] net/sched: add tunnel option support to act_tunnel_key Jakub Kicinski
2018-06-28  7:17 ` [PATCH net-next 0/4] net: Geneve options support for TC act_tunnel_key David Miller
2018-06-28 16:39   ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox