netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Xin Long <lucien.xin@gmail.com>
To: network dev <netdev@vger.kernel.org>, stephen@networkplumber.org
Cc: Simon Horman <simon.horman@netronome.com>,
	Pieter Jansen van Vuuren  <pieter.jansenvanvuuren@netronome.com>
Subject: [PATCH iproute2-next 0/7] iproute2: fully support for geneve/vxlan/erspan options
Date: Mon,  3 Feb 2020 13:39:51 +0800	[thread overview]
Message-ID: <cover.1580708369.git.lucien.xin@gmail.com> (raw)

Patch 1-3 add the geneve/vxlan/erspan options support for
iproute_lwtunnel, and Patch 4-5 add the vxlan/erspan options
for tc m_tunnel_key, and Patch 6-7 add the vxlan/erspan options
for tc f_flower.

In kernel space, these features have been supported since these
patchsets:

  https://patchwork.ozlabs.org/cover/1190172/
  https://patchwork.ozlabs.org/cover/1198854/

Xin Long (7):
  iproute_lwtunnel: add options support for geneve metadata
  iproute_lwtunnel: add options support for vxlan metadata
  iproute_lwtunnel: add options support for erspan metadata
  tc: m_tunnel_key: add options support for vxlan
  tc: m_tunnel_key: add options support for erpsan
  tc: f_flower: add options support for vxlan
  tc: f_flower: add options support for erspan

 ip/iproute_lwtunnel.c    | 362 ++++++++++++++++++++++++++++++++++++++++++++++-
 man/man8/tc-flower.8     |  26 ++++
 man/man8/tc-tunnel_key.8 |  20 ++-
 tc/f_flower.c            | 300 ++++++++++++++++++++++++++++++++++++---
 tc/m_tunnel_key.c        | 209 +++++++++++++++++++++++++--
 5 files changed, 889 insertions(+), 28 deletions(-)

-- 
2.1.0


             reply	other threads:[~2020-02-03  5:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-03  5:39 Xin Long [this message]
2020-02-03  5:39 ` [PATCH iproute2-next 1/7] iproute_lwtunnel: add options support for geneve metadata Xin Long
2020-02-06 16:07   ` David Ahern
2020-02-09 14:10     ` Xin Long
2020-02-03  5:39 ` [PATCH iproute2-next 2/7] iproute_lwtunnel: add options support for vxlan metadata Xin Long
2020-02-05 12:22   ` Stephen Hemminger
2020-02-10  6:09     ` Xin Long
2020-02-03  5:39 ` [PATCH iproute2-next 3/7] iproute_lwtunnel: add options support for erspan metadata Xin Long
2020-02-03  5:39 ` [PATCH iproute2-next 4/7] tc: m_tunnel_key: add options support for vxlan Xin Long
2020-02-03  5:39 ` [PATCH iproute2-next 5/7] tc: m_tunnel_key: add options support for erpsan Xin Long
2020-02-03  5:39 ` [PATCH iproute2-next 6/7] tc: f_flower: add options support for vxlan Xin Long
2020-02-03  5:39 ` [PATCH iproute2-next 7/7] tc: f_flower: add options support for erspan Xin Long

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1580708369.git.lucien.xin@gmail.com \
    --to=lucien.xin@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=pieter.jansenvanvuuren@netronome.com \
    --cc=simon.horman@netronome.com \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).