netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Saeed Mahameed <saeed@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, saeedm@nvidia.com, netdev@vger.kernel.org,
	tariqt@nvidia.com, roid@nvidia.com, maord@nvidia.com
Subject: Re: [net-next V2 01/15] net/mlx5: Lag, Control MultiPort E-Switch single FDB mode
Date: Thu, 16 Feb 2023 03:30:21 +0000	[thread overview]
Message-ID: <167651822189.29240.3697186307841113480.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230214221239.159033-2-saeed@kernel.org>

Hello:

This series was applied to netdev/net-next.git (master)
by Saeed Mahameed <saeedm@nvidia.com>:

On Tue, 14 Feb 2023 14:12:25 -0800 you wrote:
> From: Roi Dayan <roid@nvidia.com>
> 
> MultiPort E-Switch builds on newer hardware's capabilities and introduces
> a mode where a single E-Switch is used and all the vports and physical
> ports on the NIC are connected to it.
> 
> The new mode will allow in the future a decrease in the memory used by the
> driver and advanced features that aren't possible today.
> 
> [...]

Here is the summary with links:
  - [net-next,V2,01/15] net/mlx5: Lag, Control MultiPort E-Switch single FDB mode
    https://git.kernel.org/netdev/net-next/c/a32327a3a02c
  - [net-next,V2,02/15] net/mlx5e: TC, Add peer flow in mpesw mode
    https://git.kernel.org/netdev/net-next/c/8ce81fc01b52
  - [net-next,V2,03/15] net/mlx5: E-Switch, rename bond update function to be reused
    https://git.kernel.org/netdev/net-next/c/ab9fc405ffd9
  - [net-next,V2,04/15] net/mlx5: Lag, set different uplink vport metadata in multiport eswitch mode
    https://git.kernel.org/netdev/net-next/c/73af3711c702
  - [net-next,V2,05/15] net/mlx5: Lag, Add single RDMA device in multiport mode
    https://git.kernel.org/netdev/net-next/c/27f9e0ccb6da
  - [net-next,V2,06/15] net/mlx5e: Use a simpler comparison for uplink rep
    https://git.kernel.org/netdev/net-next/c/197c00029294
  - [net-next,V2,07/15] net/mlx5e: TC, Remove redundant parse_attr argument
    https://git.kernel.org/netdev/net-next/c/b97653d87bda
  - [net-next,V2,08/15] net/mlx5: Remove outdated comment
    https://git.kernel.org/netdev/net-next/c/29a299cb6b20
  - [net-next,V2,09/15] net/mlx5e: Pass mdev to mlx5e_devlink_port_register()
    https://git.kernel.org/netdev/net-next/c/ccd672bcf3e5
  - [net-next,V2,10/15] net/mlx5e: Replace usage of mlx5e_devlink_get_dl_port() by netdev->devlink_port
    https://git.kernel.org/netdev/net-next/c/bc1536f369f0
  - [net-next,V2,11/15] net/mlx5e: Move dl_port to struct mlx5e_dev
    https://git.kernel.org/netdev/net-next/c/c30f3faa2a81
  - [net-next,V2,12/15] net/mlx5e: Move devlink port registration to be done before netdev alloc
    https://git.kernel.org/netdev/net-next/c/6d6e71e6e5e3
  - [net-next,V2,13/15] net/mlx5e: Create auxdev devlink instance in the same ns as parent devlink
    https://git.kernel.org/netdev/net-next/c/de411a8226df
  - [net-next,V2,14/15] net/mlx5: Remove "recovery" arg from mlx5_load_one() function
    https://git.kernel.org/netdev/net-next/c/5977ac3910f1
  - [net-next,V2,15/15] net/mlx5: Suspend auxiliary devices only in case of PCI device suspend
    https://git.kernel.org/netdev/net-next/c/72ed5d5624af

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



  parent reply	other threads:[~2023-02-16  3:30 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-14 22:12 [pull request][net-next V2 00/15] mlx5 updates 2023-02-10 Saeed Mahameed
2023-02-14 22:12 ` [net-next V2 01/15] net/mlx5: Lag, Control MultiPort E-Switch single FDB mode Saeed Mahameed
2023-02-15  7:53   ` Jiri Pirko
2023-02-16  3:30   ` patchwork-bot+netdevbpf [this message]
2023-02-14 22:12 ` [net-next V2 02/15] net/mlx5e: TC, Add peer flow in mpesw mode Saeed Mahameed
2023-02-14 22:12 ` [net-next V2 03/15] net/mlx5: E-Switch, rename bond update function to be reused Saeed Mahameed
2023-02-14 22:12 ` [net-next V2 04/15] net/mlx5: Lag, set different uplink vport metadata in multiport eswitch mode Saeed Mahameed
2023-02-14 22:12 ` [net-next V2 05/15] net/mlx5: Lag, Add single RDMA device in multiport mode Saeed Mahameed
2023-02-14 22:12 ` [net-next V2 06/15] net/mlx5e: Use a simpler comparison for uplink rep Saeed Mahameed
2023-02-14 22:12 ` [net-next V2 07/15] net/mlx5e: TC, Remove redundant parse_attr argument Saeed Mahameed
2023-02-14 22:12 ` [net-next V2 08/15] net/mlx5: Remove outdated comment Saeed Mahameed
2023-02-14 22:12 ` [net-next V2 09/15] net/mlx5e: Pass mdev to mlx5e_devlink_port_register() Saeed Mahameed
2023-02-14 22:12 ` [net-next V2 10/15] net/mlx5e: Replace usage of mlx5e_devlink_get_dl_port() by netdev->devlink_port Saeed Mahameed
2023-02-14 22:12 ` [net-next V2 11/15] net/mlx5e: Move dl_port to struct mlx5e_dev Saeed Mahameed
2023-02-14 22:12 ` [net-next V2 12/15] net/mlx5e: Move devlink port registration to be done before netdev alloc Saeed Mahameed
2023-02-14 22:12 ` [net-next V2 13/15] net/mlx5e: Create auxdev devlink instance in the same ns as parent devlink Saeed Mahameed
2023-02-14 22:12 ` [net-next V2 14/15] net/mlx5: Remove "recovery" arg from mlx5_load_one() function Saeed Mahameed
2023-02-14 22:12 ` [net-next V2 15/15] net/mlx5: Suspend auxiliary devices only in case of PCI device suspend Saeed Mahameed

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=167651822189.29240.3697186307841113480.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=maord@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=roid@nvidia.com \
    --cc=saeed@kernel.org \
    --cc=saeedm@nvidia.com \
    --cc=tariqt@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 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).