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, cmi@nvidia.com
Subject: Re: [net 01/17] net/mlx5e: Extract remaining tunnel encap code to dedicated file
Date: Fri, 26 May 2023 04:30:25 +0000 [thread overview]
Message-ID: <168507542523.31186.17614306766953956768.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230525034847.99268-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net.git (main)
by Saeed Mahameed <saeedm@nvidia.com>:
On Wed, 24 May 2023 20:48:31 -0700 you wrote:
> From: Chris Mi <cmi@nvidia.com>
>
> Move set_encap_dests() and clean_encap_dests() to the tunnel encap
> dedicated file. And rename them to mlx5e_tc_tun_encap_dests_set()
> and mlx5e_tc_tun_encap_dests_unset().
>
> No functional change in this patch. It is needed in the next patch.
>
> [...]
Here is the summary with links:
- [net,01/17] net/mlx5e: Extract remaining tunnel encap code to dedicated file
https://git.kernel.org/netdev/net/c/e2ab5aa11f19
- [net,02/17] net/mlx5e: Prevent encap offload when neigh update is running
https://git.kernel.org/netdev/net/c/37c3b9fa7ccf
- [net,03/17] net/mlx5e: Consider internal buffers size in port buffer calculations
https://git.kernel.org/netdev/net/c/81fe2be06291
- [net,04/17] net/mlx5e: Do not update SBCM when prio2buffer command is invalid
https://git.kernel.org/netdev/net/c/623efc4cbd61
- [net,05/17] net/mlx5: Drain health before unregistering devlink
https://git.kernel.org/netdev/net/c/824c8dc4a470
- [net,06/17] net/mlx5: SF, Drain health before removing device
https://git.kernel.org/netdev/net/c/b4646da0573f
- [net,07/17] net/mlx5: fw_tracer, Fix event handling
https://git.kernel.org/netdev/net/c/341a80de2468
- [net,08/17] net/mlx5e: Use query_special_contexts cmd only once per mdev
https://git.kernel.org/netdev/net/c/1db1f21caebb
- [net,09/17] net/mlx5: Fix post parse infra to only parse every action once
https://git.kernel.org/netdev/net/c/5d862ec631f3
- [net,10/17] net/mlx5e: Don't attach netdev profile while handling internal error
https://git.kernel.org/netdev/net/c/bdf274750fca
- [net,11/17] net/mlx5e: Move Ethernet driver debugfs to profile init callback
https://git.kernel.org/netdev/net/c/c4c24fc30cc4
- [net,12/17] net/mlx5: DR, Add missing mutex init/destroy in pattern manager
https://git.kernel.org/netdev/net/c/fe5c2d3aef93
- [net,13/17] net/mlx5: Fix check for allocation failure in comp_irqs_request_pci()
https://git.kernel.org/netdev/net/c/d5972f1000c1
- [net,14/17] Documentation: net/mlx5: Wrap vnic reporter devlink commands in code blocks
https://git.kernel.org/netdev/net/c/c3acc46c602f
- [net,15/17] Documentation: net/mlx5: Use bullet and definition lists for vnic counters description
https://git.kernel.org/netdev/net/c/565b8c60e90f
- [net,16/17] Documentation: net/mlx5: Add blank line separator before numbered lists
https://git.kernel.org/netdev/net/c/92059da65d84
- [net,17/17] Documentation: net/mlx5: Wrap notes in admonition blocks
https://git.kernel.org/netdev/net/c/bb72b94c659f
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-05-26 4:30 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-25 3:48 [pull request][net 00/17] mlx5 fixes 2023-05-24 Saeed Mahameed
2023-05-25 3:48 ` [net 01/17] net/mlx5e: Extract remaining tunnel encap code to dedicated file Saeed Mahameed
2023-05-26 4:30 ` patchwork-bot+netdevbpf [this message]
2023-05-25 3:48 ` [net 02/17] net/mlx5e: Prevent encap offload when neigh update is running Saeed Mahameed
2023-05-25 3:48 ` [net 03/17] net/mlx5e: Consider internal buffers size in port buffer calculations Saeed Mahameed
2023-05-25 3:48 ` [net 04/17] net/mlx5e: Do not update SBCM when prio2buffer command is invalid Saeed Mahameed
2023-05-25 3:48 ` [net 05/17] net/mlx5: Drain health before unregistering devlink Saeed Mahameed
2023-05-25 3:48 ` [net 06/17] net/mlx5: SF, Drain health before removing device Saeed Mahameed
2023-05-25 3:48 ` [net 07/17] net/mlx5: fw_tracer, Fix event handling Saeed Mahameed
2023-05-25 3:48 ` [net 08/17] net/mlx5e: Use query_special_contexts cmd only once per mdev Saeed Mahameed
2023-05-25 3:48 ` [net 09/17] net/mlx5: Fix post parse infra to only parse every action once Saeed Mahameed
2023-05-25 3:48 ` [net 10/17] net/mlx5e: Don't attach netdev profile while handling internal error Saeed Mahameed
2023-05-25 3:48 ` [net 11/17] net/mlx5e: Move Ethernet driver debugfs to profile init callback Saeed Mahameed
2023-05-25 3:48 ` [net 12/17] net/mlx5: DR, Add missing mutex init/destroy in pattern manager Saeed Mahameed
2023-05-25 3:48 ` [net 13/17] net/mlx5: Fix check for allocation failure in comp_irqs_request_pci() Saeed Mahameed
2023-05-25 3:48 ` [net 14/17] Documentation: net/mlx5: Wrap vnic reporter devlink commands in code blocks Saeed Mahameed
2023-05-25 3:48 ` [net 15/17] Documentation: net/mlx5: Use bullet and definition lists for vnic counters description Saeed Mahameed
2023-05-25 3:48 ` [net 16/17] Documentation: net/mlx5: Add blank line separator before numbered lists Saeed Mahameed
2023-05-25 3:48 ` [net 17/17] Documentation: net/mlx5: Wrap notes in admonition blocks 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=168507542523.31186.17614306766953956768.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=cmi@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 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).