All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net: sched: support vxlan and erspan options
@ 2019-11-19  9:31 Xin Long
  2019-11-19  9:31 ` [PATCH net-next 1/4] net: sched: add vxlan option support to act_tunnel_key Xin Long
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Xin Long @ 2019-11-19  9:31 UTC (permalink / raw)
  To: network dev; +Cc: davem, simon.horman

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


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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-19  9:31 [PATCH net-next 0/4] net: sched: support vxlan and erspan options Xin Long
2019-11-19  9:31 ` [PATCH net-next 1/4] net: sched: add vxlan option support to act_tunnel_key Xin Long
2019-11-20  0:12   ` Jakub Kicinski
2019-11-20  5:08     ` Xin Long
2019-11-20 17:17       ` Jakub Kicinski
2019-11-21  5:45         ` Xin Long
2019-11-21 15:56           ` David Ahern
2019-11-19  9:31 ` [PATCH net-next 2/4] net: sched: add erspan " Xin Long
2019-11-20  0:27   ` Jakub Kicinski
2019-11-20  5:15     ` Xin Long
2019-11-19  9:31 ` [PATCH net-next 3/4] net: sched: allow flower to match vxlan options Xin Long
2019-11-19  9:31 ` [PATCH net-next 4/4] net: sched: allow flower to match erspan options Xin Long
2019-11-19 14:18 ` [PATCH net-next 0/4] net: sched: support vxlan and " Roman Mashak
2019-11-19 15:55   ` Xin Long
2019-11-19 16:06     ` Roman Mashak
2019-11-19 16:23       ` Xin Long

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.