All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Ahern <dsahern@kernel.org>
To: davem@davemloft.net, netdev@vger.kernel.org
Cc: David Ahern <dsahern@gmail.com>
Subject: [PATCH net-next 0/2] ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create
Date: Thu, 21 Mar 2019 05:21:33 -0700	[thread overview]
Message-ID: <20190321122135.5768-1-dsahern@kernel.org> (raw)

From: David Ahern <dsahern@gmail.com>

addrconf_f6i_alloc is the last caller of fib6_info_alloc besides
ip6_route_info_create. There really is no good reason for it do
its own fib6_info initialization, so convert it to call 
ip6_route_info_create.

David Ahern (2):
  ipv6: Move setting default metric for routes
  ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create

 include/net/ip6_fib.h |  3 ++-
 net/ipv6/route.c      | 50 ++++++++++++++++++++------------------------------
 2 files changed, 22 insertions(+), 31 deletions(-)

-- 
2.11.0


             reply	other threads:[~2019-03-21 12:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-21 12:21 David Ahern [this message]
2019-03-21 12:21 ` [PATCH net-next 1/2] ipv6: Move setting default metric for routes David Ahern
2019-03-21 12:21 ` [PATCH net-next 2/2] ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create David Ahern
2019-03-21 17:17 ` [PATCH net-next 0/2] " David Miller

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=20190321122135.5768-1-dsahern@kernel.org \
    --to=dsahern@kernel.org \
    --cc=davem@davemloft.net \
    --cc=dsahern@gmail.com \
    --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 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.