From: patchwork-bot+netdevbpf@kernel.org
To: Marc Harvey <marcharvey@google.com>
Cc: jiri@resnulli.us, andrew+netdev@lunn.ch, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
shuah@kernel.org, horms@kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org,
kuniyu@google.com
Subject: Re: [PATCH net-next v7 00/10] Decouple receive and transmit enablement in team driver
Date: Mon, 13 Apr 2026 13:30:23 +0000 [thread overview]
Message-ID: <177608702305.4127901.4852211619722110151.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260409-teaming-driver-internal-v7-0-f47e7589685d@google.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Thu, 09 Apr 2026 02:59:22 +0000 you wrote:
> Allow independent control over receive and transmit enablement states
> for aggregated ports in the team driver.
>
> The motivation is that IEE 802.3ad LACP "independent control" can't
> be implemented for the team driver currently. This was added to the
> bonding driver in commit 240fd405528b ("bonding: Add independent
> control state machine").
>
> [...]
Here is the summary with links:
- [net-next,v7,01/10] net: team: Annotate reads and writes for mixed lock accessed values
https://git.kernel.org/netdev/net-next/c/3faf0ce6e499
- [net-next,v7,02/10] net: team: Remove unused team_mode_op, port_enabled
https://git.kernel.org/netdev/net-next/c/014f249121d7
- [net-next,v7,03/10] net: team: Rename port_disabled team mode op to port_tx_disabled
https://git.kernel.org/netdev/net-next/c/cfa477df2cc6
- [net-next,v7,04/10] selftests: net: Add tests for failover of team-aggregated ports
https://git.kernel.org/netdev/net-next/c/05e352444b24
- [net-next,v7,05/10] selftests: net: Add test for enablement of ports with teamd
https://git.kernel.org/netdev/net-next/c/10407eebe886
- [net-next,v7,06/10] net: team: Rename enablement functions and struct members to tx
https://git.kernel.org/netdev/net-next/c/fa6ed31dd913
- [net-next,v7,07/10] net: team: Track rx enablement separately from tx enablement
https://git.kernel.org/netdev/net-next/c/68f0833f279a
- [net-next,v7,08/10] net: team: Add new rx_enabled team port option
https://git.kernel.org/netdev/net-next/c/0e47569a574d
- [net-next,v7,09/10] net: team: Add new tx_enabled team port option
https://git.kernel.org/netdev/net-next/c/bb9215a98179
- [net-next,v7,10/10] selftests: net: Add tests for team driver decoupled tx and rx control
https://git.kernel.org/netdev/net-next/c/d3870724eb16
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-04-13 13:30 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-09 2:59 [PATCH net-next v7 00/10] Decouple receive and transmit enablement in team driver Marc Harvey
2026-04-09 2:59 ` [PATCH net-next v7 01/10] net: team: Annotate reads and writes for mixed lock accessed values Marc Harvey
2026-04-10 5:55 ` Kuniyuki Iwashima
2026-04-09 2:59 ` [PATCH net-next v7 02/10] net: team: Remove unused team_mode_op, port_enabled Marc Harvey
2026-04-10 5:56 ` Kuniyuki Iwashima
2026-04-09 2:59 ` [PATCH net-next v7 03/10] net: team: Rename port_disabled team mode op to port_tx_disabled Marc Harvey
2026-04-10 5:56 ` Kuniyuki Iwashima
2026-04-09 2:59 ` [PATCH net-next v7 04/10] selftests: net: Add tests for failover of team-aggregated ports Marc Harvey
2026-04-10 6:09 ` Kuniyuki Iwashima
2026-04-13 13:05 ` Paolo Abeni
2026-04-09 2:59 ` [PATCH net-next v7 05/10] selftests: net: Add test for enablement of ports with teamd Marc Harvey
2026-04-10 6:18 ` Kuniyuki Iwashima
2026-04-13 13:07 ` Paolo Abeni
2026-04-09 2:59 ` [PATCH net-next v7 06/10] net: team: Rename enablement functions and struct members to tx Marc Harvey
2026-04-10 6:22 ` Kuniyuki Iwashima
2026-04-09 2:59 ` [PATCH net-next v7 07/10] net: team: Track rx enablement separately from tx enablement Marc Harvey
2026-04-10 6:31 ` Kuniyuki Iwashima
2026-04-09 2:59 ` [PATCH net-next v7 08/10] net: team: Add new rx_enabled team port option Marc Harvey
2026-04-10 6:33 ` Kuniyuki Iwashima
2026-04-09 2:59 ` [PATCH net-next v7 09/10] net: team: Add new tx_enabled " Marc Harvey
2026-04-10 6:36 ` Kuniyuki Iwashima
2026-04-09 2:59 ` [PATCH net-next v7 10/10] selftests: net: Add tests for team driver decoupled tx and rx control Marc Harvey
2026-04-10 6:40 ` Kuniyuki Iwashima
2026-04-13 13:30 ` 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=177608702305.4127901.4852211619722110151.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=horms@kernel.org \
--cc=jiri@resnulli.us \
--cc=kuba@kernel.org \
--cc=kuniyu@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=marcharvey@google.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=shuah@kernel.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