netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Daniel Machon <daniel.machon@microchip.com>
Cc: horatiu.vultur@microchip.com, UNGLinuxDriver@microchip.com,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, ast@kernel.org, daniel@iogearbox.net,
	hawk@kernel.org, john.fastabend@gmail.com,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	bpf@vger.kernel.org
Subject: Re: [PATCH net-next 00/12] net: lan966x: use the newly introduced FDMA library
Date: Tue, 10 Sep 2024 09:20:31 +0000	[thread overview]
Message-ID: <172596003126.183148.4876801824053155515.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240905-fdma-lan966x-v1-0-e083f8620165@microchip.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Thu, 5 Sep 2024 10:06:28 +0200 you wrote:
> This patch series is the second of a 2-part series [1], 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 of open-coded bookkeeping and duplicate code for the two
> drivers.
> 
> [...]

Here is the summary with links:
  - [net-next,01/12] net: lan966x: select FDMA library
    https://git.kernel.org/netdev/net-next/c/63acda75801f
  - [net-next,02/12] net: lan966x: use FDMA library symbols
    https://git.kernel.org/netdev/net-next/c/1dfe4ca8cb4a
  - [net-next,03/12] net: lan966x: replace a few variables with new equivalent ones
    https://git.kernel.org/netdev/net-next/c/8274d40eafa3
  - [net-next,04/12] net: lan966x: use the FDMA library for allocation of rx buffers
    https://git.kernel.org/netdev/net-next/c/01a70754327b
  - [net-next,05/12] net: lan966x: use FDMA library for adding DCB's in the rx path
    https://git.kernel.org/netdev/net-next/c/2b5a09e67b72
  - [net-next,06/12] net: lan966x: use library helper for freeing rx buffers
    https://git.kernel.org/netdev/net-next/c/f51293b3ea89
  - [net-next,07/12] net: lan966x: use the FDMA library for allocation of tx buffers
    https://git.kernel.org/netdev/net-next/c/df2ddc1458c3
  - [net-next,08/12] net: lan966x: use FDMA library for adding DCB's in the tx path
    https://git.kernel.org/netdev/net-next/c/29cc3a66a81d
  - [net-next,09/12] net: lan966x: use library helper for freeing tx buffers
    https://git.kernel.org/netdev/net-next/c/8cdd0bd02283
  - [net-next,10/12] net: lan966x: ditch tx->last_in_use variable
    https://git.kernel.org/netdev/net-next/c/c06fef96c7d5
  - [net-next,11/12] net: lan966x: use a few FDMA helpers throughout
    https://git.kernel.org/netdev/net-next/c/9fbc5719f6aa
  - [net-next,12/12] net: lan966x: refactor buffer reload function
    https://git.kernel.org/netdev/net-next/c/89ba464fcf54

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-10  9:20 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-05  8:06 [PATCH net-next 00/12] net: lan966x: use the newly introduced FDMA library Daniel Machon
2024-09-05  8:06 ` [PATCH net-next 01/12] net: lan966x: select " Daniel Machon
2024-09-05  8:06 ` [PATCH net-next 02/12] net: lan966x: use FDMA library symbols Daniel Machon
2024-09-05  8:06 ` [PATCH net-next 03/12] net: lan966x: replace a few variables with new equivalent ones Daniel Machon
2024-09-05  8:06 ` [PATCH net-next 04/12] net: lan966x: use the FDMA library for allocation of rx buffers Daniel Machon
2024-09-10  9:15   ` Paolo Abeni
2024-09-10  9:42     ` Daniel Machon
2024-09-05  8:06 ` [PATCH net-next 05/12] net: lan966x: use FDMA library for adding DCB's in the rx path Daniel Machon
2024-09-05  8:06 ` [PATCH net-next 06/12] net: lan966x: use library helper for freeing rx buffers Daniel Machon
2024-09-05  8:06 ` [PATCH net-next 07/12] net: lan966x: use the FDMA library for allocation of tx buffers Daniel Machon
2024-09-05  8:06 ` [PATCH net-next 08/12] net: lan966x: use FDMA library for adding DCB's in the tx path Daniel Machon
2024-09-05  8:06 ` [PATCH net-next 09/12] net: lan966x: use library helper for freeing tx buffers Daniel Machon
2024-09-05  8:06 ` [PATCH net-next 10/12] net: lan966x: ditch tx->last_in_use variable Daniel Machon
2024-09-05  8:06 ` [PATCH net-next 11/12] net: lan966x: use a few FDMA helpers throughout Daniel Machon
2024-09-05  8:06 ` [PATCH net-next 12/12] net: lan966x: refactor buffer reload function Daniel Machon
2024-09-10  9: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=172596003126.183148.4876801824053155515.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel.machon@microchip.com \
    --cc=daniel@iogearbox.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=hawk@kernel.org \
    --cc=horatiu.vultur@microchip.com \
    --cc=john.fastabend@gmail.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.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).