Re: [PATCH net-next v7 08/10] net: team: Add new rx_enabled team port option
From: Kuniyuki Iwashima <kuniyu@google.com>
Date: 2026-04-10 06:33:43
Also in:
lkml, netdev
From: Kuniyuki Iwashima <kuniyu@google.com>
Date: 2026-04-10 06:33:43
Also in:
lkml, netdev
On Wed, Apr 8, 2026 at 7:59 PM Marc Harvey [off-list ref] wrote:
Allow independent control over rx enablement via the rx_enabled option without affecting tx enablement. This affects the normal enabled option since a port is only considered enabled if both tx and rx are enabled. If this option is not used, then the enabled option will continue to behave exactly as it did before. Tested in a follow-up patch with a new selftest. Reviewed-by: Jiri Pirko <redacted> Signed-off-by: Marc Harvey <redacted>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>