Re: [PATCH net-next] net: dsa: mt7530: manually set up VLAN ID 0

From: Vladimir Oltean
Date: Tue Aug 24 2021 - 13:51:59 EST


On Tue, Aug 24, 2021 at 07:57:42PM +0300, Vladimir Oltean wrote:
> > +static int
> > +mt7530_setup_vlan0(struct mt7530_priv *priv)
> > +{
> > + u32 val;
> > +
> > + /* Validate the entry with independent learning, keep the original
> > + * ingress tag attribute.
> > + */
> > + val = IVL_MAC | EG_CON | PORT_MEM(MT7530_ALL_MEMBERS) | FID(FID_BRIDGED) |
>
> FID_BRIDGED?

yes, FID_BRIDGED.

Please confirm that the Fixes: tag is the one you intend. The patch appears fine otherwise.