netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 net-next 0/4] net: sched: support vxlan and erspan options
@ 2019-11-21 10:03 Xin Long
  2019-11-21 10:03 ` [PATCHv2 net-next 1/4] net: sched: add vxlan option support to act_tunnel_key Xin Long
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Xin Long @ 2019-11-21 10:03 UTC (permalink / raw)
  To: network dev; +Cc: davem, simon.horman, jakub.kicinski

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.

v1->v2:
  - see each patch changelog.

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                | 203 +++++++++++++++++++++++-
 net/sched/cls_flower.c                    | 254 ++++++++++++++++++++++++++++++
 4 files changed, 514 insertions(+), 1 deletion(-)

-- 
2.1.0


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

end of thread, other threads:[~2019-11-21 19:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-21 10:03 [PATCHv2 net-next 0/4] net: sched: support vxlan and erspan options Xin Long
2019-11-21 10:03 ` [PATCHv2 net-next 1/4] net: sched: add vxlan option support to act_tunnel_key Xin Long
2019-11-21 10:03   ` [PATCHv2 net-next 2/4] net: sched: add erspan " Xin Long
2019-11-21 10:03     ` [PATCHv2 net-next 3/4] net: sched: allow flower to match vxlan options Xin Long
2019-11-21 10:03       ` [PATCHv2 net-next 4/4] net: sched: allow flower to match erspan options Xin Long
2019-11-21 18:54 ` [PATCHv2 net-next 0/4] net: sched: support vxlan and " Jakub Kicinski
2019-11-21 19:46 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).