All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Lorenzo Bianconi <lorenzo@kernel.org>
Cc: netdev@vger.kernel.org, nbd@nbd.name,
	lorenzo.bianconi83@gmail.com, davem@davemloft.net,
	edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
	linux-arm-kernel@lists.infradead.org, upstream@airoha.com,
	angelogioacchino.delregno@collabora.com,
	benjamin.larsson@genexis.eu, rkannoth@marvell.com,
	sgoutham@marvell.com, andrew@lunn.ch, arnd@arndb.de,
	horms@kernel.org
Subject: Re: [PATCH v2 net-next 0/8] Add second QDMA support for EN7581 eth controller
Date: Fri, 02 Aug 2024 23:40:32 +0000	[thread overview]
Message-ID: <172264203254.30831.3666511031487225310.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1722522582.git.lorenzo@kernel.org>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu,  1 Aug 2024 16:35:02 +0200 you wrote:
> EN7581 SoC supports two independent QDMA controllers to connect the
> Ethernet Frame Engine (FE) to the CPU. Introduce support for the second
> QDMA controller. This is a preliminary series to support multiple FE ports
> (e.g. connected to a second PHY controller).
> 
> Changes since v1:
> - squash patch 6/9 and 7/9
> - move some duplicated code from patch 2/9 in 1/9
> - cosmetics
> 
> [...]

Here is the summary with links:
  - [v2,net-next,1/8] net: airoha: Introduce airoha_qdma struct
    https://git.kernel.org/netdev/net-next/c/16874d1cf381
  - [v2,net-next,2/8] net: airoha: Move airoha_queues in airoha_qdma
    https://git.kernel.org/netdev/net-next/c/245c7bc86b19
  - [v2,net-next,3/8] net: airoha: Move irq_mask in airoha_qdma structure
    https://git.kernel.org/netdev/net-next/c/19e47fc2aeda
  - [v2,net-next,4/8] net: airoha: Add airoha_qdma pointer in airoha_tx_irq_queue/airoha_queue structures
    https://git.kernel.org/netdev/net-next/c/9a2500ab22f0
  - [v2,net-next,5/8] net: airoha: Use qdma pointer as private structure in airoha_irq_handler routine
    https://git.kernel.org/netdev/net-next/c/e3d6bfdfc0ae
  - [v2,net-next,6/8] net: airoha: Allow mapping IO region for multiple qdma controllers
    https://git.kernel.org/netdev/net-next/c/e618447cf492
  - [v2,net-next,7/8] net: airoha: Start all qdma NAPIs in airoha_probe()
    https://git.kernel.org/netdev/net-next/c/160231e34b8e
  - [v2,net-next,8/8] net: airoha: Link the gdm port to the selected qdma controller
    https://git.kernel.org/netdev/net-next/c/9304640f2f78

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-08-02 23:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-01 14:35 [PATCH v2 net-next 0/8] Add second QDMA support for EN7581 eth controller Lorenzo Bianconi
2024-08-01 14:35 ` [PATCH v2 net-next 1/8] net: airoha: Introduce airoha_qdma struct Lorenzo Bianconi
2024-08-01 14:35 ` [PATCH v2 net-next 2/8] net: airoha: Move airoha_queues in airoha_qdma Lorenzo Bianconi
2024-08-01 14:35 ` [PATCH v2 net-next 3/8] net: airoha: Move irq_mask in airoha_qdma structure Lorenzo Bianconi
2024-08-01 14:35 ` [PATCH v2 net-next 4/8] net: airoha: Add airoha_qdma pointer in airoha_tx_irq_queue/airoha_queue structures Lorenzo Bianconi
2024-08-01 14:35 ` [PATCH v2 net-next 5/8] net: airoha: Use qdma pointer as private structure in airoha_irq_handler routine Lorenzo Bianconi
2024-08-01 14:35 ` [PATCH v2 net-next 6/8] net: airoha: Allow mapping IO region for multiple qdma controllers Lorenzo Bianconi
2024-08-01 14:35 ` [PATCH v2 net-next 7/8] net: airoha: Start all qdma NAPIs in airoha_probe() Lorenzo Bianconi
2024-08-01 14:35 ` [PATCH v2 net-next 8/8] net: airoha: Link the gdm port to the selected qdma controller Lorenzo Bianconi
2024-08-02 23:40 ` 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=172264203254.30831.3666511031487225310.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=arnd@arndb.de \
    --cc=benjamin.larsson@genexis.eu \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=lorenzo.bianconi83@gmail.com \
    --cc=lorenzo@kernel.org \
    --cc=nbd@nbd.name \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=rkannoth@marvell.com \
    --cc=sgoutham@marvell.com \
    --cc=upstream@airoha.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.