netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Serhey Popovych <serhe.popovych@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH iproute2 0/3] ip/tunnels: Reuse code, vti6 zero endpoint support and minor cleanup
Date: Tue, 19 Dec 2017 08:19:11 -0800	[thread overview]
Message-ID: <20171219081911.6d316d83@xeon-e3> (raw)
In-Reply-To: <1513619285-23187-1-git-send-email-serhe.popovych@gmail.com>

On Mon, 18 Dec 2017 19:48:02 +0200
Serhey Popovych <serhe.popovych@gmail.com> wrote:

> In this series I present next set of improvements:
> 
>   1) Use tnl_parse_key() to avoid code duplication in tunnel
>      configuration via netlink code.
> 
>   2) Trivial: use IN6ADDR_ANY_INIT instead of open coded
>      initialization of local/remote endpoint in ip6tnl code.
> 
>   3) Trivial: drop additional checks for zero endpoint
>      in vti6 code. This completes and unifies support for
>      unconfiguring local/remote endpoint for tunnel.
> 
> See individual patch description message for details.
> 
> Thanks,
> Serhii
> 
> Serhey Popovych (3):
>   ip/tunnel: Use tnl_parse_key() to parse tunnel key
>   link_ip6tnl: Use IN6ADDR_ANY_INIT to initialize local/remote
>     endpoints
>   link_vti6: Always add local/remote endpoint attributes
> 
>  ip/link_gre.c    |   45 +++++----------------------------------------
>  ip/link_gre6.c   |   45 +++++----------------------------------------
>  ip/link_ip6tnl.c |    4 ++--
>  ip/link_vti.c    |   45 +++++----------------------------------------
>  ip/link_vti6.c   |   51 +++++++--------------------------------------------
>  ip/tunnel.c      |    5 +++--
>  6 files changed, 27 insertions(+), 168 deletions(-)
> 

Applied, thanks

      parent reply	other threads:[~2017-12-19 16:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-18 17:48 [PATCH iproute2 0/3] ip/tunnels: Reuse code, vti6 zero endpoint support and minor cleanup Serhey Popovych
2017-12-18 17:48 ` [PATCH iproute2 1/3] ip/tunnel: Use tnl_parse_key() to parse tunnel key Serhey Popovych
2017-12-18 17:48 ` [PATCH iproute2 2/3] link_ip6tnl: Use IN6ADDR_ANY_INIT to initialize local/remote endpoints Serhey Popovych
2017-12-18 17:48 ` [PATCH iproute2 3/3] link_vti6: Always add local/remote endpoint attributes Serhey Popovych
2017-12-19 16:19 ` Stephen Hemminger [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=20171219081911.6d316d83@xeon-e3 \
    --to=stephen@networkplumber.org \
    --cc=netdev@vger.kernel.org \
    --cc=serhe.popovych@gmail.com \
    /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).