netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Ido Schimmel <idosch@idosch.org>
Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
	jiri@nvidia.com, mlxsw@nvidia.com, idosch@nvidia.com
Subject: Re: [PATCH net-next v2 00/15] mlxsw: Introduce initial XM router support
Date: Tue, 15 Dec 2020 03:20:10 +0000	[thread overview]
Message-ID: <160800241085.26355.8053264577757887472.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20201214113041.2789043-1-idosch@idosch.org>

Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Mon, 14 Dec 2020 13:30:26 +0200 you wrote:
> From: Ido Schimmel <idosch@nvidia.com>
> 
> This patch set implements initial eXtended Mezzanine (XM) router
> support.
> 
> The XM is an external device connected to the Spectrum-{2,3} ASICs using
> dedicated Ethernet ports. Its purpose is to increase the number of
> routes that can be offloaded to hardware. This is achieved by having the
> ASIC act as a cache that refers cache misses to the XM where the FIB is
> stored and LPM lookup is performed.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,01/15] mlxsw: reg: Add XM Direct Register
    https://git.kernel.org/netdev/net-next/c/be6ba3b61e20
  - [net-next,v2,02/15] mlxsw: reg: Add Router XLT Enable Register
    https://git.kernel.org/netdev/net-next/c/6100fbf13d2f
  - [net-next,v2,03/15] mlxsw: spectrum_router: Introduce XM implementation of router low-level ops
    https://git.kernel.org/netdev/net-next/c/ff462103ca4d
  - [net-next,v2,04/15] mlxsw: pci: Obtain info about ports used by eXtended mezanine
    https://git.kernel.org/netdev/net-next/c/2ea3f4c7fa7c
  - [net-next,v2,05/15] mlxsw: Ignore ports that are connected to eXtended mezanine
    https://git.kernel.org/netdev/net-next/c/50779c332556
  - [net-next,v2,06/15] mlxsw: reg: Add Router XLT M select Register
    https://git.kernel.org/netdev/net-next/c/087489dc2748
  - [net-next,v2,07/15] mlxsw: reg: Add XM Lookup Table Query Register
    https://git.kernel.org/netdev/net-next/c/ec54677e55bb
  - [net-next,v2,08/15] mlxsw: spectrum_router: Introduce per-ASIC XM initialization
    https://git.kernel.org/netdev/net-next/c/e0bc244dcf58
  - [net-next,v2,09/15] mlxsw: reg: Add XM Router M Table Register
    https://git.kernel.org/netdev/net-next/c/e35e80464896
  - [net-next,v2,10/15] mlxsw: spectrum_router_xm: Implement L-value tracking for M-index
    https://git.kernel.org/netdev/net-next/c/54ff9dbbb96f
  - [net-next,v2,11/15] mlxsw: reg: Add Router LPM Cache ML Delete Register
    https://git.kernel.org/netdev/net-next/c/edb47f3d2368
  - [net-next,v2,12/15] mlxsw: reg: Add Router LPM Cache Enable Register
    https://git.kernel.org/netdev/net-next/c/069254662b65
  - [net-next,v2,13/15] mlxsw: spectrum_router_xm: Introduce basic XM cache flushing
    https://git.kernel.org/netdev/net-next/c/2dfad87a24de
  - [net-next,v2,14/15] mlxsw: spectrum: Set KVH XLT cache mode for Spectrum2/3
    https://git.kernel.org/netdev/net-next/c/dffd566136d7
  - [net-next,v2,15/15] mlxsw: spectrum_router: Use eXtended mezzanine to offload IPv4 router
    https://git.kernel.org/netdev/net-next/c/88a31b18b6df

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



      parent reply	other threads:[~2020-12-15  3:21 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-14 11:30 [PATCH net-next v2 00/15] mlxsw: Introduce initial XM router support Ido Schimmel
2020-12-14 11:30 ` [PATCH net-next v2 01/15] mlxsw: reg: Add XM Direct Register Ido Schimmel
2020-12-14 11:30 ` [PATCH net-next v2 02/15] mlxsw: reg: Add Router XLT Enable Register Ido Schimmel
2020-12-14 11:30 ` [PATCH net-next v2 03/15] mlxsw: spectrum_router: Introduce XM implementation of router low-level ops Ido Schimmel
2020-12-14 11:30 ` [PATCH net-next v2 04/15] mlxsw: pci: Obtain info about ports used by eXtended mezanine Ido Schimmel
2020-12-14 11:30 ` [PATCH net-next v2 05/15] mlxsw: Ignore ports that are connected to " Ido Schimmel
2020-12-14 11:30 ` [PATCH net-next v2 06/15] mlxsw: reg: Add Router XLT M select Register Ido Schimmel
2020-12-14 11:30 ` [PATCH net-next v2 07/15] mlxsw: reg: Add XM Lookup Table Query Register Ido Schimmel
2020-12-14 11:30 ` [PATCH net-next v2 08/15] mlxsw: spectrum_router: Introduce per-ASIC XM initialization Ido Schimmel
2020-12-14 11:30 ` [PATCH net-next v2 09/15] mlxsw: reg: Add XM Router M Table Register Ido Schimmel
2020-12-14 11:30 ` [PATCH net-next v2 10/15] mlxsw: spectrum_router_xm: Implement L-value tracking for M-index Ido Schimmel
2020-12-14 11:30 ` [PATCH net-next v2 11/15] mlxsw: reg: Add Router LPM Cache ML Delete Register Ido Schimmel
2020-12-14 11:30 ` [PATCH net-next v2 12/15] mlxsw: reg: Add Router LPM Cache Enable Register Ido Schimmel
2020-12-14 11:30 ` [PATCH net-next v2 13/15] mlxsw: spectrum_router_xm: Introduce basic XM cache flushing Ido Schimmel
2020-12-14 11:30 ` [PATCH net-next v2 14/15] mlxsw: spectrum: Set KVH XLT cache mode for Spectrum2/3 Ido Schimmel
2020-12-14 11:30 ` [PATCH net-next v2 15/15] mlxsw: spectrum_router: Use eXtended mezzanine to offload IPv4 router Ido Schimmel
2020-12-15  3:20 ` 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=160800241085.26355.8053264577757887472.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=idosch@idosch.org \
    --cc=idosch@nvidia.com \
    --cc=jiri@nvidia.com \
    --cc=kuba@kernel.org \
    --cc=mlxsw@nvidia.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).