netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: dsa@cumulusnetworks.com
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH net-next 0/4 v3] net: VRF support in IPv6 stack
Date: Tue, 13 Oct 2015 04:56:28 -0700 (PDT)	[thread overview]
Message-ID: <20151013.045628.1427505591915527875.davem@davemloft.net> (raw)
In-Reply-To: <1444675630-42959-1-git-send-email-dsa@cumulusnetworks.com>

From: David Ahern <dsa@cumulusnetworks.com>
Date: Mon, 12 Oct 2015 11:47:06 -0700

> Initial support for VRF in IPv6 stack. Makes IPv6 functionality on par
> with IPv4 -- ping, tcp client/server and udp client/server all work fine.
> tcpdump on vrf device and external tap (e.g., host side tap device) shows
> all packets with proper addresses. IPv6 does not need the source address
> operation like IPv4. Verified vti6 works properly in my setup as does use
> of an IPv6 address on the VRF device.
> 
> v3
> - re-based to top of net-next (updates per net namespace changes by Eric)
> - fixed dst_entry typecasts as requested by Dave
> - added flags to inet6_rtm_getroute (IPv6 version of deaa0a6a930e)
> 
> v2
> - fixed CONFIG_IPV6 dependency as questioned by Cong
>   - if IPV6 is a module, kbuild ensures VRF is a module
>   - if IPV6 is disabled IPV6 functionality is compiled out of VRF module
> - addressed comments from Nik over IRC
>   - removed duplicate call to netif_is_l3_master in l3mdev_rt6_dst_by_oif
>   - changed allocation flag from GFP_ATOMIC to GFP_KERNEL since it is init time
>   - added free of rt6i_pcpu
>   - check_ipv6_frame returns false only if packet is NDISC type

Series applied, thanks.

      parent reply	other threads:[~2015-10-13 11:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-12 18:47 [PATCH net-next 0/4 v3] net: VRF support in IPv6 stack David Ahern
2015-10-12 18:47 ` [PATCH net-next 1/4] net: Add IPv6 support to l3mdev David Ahern
2015-10-12 18:47 ` [PATCH net-next 2/4] net: Export fib6_get_table and nd_tbl David Ahern
2015-10-12 18:47 ` [PATCH net-next 3/4] net: Add IPv6 support to VRF device David Ahern
2015-10-12 18:47 ` [PATCH net-next 4/4] net: Add VRF support to IPv6 stack David Ahern
2015-10-13 11:56 ` 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=20151013.045628.1427505591915527875.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=dsa@cumulusnetworks.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 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).