netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: david.lebrun@uclouvain.be
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH net-next v2 0/5] ipv6: sr: add support for advanced local segment processing
Date: Mon, 07 Aug 2017 14:16:48 -0700 (PDT)	[thread overview]
Message-ID: <20170807.141648.1607165504786859868.davem@davemloft.net> (raw)
In-Reply-To: <20170805103828.21458-1-david.lebrun@uclouvain.be>

From: David Lebrun <david.lebrun@uclouvain.be>
Date: Sat, 5 Aug 2017 12:38:23 +0200

> v2: use EXPORT_SYMBOL_GPL
> 
> The current implementation of IPv6 SR supports SRH insertion/encapsulation
> and basic segment endpoint behavior (i.e., processing of an SRH contained in
> a packet whose active segment (IPv6 DA) is routed to the local node). This
> behavior simply consists of updating the DA to the next segment and forwarding
> the packet accordingly. This processing is realised for all such packets,
> regardless of the active segment.
> 
> The most recent specifications of IPv6 SR [1] [2] extend the SRH processing
> features as follows. Each segment endpoint defines a MyLocalSID table.
> This table maps segments to operations to perform. For each ingress IPv6
> packet whose DA is part of a given prefix, the segment endpoint looks
> up the active segment (i.e., the IPv6 DA) in the MyLocalSID table and
> applies the corresponding operation. Such specifications enable to specify
> arbitrary operations besides the basic SRH processing and allow for a more
> fine-grained classification.
> 
> This patch series implements those extended specifications by leveraging
> a new type of lightweight tunnel, seg6local.
 ...

Series applied, thanks David.

      parent reply	other threads:[~2017-08-07 21:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-05 10:38 [PATCH net-next v2 0/5] ipv6: sr: add support for advanced local segment processing David Lebrun
2017-08-05 10:38 ` [PATCH net-next v2 1/5] ipv6: sr: allow SRH insertion with arbitrary segments_left value David Lebrun
2017-08-05 10:38 ` [PATCH net-next v2 2/5] ipv6: sr: export SRH insertion functions David Lebrun
2017-08-05 10:38 ` [PATCH net-next v2 3/5] ipv6: sr: define core operations for seg6local lightweight tunnel David Lebrun
2017-08-05 10:38 ` [PATCH net-next v2 4/5] ipv6: sr: add rtnetlink functions for seg6local action parameters David Lebrun
2017-08-05 10:39 ` [PATCH net-next v2 5/5] ipv6: sr: implement several seg6local actions David Lebrun
2017-08-07 21:16 ` David Miller [this message]

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=20170807.141648.1607165504786859868.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=david.lebrun@uclouvain.be \
    --cc=netdev@vger.kernel.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).