Re: [PATCH net-next v7 07/10] net: team: Track rx enablement separately from tx enablement
From: Kuniyuki Iwashima <kuniyu@google.com>
Date: 2026-04-10 06:31:50
Also in:
linux-kselftest, lkml
From: Kuniyuki Iwashima <kuniyu@google.com>
Date: 2026-04-10 06:31:50
Also in:
linux-kselftest, lkml
On Wed, Apr 8, 2026 at 7:59 PM Marc Harvey [off-list ref] wrote:
Separate the rx and tx enablement/disablement into different functions so that it is easier to interact with them independently later. Although this patch changes receive and transmit paths, the actual behavior of the teaming driver should remain unchanged, since there is no option introduced yet to change rx or tx enablement independently. Those options will be added in follow-up patches. Reviewed-by: Jiri Pirko <redacted> Signed-off-by: Marc Harvey <redacted>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>