Re: [PATCH net-next v2 10/12] net: dsa: prepare 'dsa_tag_8021q_bridge_join' for standalone use
From: Vladimir Oltean
Date: Thu Jun 20 2024 - 08:33:37 EST
On Wed, Jun 19, 2024 at 10:52:16PM +0200, Pawel Dembicki wrote:
> The 'dsa_tag_8021q_bridge_join' could be used as a generic implementation
> of the 'ds->ops->port_bridge_join()' function. However, it is necessary
> to synchronize their arguments.
>
> This patch also moves the 'tx_fwd_offload' flag configuration line into
> 'dsa_tag_8021q_bridge_join' body. Currently, every (sja1105) driver sets
> it, and the future vsc73xx implementation will also need it for
> simplification.
>
> Suggested-by: Vladimir Oltean <olteanv@xxxxxxxxx>
> Signed-off-by: Pawel Dembicki <paweldembicki@xxxxxxxxx>
> ---
Reviewed-by: Vladimir Oltean <olteanv@xxxxxxxxx>