From: patchwork-bot+netdevbpf@kernel.org
To: Saeed Mahameed <saeed@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
parav@nvidia.com, roid@nvidia.com, vuhuong@nvidia.com,
saeedm@nvidia.com
Subject: Re: [net-next V2 01/11] net/mlx5: E-Switch, Return eswitch max ports when eswitch is supported
Date: Mon, 26 Apr 2021 01:40:10 +0000 [thread overview]
Message-ID: <161940121060.11520.11412171298037876897.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210424080115.97273-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Sat, 24 Apr 2021 01:01:05 -0700 you wrote:
> From: Parav Pandit <parav@nvidia.com>
>
> mlx5_eswitch_get_total_vports() doesn't honor MLX5_ESWICH Kconfig flag.
>
> When MLX5_ESWITCH is disabled, FS layer continues to initialize eswitch
> specific ACL namespaces.
> Instead, start honoring MLX5_ESWITCH flag and perform vport specific
> initialization only when vport count is non zero.
>
> [...]
Here is the summary with links:
- [net-next,V2,01/11] net/mlx5: E-Switch, Return eswitch max ports when eswitch is supported
https://git.kernel.org/netdev/net-next/c/06ec5acc7747
- [net-next,V2,02/11] net/mlx5: E-Switch, Prepare to return total vports from eswitch struct
https://git.kernel.org/netdev/net-next/c/9f8c7100c8f9
- [net-next,V2,03/11] net/mlx5: E-Switch, Use xarray for vport number to vport and rep mapping
https://git.kernel.org/netdev/net-next/c/47dd7e609f69
- [net-next,V2,04/11] net/mlx5: E-Switch, Consider SF ports of host PF
https://git.kernel.org/netdev/net-next/c/87bd418ea751
- [net-next,V2,05/11] net/mlx5: SF, Rely on hw table for SF devlink port allocation
https://git.kernel.org/netdev/net-next/c/1d7979352f9f
- [net-next,V2,06/11] devlink: Extend SF port attributes to have external attribute
https://git.kernel.org/netdev/net-next/c/a1ab3e4554b5
- [net-next,V2,07/11] net/mlx5: SF, Store and use start function id
https://git.kernel.org/netdev/net-next/c/7e6ccbc18784
- [net-next,V2,08/11] net/mlx5: SF, Consider own vhca events of SF devices
https://git.kernel.org/netdev/net-next/c/326c08a02034
- [net-next,V2,09/11] net/mlx5: SF, Use helpers for allocation and free
https://git.kernel.org/netdev/net-next/c/01ed9550e8b4
- [net-next,V2,10/11] net/mlx5: SF, Split mlx5_sf_hw_table into two parts
https://git.kernel.org/netdev/net-next/c/a3088f87d984
- [net-next,V2,11/11] net/mlx5: SF, Extend SF table for additional SF id range
https://git.kernel.org/netdev/net-next/c/f1b9acd3a5e8
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2021-04-26 1:40 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-24 8:01 [pull request][net-next V2 00/11] mlx5 External sub function controller Saeed Mahameed
2021-04-24 8:01 ` [net-next V2 01/11] net/mlx5: E-Switch, Return eswitch max ports when eswitch is supported Saeed Mahameed
2021-04-26 1:40 ` patchwork-bot+netdevbpf [this message]
2021-04-24 8:01 ` [net-next V2 02/11] net/mlx5: E-Switch, Prepare to return total vports from eswitch struct Saeed Mahameed
2021-04-24 8:01 ` [net-next V2 03/11] net/mlx5: E-Switch, Use xarray for vport number to vport and rep mapping Saeed Mahameed
2021-04-24 8:01 ` [net-next V2 04/11] net/mlx5: E-Switch, Consider SF ports of host PF Saeed Mahameed
2021-04-24 8:01 ` [net-next V2 05/11] net/mlx5: SF, Rely on hw table for SF devlink port allocation Saeed Mahameed
2021-04-24 8:01 ` [net-next V2 06/11] devlink: Extend SF port attributes to have external attribute Saeed Mahameed
2021-04-24 8:01 ` [net-next V2 07/11] net/mlx5: SF, Store and use start function id Saeed Mahameed
2021-04-24 8:01 ` [net-next V2 08/11] net/mlx5: SF, Consider own vhca events of SF devices Saeed Mahameed
2021-04-24 8:01 ` [net-next V2 09/11] net/mlx5: SF, Use helpers for allocation and free Saeed Mahameed
2021-04-24 8:01 ` [net-next V2 10/11] net/mlx5: SF, Split mlx5_sf_hw_table into two parts Saeed Mahameed
2021-04-24 8:01 ` [net-next V2 11/11] net/mlx5: SF, Extend SF table for additional SF id range 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=161940121060.11520.11412171298037876897.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=parav@nvidia.com \
--cc=roid@nvidia.com \
--cc=saeed@kernel.org \
--cc=saeedm@nvidia.com \
--cc=vuhuong@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).