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, afaris@nvidia.com
Subject: Re: [net-next V2 01/14] net/mlx5e: aRFS, Prevent repeated kernel rule migrations requests
Date: Tue, 22 Aug 2023 18:10:30 +0000 [thread overview]
Message-ID: <169272783080.18530.1504106217283170391.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230821175739.81188-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net-next.git (main)
by Saeed Mahameed <saeedm@nvidia.com>:
On Mon, 21 Aug 2023 10:57:26 -0700 you wrote:
> From: Adham Faris <afaris@nvidia.com>
>
> aRFS rule movement requests from one Rx ring to other Rx ring arrive
> from the kernel to ensure that packets are steered to the right Rx ring.
> In the time interval until satisfying such a request, several more
> requests might follow, for the same flow.
>
> [...]
Here is the summary with links:
- [net-next,V2,01/14] net/mlx5e: aRFS, Prevent repeated kernel rule migrations requests
https://git.kernel.org/netdev/net-next/c/7a73cf0bf7f9
- [net-next,V2,02/14] net/mlx5e: aRFS, Warn if aRFS table does not exist for aRFS rule
https://git.kernel.org/netdev/net-next/c/7653d8067245
- [net-next,V2,03/14] net/mlx5e: aRFS, Introduce ethtool stats
https://git.kernel.org/netdev/net-next/c/f98e51585f2c
- [net-next,V2,04/14] net/mlx5e: Fix spelling mistake "Faided" -> "Failed"
https://git.kernel.org/netdev/net-next/c/d7cea02a1fac
- [net-next,V2,05/14] net/mlx5: IRQ, consolidate irq and affinity mask allocation
https://git.kernel.org/netdev/net-next/c/9e9ff54e63b4
- [net-next,V2,06/14] net/mlx5: DR, Fix code indentation
https://git.kernel.org/netdev/net-next/c/f83e2d8aef4a
- [net-next,V2,07/14] net/mlx5: DR, Remove unneeded local variable
https://git.kernel.org/netdev/net-next/c/a15e472f8834
- [net-next,V2,08/14] net/mlx5: Remove health syndrome enum duplication
https://git.kernel.org/netdev/net-next/c/ab943e2efd5d
- [net-next,V2,09/14] net/mlx5: Update dead links in Kconfig documentation
https://git.kernel.org/netdev/net-next/c/6c8f7c434487
- [net-next,V2,10/14] net/mlx5: Call mlx5_esw_offloads_rep_load/unload() for uplink port directly
https://git.kernel.org/netdev/net-next/c/ba3d85f008f2
- [net-next,V2,11/14] net/mlx5: Remove VPORT_UPLINK handling from devlink_port.c
https://git.kernel.org/netdev/net-next/c/52020903f35c
- [net-next,V2,12/14] net/mlx5: Rename devlink port ops struct for PFs/VFs
https://git.kernel.org/netdev/net-next/c/df3822f5808d
- [net-next,V2,13/14] net/mlx5: DR, Supporting inline WQE when possible
https://git.kernel.org/netdev/net-next/c/95c337cce0e1
- [net-next,V2,14/14] net/mlx5: Devcom, only use devcom after NULL check in mlx5_devcom_send_event()
https://git.kernel.org/netdev/net-next/c/7d7c6e8c5fe4
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:[~2023-08-22 18:10 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-21 17:57 [pull request][net-next V2 00/14] mlx5 updates 2023-08-16 Saeed Mahameed
2023-08-21 17:57 ` [net-next V2 01/14] net/mlx5e: aRFS, Prevent repeated kernel rule migrations requests Saeed Mahameed
2023-08-22 18:10 ` patchwork-bot+netdevbpf [this message]
2023-08-21 17:57 ` [net-next V2 02/14] net/mlx5e: aRFS, Warn if aRFS table does not exist for aRFS rule Saeed Mahameed
2023-08-21 17:57 ` [net-next V2 03/14] net/mlx5e: aRFS, Introduce ethtool stats Saeed Mahameed
2023-08-21 17:57 ` [net-next V2 04/14] net/mlx5e: Fix spelling mistake "Faided" -> "Failed" Saeed Mahameed
2023-08-21 17:57 ` [net-next V2 05/14] net/mlx5: IRQ, consolidate irq and affinity mask allocation Saeed Mahameed
2023-08-21 17:57 ` [net-next V2 06/14] net/mlx5: DR, Fix code indentation Saeed Mahameed
2023-08-21 17:57 ` [net-next V2 07/14] net/mlx5: DR, Remove unneeded local variable Saeed Mahameed
2023-08-21 17:57 ` [net-next V2 08/14] net/mlx5: Remove health syndrome enum duplication Saeed Mahameed
2023-08-21 17:57 ` [net-next V2 09/14] net/mlx5: Update dead links in Kconfig documentation Saeed Mahameed
2023-08-21 17:57 ` [net-next V2 10/14] net/mlx5: Call mlx5_esw_offloads_rep_load/unload() for uplink port directly Saeed Mahameed
2023-08-21 17:57 ` [net-next V2 11/14] net/mlx5: Remove VPORT_UPLINK handling from devlink_port.c Saeed Mahameed
2023-08-21 17:57 ` [net-next V2 12/14] net/mlx5: Rename devlink port ops struct for PFs/VFs Saeed Mahameed
2023-08-21 17:57 ` [net-next V2 13/14] net/mlx5: DR, Supporting inline WQE when possible Saeed Mahameed
2023-08-21 17:57 ` [net-next V2 14/14] net/mlx5: Devcom, only use devcom after NULL check in mlx5_devcom_send_event() 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=169272783080.18530.1504106217283170391.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=afaris@nvidia.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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 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.