]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: team: Rename enablement functions and struct members to tx
authorMarc Harvey <marcharvey@google.com>
Thu, 9 Apr 2026 02:59:28 +0000 (02:59 +0000)
committerPaolo Abeni <pabeni@redhat.com>
Mon, 13 Apr 2026 13:09:49 +0000 (15:09 +0200)
commitfa6ed31dd913b0f68c75ec80c3f4a324572071fc
treef306d512a25312b601cb7068aa1b68532977f9e2
parent10407eebe8861802d5117956604f94d364df85d5
net: team: Rename enablement functions and struct members to tx

Add no functional changes, but rename enablement functions, variables
etc. that are used in teaming driver transmit decisions.

Since rx and tx enablement are still coupled, some of the variables
renamed in this patch are still used for the rx path, but that will
change in a follow-up patch.

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-6-f47e7589685d@google.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/team/team_core.c
drivers/net/team/team_mode_loadbalance.c
drivers/net/team/team_mode_random.c
drivers/net/team/team_mode_roundrobin.c
include/linux/if_team.h