]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: team: Add new tx_enabled team port option
authorMarc Harvey <marcharvey@google.com>
Thu, 9 Apr 2026 02:59:31 +0000 (02:59 +0000)
committerPaolo Abeni <pabeni@redhat.com>
Mon, 13 Apr 2026 13:09:49 +0000 (15:09 +0200)
commitbb9215a98179509e9b1b9a31d68faeebd9339f7c
tree95a0cf7210ef860f3a9b281687ac611bbc9b54a3
parent0e47569a574d447fec072abf3b4330974a471b97
net: team: Add new tx_enabled team port option

This option allows independent control over tx enablement without
affecting rx enablement. Like the rx_enabled option, this also
implicitly affects the enabled option.

If this option is not used, then the enabled option will continue to
behave as it did before.

Tested in a follow-up patch with a new selftest.

Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: Marc Harvey <marcharvey@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20260409-teaming-driver-internal-v7-9-f47e7589685d@google.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/team/team_core.c