From: patchwork-bot+netdevbpf@kernel.org
To: Saeed Mahameed <saeed@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
tariqt@nvidia.com, leonro@nvidia.com, maximmi@nvidia.com,
saeedm@nvidia.com
Subject: Re: [net-next V2 01/17] net/mlx5e: Do not try enable RSS when resetting indir table
Date: Tue, 17 Aug 2021 09:40:11 +0000 [thread overview]
Message-ID: <162919321131.26227.2695843221921487661.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210816232219.557083-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Mon, 16 Aug 2021 16:22:03 -0700 you wrote:
> From: Tariq Toukan <tariqt@nvidia.com>
>
> All calls to mlx5e_rx_res_rss_set_indir_uniform() occur while the RSS
> state is inactive, i.e. the RQT is pointing to the drop RQ, not to the
> channels' RQs.
> It means that the "apply" part of the function is not called.
> Remove this part from the function, and document the change. It will be
> useful for next patches in the series, allows code simplifications when
> multiple RSS contexts are introduced.
>
> [...]
Here is the summary with links:
- [net-next,V2,01/17] net/mlx5e: Do not try enable RSS when resetting indir table
https://git.kernel.org/netdev/net-next/c/6e5fea51961e
- [net-next,V2,02/17] net/mlx5e: Introduce TIR create/destroy API in rx_res
https://git.kernel.org/netdev/net-next/c/fc651ff9105a
- [net-next,V2,03/17] net/mlx5e: Introduce abstraction of RSS context
https://git.kernel.org/netdev/net-next/c/713ba5e5f689
- [net-next,V2,04/17] net/mlx5e: Convert RSS to a dedicated object
https://git.kernel.org/netdev/net-next/c/25307a91cb50
- [net-next,V2,05/17] net/mlx5e: Dynamically allocate TIRs in RSS contexts
https://git.kernel.org/netdev/net-next/c/49095f641b69
- [net-next,V2,06/17] net/mlx5e: Support multiple RSS contexts
https://git.kernel.org/netdev/net-next/c/f01cc58c18d6
- [net-next,V2,07/17] net/mlx5e: Support flow classification into RSS contexts
https://git.kernel.org/netdev/net-next/c/248d3b4c9a39
- [net-next,V2,08/17] net/mlx5e: Abstract MQPRIO params
https://git.kernel.org/netdev/net-next/c/86d747a3f969
- [net-next,V2,09/17] net/mlx5e: Maintain MQPRIO mode parameter
https://git.kernel.org/netdev/net-next/c/e2aeac448f06
- [net-next,V2,10/17] net/mlx5e: Handle errors of netdev_set_num_tc()
https://git.kernel.org/netdev/net-next/c/21ecfcb83a85
- [net-next,V2,11/17] net/mlx5e: Support MQPRIO channel mode
https://git.kernel.org/netdev/net-next/c/ec60c4581bd9
- [net-next,V2,12/17] net/mlx5: Bridge, release bridge in same function where it is taken
https://git.kernel.org/netdev/net-next/c/4de20e9a1225
- [net-next,V2,13/17] net/mlx5: Bridge, obtain core device from eswitch instead of priv
https://git.kernel.org/netdev/net-next/c/a514d1735059
- [net-next,V2,14/17] net/mlx5: Bridge, identify port by vport_num+esw_owner_vhca_id pair
https://git.kernel.org/netdev/net-next/c/3ee6233e61a1
- [net-next,V2,15/17] net/mlx5: Bridge, extract FDB delete notification to function
https://git.kernel.org/netdev/net-next/c/bf3d56d8f55f
- [net-next,V2,16/17] net/mlx5: Bridge, allow merged eswitch connectivity
https://git.kernel.org/netdev/net-next/c/c358ea1741bc
- [net-next,V2,17/17] net/mlx5: Bridge, support LAG
https://git.kernel.org/netdev/net-next/c/ff9b7521468b
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-08-17 9:40 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-16 23:22 [pull request][net-next V2 00/17] mlx5 updates 2021-08-16 Saeed Mahameed
2021-08-16 23:22 ` [net-next V2 01/17] net/mlx5e: Do not try enable RSS when resetting indir table Saeed Mahameed
2021-08-17 9:40 ` patchwork-bot+netdevbpf [this message]
2021-08-16 23:22 ` [net-next V2 02/17] net/mlx5e: Introduce TIR create/destroy API in rx_res Saeed Mahameed
2021-08-16 23:22 ` [net-next V2 03/17] net/mlx5e: Introduce abstraction of RSS context Saeed Mahameed
2021-08-16 23:22 ` [net-next V2 04/17] net/mlx5e: Convert RSS to a dedicated object Saeed Mahameed
2021-08-16 23:22 ` [net-next V2 05/17] net/mlx5e: Dynamically allocate TIRs in RSS contexts Saeed Mahameed
2021-08-16 23:22 ` [net-next V2 06/17] net/mlx5e: Support multiple " Saeed Mahameed
2021-08-16 23:22 ` [net-next V2 07/17] net/mlx5e: Support flow classification into " Saeed Mahameed
2021-08-16 23:22 ` [net-next V2 08/17] net/mlx5e: Abstract MQPRIO params Saeed Mahameed
2021-08-16 23:22 ` [net-next V2 09/17] net/mlx5e: Maintain MQPRIO mode parameter Saeed Mahameed
2021-08-16 23:22 ` [net-next V2 10/17] net/mlx5e: Handle errors of netdev_set_num_tc() Saeed Mahameed
2021-08-16 23:22 ` [net-next V2 11/17] net/mlx5e: Support MQPRIO channel mode Saeed Mahameed
2021-08-16 23:22 ` [net-next V2 12/17] net/mlx5: Bridge, release bridge in same function where it is taken Saeed Mahameed
2021-08-16 23:22 ` [net-next V2 13/17] net/mlx5: Bridge, obtain core device from eswitch instead of priv Saeed Mahameed
2021-08-16 23:22 ` [net-next V2 14/17] net/mlx5: Bridge, identify port by vport_num+esw_owner_vhca_id pair Saeed Mahameed
2021-08-16 23:22 ` [net-next V2 15/17] net/mlx5: Bridge, extract FDB delete notification to function Saeed Mahameed
2021-08-16 23:22 ` [net-next V2 16/17] net/mlx5: Bridge, allow merged eswitch connectivity Saeed Mahameed
2021-08-16 23:22 ` [net-next V2 17/17] net/mlx5: Bridge, support LAG 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=162919321131.26227.2695843221921487661.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=leonro@nvidia.com \
--cc=maximmi@nvidia.com \
--cc=netdev@vger.kernel.org \
--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 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.