From: patchwork-bot+netdevbpf@kernel.org
To: Ioana Ciornei <ioana.ciornei@nxp.com>
Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com,
kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v4 00/13] dpaa2-switch: add support for LAG offload
Date: Wed, 01 Jul 2026 16:10:23 +0000 [thread overview]
Message-ID: <178292222314.1181542.3911601568569227695.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260629112309.154328-1-ioana.ciornei@nxp.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Mon, 29 Jun 2026 14:22:56 +0300 you wrote:
> This patch set adds support in dpaa2-switch for offloading upper bond
> devices.
>
> The first two patches remove the necessity to hold rtnl_lock during the
> event processing workqueue by ensuring that all event were processed
> before any changes in FDB layout happens.
>
> [...]
Here is the summary with links:
- [net-next,v4,01/13] dpaa2-switch: remove unnecessary dev_mc_add/dev_mc_del calls
https://git.kernel.org/netdev/net-next/c/97cb4ae7511b
- [net-next,v4,02/13] dpaa2-switch: avoid holding rtnl_lock in dpaa2_switch_event_work()
https://git.kernel.org/netdev/net-next/c/0cf0b8ac40ae
- [net-next,v4,03/13] dpaa2-switch: extend the FDB management to cover bond scenarios
https://git.kernel.org/netdev/net-next/c/900c915030f6
- [net-next,v4,04/13] dpaa2-switch: create a separate dpaa2_switch_port_fdb_event() function
https://git.kernel.org/netdev/net-next/c/da7ec6b81b0b
- [net-next,v4,05/13] dpaa2-switch: check early if an FDB entry should be added
https://git.kernel.org/netdev/net-next/c/0199ff706da1
- [net-next,v4,06/13] dpaa2-switch: add dpaa2_switch_port_to_bridge_port() helper
https://git.kernel.org/netdev/net-next/c/06840a236334
- [net-next,v4,07/13] dpaa2-switch: consolidate unicast and multicast management
https://git.kernel.org/netdev/net-next/c/28b79b55852a
- [net-next,v4,08/13] dpaa2-switch: add LAG configuration API
https://git.kernel.org/netdev/net-next/c/f27ad9b45b13
- [net-next,v4,09/13] dpaa2-switch: add support for LAG offload
https://git.kernel.org/netdev/net-next/c/9ca09640bfc8
- [net-next,v4,10/13] dpaa2-switch: offload FDBs added on an upper bond device
https://git.kernel.org/netdev/net-next/c/711c0beea13f
- [net-next,v4,11/13] dpaa2-switch: offload port objects on an upper bond device
https://git.kernel.org/netdev/net-next/c/f0a7468fdbeb
- [net-next,v4,12/13] dpaa2-switch: trap all link local reserved addresses to the CPU
https://git.kernel.org/netdev/net-next/c/a0a8970b516d
- [net-next,v4,13/13] dpaa2-switch: add support for imprecise source port
https://git.kernel.org/netdev/net-next/c/f985358f4ee2
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:[~2026-07-01 16:10 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 11:22 [PATCH net-next v4 00/13] dpaa2-switch: add support for LAG offload Ioana Ciornei
2026-06-29 11:22 ` [PATCH net-next v4 01/13] dpaa2-switch: remove unnecessary dev_mc_add/dev_mc_del calls Ioana Ciornei
2026-06-29 11:22 ` [PATCH net-next v4 02/13] dpaa2-switch: avoid holding rtnl_lock in dpaa2_switch_event_work() Ioana Ciornei
2026-06-29 11:22 ` [PATCH net-next v4 03/13] dpaa2-switch: extend the FDB management to cover bond scenarios Ioana Ciornei
2026-06-29 11:23 ` [PATCH net-next v4 04/13] dpaa2-switch: create a separate dpaa2_switch_port_fdb_event() function Ioana Ciornei
2026-06-29 11:23 ` [PATCH net-next v4 05/13] dpaa2-switch: check early if an FDB entry should be added Ioana Ciornei
2026-06-29 11:23 ` [PATCH net-next v4 06/13] dpaa2-switch: add dpaa2_switch_port_to_bridge_port() helper Ioana Ciornei
2026-06-30 13:51 ` Ioana Ciornei
2026-06-29 11:23 ` [PATCH net-next v4 07/13] dpaa2-switch: consolidate unicast and multicast management Ioana Ciornei
2026-06-29 11:23 ` [PATCH net-next v4 08/13] dpaa2-switch: add LAG configuration API Ioana Ciornei
2026-06-29 11:23 ` [PATCH net-next v4 09/13] dpaa2-switch: add support for LAG offload Ioana Ciornei
2026-06-30 14:23 ` Ioana Ciornei
2026-06-29 11:23 ` [PATCH net-next v4 10/13] dpaa2-switch: offload FDBs added on an upper bond device Ioana Ciornei
2026-06-30 14:30 ` Ioana Ciornei
2026-06-30 14:41 ` Ioana Ciornei
2026-06-29 11:23 ` [PATCH net-next v4 11/13] dpaa2-switch: offload port objects " Ioana Ciornei
2026-06-29 11:23 ` [PATCH net-next v4 12/13] dpaa2-switch: trap all link local reserved addresses to the CPU Ioana Ciornei
2026-06-29 11:23 ` [PATCH net-next v4 13/13] dpaa2-switch: add support for imprecise source port Ioana Ciornei
2026-07-01 16:10 ` 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=178292222314.1181542.3911601568569227695.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=ioana.ciornei@nxp.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