mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
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,
	UNGLinuxDriver@microchip.com, rdunlap@infradead.org,
	horms@kernel.org, linux-kernel@vger.kernel.org,
	netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	jensemil.schulzostergaard@microchip.com
Subject: Re: [PATCH net-next 00/12] net: microchip: add FDMA library and use it for Sparx5
Date: Wed, 04 Sep 2024 11:00:33 +0000	[thread overview]
Message-ID: <172544763348.964331.11456457635020343519.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240902-fdma-sparx5-v1-0-1e7d5e5a9f34@microchip.com>

Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Mon, 2 Sep 2024 16:54:05 +0200 you wrote:
> This patch series is the first of a 2-part series, that adds a new
> common FDMA library for Microchip switch chips Sparx5 and lan966x. These
> chips share the same FDMA engine, and as such will benefit from a
> common library with a common implementation.  This also has the benefit
> of removing a lot open-coded bookkeeping and duplicate code for the two
> drivers.
> 
> [...]

Here is the summary with links:
  - [net-next,01/12] net: microchip: add FDMA library
    https://git.kernel.org/netdev/net-next/c/30e48a75df9c
  - [net-next,02/12] net: sparx5: use FDMA library symbols
    https://git.kernel.org/netdev/net-next/c/947a72f40f69
  - [net-next,03/12] net: sparx5: replace a few variables with new equivalent ones
    https://git.kernel.org/netdev/net-next/c/e8218f7a9f44
  - [net-next,04/12] net: sparx5: use the FDMA library for allocation of rx buffers
    https://git.kernel.org/netdev/net-next/c/8fec1cea941d
  - [net-next,05/12] net: sparx5: use FDMA library for adding DCB's in the rx path
    https://git.kernel.org/netdev/net-next/c/17b952108681
  - [net-next,06/12] net: sparx5: use library helper for freeing rx buffers
    https://git.kernel.org/netdev/net-next/c/6647f2fd8df0
  - [net-next,07/12] net: sparx5: use a few FDMA helpers in the rx path
    https://git.kernel.org/netdev/net-next/c/4ff58c394715
  - [net-next,08/12] net: sparx5: use the FDMA library for allocation of tx buffers
    https://git.kernel.org/netdev/net-next/c/0a5c44085089
  - [net-next,09/12] net: sparx5: use FDMA library for adding DCB's in the tx path
    https://git.kernel.org/netdev/net-next/c/f4aa7e361ae2
  - [net-next,10/12] net: sparx5: use library helper for freeing tx buffers
    https://git.kernel.org/netdev/net-next/c/bb7a60dab43b
  - [net-next,11/12] net: sparx5: use contiguous memory for tx buffers
    https://git.kernel.org/netdev/net-next/c/55e84c3cfd06
  - [net-next,12/12] net: sparx5: ditch sparx5_fdma_rx/tx_reload() functions
    https://git.kernel.org/netdev/net-next/c/51152312dc99

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2024-09-04 11:00 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-02 14:54 Daniel Machon
2024-09-02 14:54 ` [PATCH net-next 01/12] net: microchip: add FDMA library Daniel Machon
2024-09-02 14:54 ` [PATCH net-next 02/12] net: sparx5: use FDMA library symbols Daniel Machon
2024-09-02 14:54 ` [PATCH net-next 03/12] net: sparx5: replace a few variables with new equivalent ones Daniel Machon
2024-09-02 14:54 ` [PATCH net-next 04/12] net: sparx5: use the FDMA library for allocation of rx buffers Daniel Machon
2024-09-02 14:54 ` [PATCH net-next 05/12] net: sparx5: use FDMA library for adding DCB's in the rx path Daniel Machon
2024-09-02 14:54 ` [PATCH net-next 06/12] net: sparx5: use library helper for freeing rx buffers Daniel Machon
2024-09-02 14:54 ` [PATCH net-next 07/12] net: sparx5: use a few FDMA helpers in the rx path Daniel Machon
2024-09-02 14:54 ` [PATCH net-next 08/12] net: sparx5: use the FDMA library for allocation of tx buffers Daniel Machon
2024-09-02 14:54 ` [PATCH net-next 09/12] net: sparx5: use FDMA library for adding DCB's in the tx path Daniel Machon
2024-09-02 14:54 ` [PATCH net-next 10/12] net: sparx5: use library helper for freeing tx buffers Daniel Machon
2024-09-02 14:54 ` [PATCH net-next 11/12] net: sparx5: use contiguous memory for " Daniel Machon
2024-09-02 14:54 ` [PATCH net-next 12/12] net: sparx5: ditch sparx5_fdma_rx/tx_reload() functions Daniel Machon
2024-09-04 11:00 ` 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=172544763348.964331.11456457635020343519.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=Steen.Hegelund@microchip.com \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=daniel.machon@microchip.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horatiu.vultur@microchip.com \
    --cc=horms@kernel.org \
    --cc=jensemil.schulzostergaard@microchip.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=rdunlap@infradead.org \
    /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®