From: patchwork-bot+netdevbpf@kernel.org
To: Daniel Machon <daniel.machon@microchip.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, lars.povlsen@microchip.com,
Steen.Hegelund@microchip.com, horatiu.vultur@microchip.com,
jensemil.schulzostergaard@microchip.com,
UNGLinuxDriver@microchip.com, richardcochran@gmail.com,
horms@kernel.org, justinstitt@google.com, gal@nvidia.com,
aakash.r.menon@gmail.com, jacob.e.keller@intel.com,
ast@fiberby.net, netdev@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v2 00/15] net: sparx5: prepare for lan969x switch driver
Date: Tue, 08 Oct 2024 10:20:35 +0000 [thread overview]
Message-ID: <172838283503.481683.11330764068159767637.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20241004-b4-sparx5-lan969x-switch-driver-v2-0-d3290f581663@microchip.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Fri, 4 Oct 2024 15:19:26 +0200 you wrote:
> == Description:
>
> This series is the first of a multi-part series, that prepares and adds
> support for the new lan969x switch driver.
>
> The upstreaming efforts is split into multiple series (might change a
> bit as we go along):
>
> [...]
Here is the summary with links:
- [net-next,v2,01/15] net: sparx5: add support for private match data
https://git.kernel.org/netdev/net-next/c/1d00c0804852
- [net-next,v2,02/15] net: sparx5: add indirection layer to register macros
https://git.kernel.org/netdev/net-next/c/5ba3f8460393
- [net-next,v2,03/15] net: sparx5: modify SPX5_PORTS_ALL macro
https://git.kernel.org/netdev/net-next/c/7a03df01457b
- [net-next,v2,04/15] net: sparx5: add *sparx5 argument to a few functions
https://git.kernel.org/netdev/net-next/c/f68f71f33f62
- [net-next,v2,05/15] net: sparx5: add constants to match data
https://git.kernel.org/netdev/net-next/c/d5a1eb484594
- [net-next,v2,06/15] net: sparx5: use SPX5_CONST for constants which already have a symbol
https://git.kernel.org/netdev/net-next/c/3f9e46347a46
- [net-next,v2,07/15] net: sparx5: use SPX5_CONST for constants which do not have a symbol
https://git.kernel.org/netdev/net-next/c/559fb423d5f2
- [net-next,v2,08/15] net: sparx5: add ops to match data
https://git.kernel.org/netdev/net-next/c/048c96907ca1
- [net-next,v2,09/15] net: sparx5: ops out chip port to device index/bit functions
https://git.kernel.org/netdev/net-next/c/20f8bc8755a7
- [net-next,v2,10/15] net: sparx5: ops out functions for getting certain array values
https://git.kernel.org/netdev/net-next/c/beb36b507170
- [net-next,v2,11/15] net: sparx5: ops out function for setting the port mux
https://git.kernel.org/netdev/net-next/c/b7e09ddb673f
- [net-next,v2,12/15] net: sparx5: ops out PTP IRQ handler
https://git.kernel.org/netdev/net-next/c/8c274d69093f
- [net-next,v2,13/15] net: sparx5: ops out function for DSM calendar calculation
https://git.kernel.org/netdev/net-next/c/a0dd8906824b
- [net-next,v2,14/15] net: sparx5: add is_sparx5 macro and use it throughout
https://git.kernel.org/netdev/net-next/c/4b67bcb9094e
- [net-next,v2,15/15] net: sparx5: redefine internal ports and PGID's as offsets
https://git.kernel.org/netdev/net-next/c/8cc4102363c7
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2024-10-08 10:20 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-04 13:19 Daniel Machon
2024-10-04 13:19 ` [PATCH net-next v2 01/15] net: sparx5: add support for private match data Daniel Machon
2024-10-04 13:19 ` [PATCH net-next v2 02/15] net: sparx5: add indirection layer to register macros Daniel Machon
2024-10-04 13:19 ` [PATCH net-next v2 03/15] net: sparx5: modify SPX5_PORTS_ALL macro Daniel Machon
2024-10-04 13:19 ` [PATCH net-next v2 04/15] net: sparx5: add *sparx5 argument to a few functions Daniel Machon
2024-10-04 13:19 ` [PATCH net-next v2 05/15] net: sparx5: add constants to match data Daniel Machon
2024-10-04 13:19 ` [PATCH net-next v2 06/15] net: sparx5: use SPX5_CONST for constants which already have a symbol Daniel Machon
2024-10-04 13:19 ` [PATCH net-next v2 07/15] net: sparx5: use SPX5_CONST for constants which do not " Daniel Machon
2024-10-04 13:19 ` [PATCH net-next v2 08/15] net: sparx5: add ops to match data Daniel Machon
2024-10-04 13:19 ` [PATCH net-next v2 09/15] net: sparx5: ops out chip port to device index/bit functions Daniel Machon
2024-10-04 13:19 ` [PATCH net-next v2 10/15] net: sparx5: ops out functions for getting certain array values Daniel Machon
2024-10-04 13:19 ` [PATCH net-next v2 11/15] net: sparx5: ops out function for setting the port mux Daniel Machon
2024-10-04 13:19 ` [PATCH net-next v2 12/15] net: sparx5: ops out PTP IRQ handler Daniel Machon
2024-10-04 13:19 ` [PATCH net-next v2 13/15] net: sparx5: ops out function for DSM calendar calculation Daniel Machon
2024-10-04 13:19 ` [PATCH net-next v2 14/15] net: sparx5: add is_sparx5 macro and use it throughout Daniel Machon
2024-10-04 13:19 ` [PATCH net-next v2 15/15] net: sparx5: redefine internal ports and PGID's as offsets Daniel Machon
2024-10-08 10:20 ` patchwork-bot+netdevbpf [this message]
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=172838283503.481683.11330764068159767637.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=Steen.Hegelund@microchip.com \
--cc=UNGLinuxDriver@microchip.com \
--cc=aakash.r.menon@gmail.com \
--cc=ast@fiberby.net \
--cc=daniel.machon@microchip.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=gal@nvidia.com \
--cc=horatiu.vultur@microchip.com \
--cc=horms@kernel.org \
--cc=jacob.e.keller@intel.com \
--cc=jensemil.schulzostergaard@microchip.com \
--cc=justinstitt@google.com \
--cc=kuba@kernel.org \
--cc=lars.povlsen@microchip.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=richardcochran@gmail.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
all inboxes | Powered by JetHome®