All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Ido Schimmel <idosch@nvidia.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
	amcohen@nvidia.com, petrm@nvidia.com, mlxsw@nvidia.com
Subject: Re: [PATCH net-next 0/8] mlxsw: Add support for VxLAN with IPv6 underlay
Date: Wed, 15 Dec 2021 15:10:12 +0000	[thread overview]
Message-ID: <163958101255.23013.4040471877048572145.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211214142551.606542-1-idosch@nvidia.com>

Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Tue, 14 Dec 2021 16:25:43 +0200 you wrote:
> So far, mlxsw only supported VxLAN with IPv4 underlay. This patchset
> extends mlxsw to also support VxLAN with IPv6 underlay. The main
> difference is related to the way IPv6 addresses are handled by the
> device. See patch #1 for a detailed explanation.
> 
> Patch #1 creates a common hash table to store the mapping from IPv6
> addresses to KVDL indexes. This table is useful for both IP-in-IP and
> VxLAN tunnels with an IPv6 underlay.
> 
> [...]

Here is the summary with links:
  - [net-next,1/8] mlxsw: spectrum: Add hash table for IPv6 address mapping
    https://git.kernel.org/netdev/net-next/c/e846efe2737b
  - [net-next,2/8] mlxsw: spectrum_ipip: Use common hash table for IPv6 address mapping
    https://git.kernel.org/netdev/net-next/c/cf42911523e0
  - [net-next,3/8] mlxsw: spectrum_nve_vxlan: Make VxLAN flags check per address family
    https://git.kernel.org/netdev/net-next/c/720d683cbe8b
  - [net-next,4/8] mlxsw: Split handling of FDB tunnel entries between address families
    https://git.kernel.org/netdev/net-next/c/1fd85416e3b5
  - [net-next,5/8] mlxsw: reg: Add a function to fill IPv6 unicast FDB entries
    https://git.kernel.org/netdev/net-next/c/4b08c3e676b1
  - [net-next,6/8] mlxsw: spectrum_nve: Keep track of IPv6 addresses used by FDB entries
    https://git.kernel.org/netdev/net-next/c/0860c7641634
  - [net-next,7/8] mlxsw: Add support for VxLAN with IPv6 underlay
    https://git.kernel.org/netdev/net-next/c/06c08f869c0e
  - [net-next,8/8] selftests: mlxsw: vxlan: Remove IPv6 test case
    https://git.kernel.org/netdev/net-next/c/fb488be8c28d

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2021-12-15 15:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-14 14:25 [PATCH net-next 0/8] mlxsw: Add support for VxLAN with IPv6 underlay Ido Schimmel
2021-12-14 14:25 ` [PATCH net-next 1/8] mlxsw: spectrum: Add hash table for IPv6 address mapping Ido Schimmel
2021-12-14 14:25 ` [PATCH net-next 2/8] mlxsw: spectrum_ipip: Use common " Ido Schimmel
2021-12-14 14:25 ` [PATCH net-next 3/8] mlxsw: spectrum_nve_vxlan: Make VxLAN flags check per address family Ido Schimmel
2021-12-14 14:25 ` [PATCH net-next 4/8] mlxsw: Split handling of FDB tunnel entries between address families Ido Schimmel
2021-12-14 14:25 ` [PATCH net-next 5/8] mlxsw: reg: Add a function to fill IPv6 unicast FDB entries Ido Schimmel
2021-12-14 14:25 ` [PATCH net-next 6/8] mlxsw: spectrum_nve: Keep track of IPv6 addresses used by " Ido Schimmel
2021-12-14 14:25 ` [PATCH net-next 7/8] mlxsw: Add support for VxLAN with IPv6 underlay Ido Schimmel
2021-12-14 14:25 ` [PATCH net-next 8/8] selftests: mlxsw: vxlan: Remove IPv6 test case Ido Schimmel
2021-12-15 15:10 ` patchwork-bot+netdevbpf [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=163958101255.23013.4040471877048572145.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=amcohen@nvidia.com \
    --cc=davem@davemloft.net \
    --cc=idosch@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=mlxsw@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=petrm@nvidia.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 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.