[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1574155869.git.lucien.xin@gmail.com>
Date: Tue, 19 Nov 2019 17:31:45 +0800
From: Xin Long <lucien.xin@...il.com>
To: network dev <netdev@...r.kernel.org>
Cc: davem@...emloft.net, simon.horman@...ronome.com
Subject: [PATCH net-next 0/4] net: sched: support vxlan and erspan options
This patchset is to add vxlan and erspan options support in
cls_flower and act_tunnel_key. The form is pretty much like
geneve_opts in:
https://patchwork.ozlabs.org/patch/935272/
https://patchwork.ozlabs.org/patch/954564/
but only one option is allowed for vxlan and erspan.
Xin Long (4):
net: sched: add vxlan option support to act_tunnel_key
net: sched: add erspan option support to act_tunnel_key
net: sched: allow flower to match vxlan options
net: sched: allow flower to match erspan options
include/uapi/linux/pkt_cls.h | 29 ++++
include/uapi/linux/tc_act/tc_tunnel_key.h | 29 ++++
net/sched/act_tunnel_key.c | 191 +++++++++++++++++++++-
net/sched/cls_flower.c | 252 ++++++++++++++++++++++++++++++
4 files changed, 500 insertions(+), 1 deletion(-)
--
2.1.0
Powered by blists - more mailing lists