Re: [PATCH net-next v3 1/2] net: dsa: qca8k: Add define for port VID

From: David Miller
Date: Mon Aug 03 2020 - 18:45:59 EST


From: Jonathan McDowell <noodles@xxxxxxxx>
Date: Sat, 1 Aug 2020 18:05:54 +0100

> Rather than using a magic value of 1 when configuring the port VIDs add
> a QCA8K_PORT_VID_DEF define and use that instead. Also fix up the
> bitmask in the process; the top 4 bits are reserved so this wasn't a
> problem, but only masking 12 bits is the correct approach.
>
> Signed-off-by: Jonathan McDowell <noodles@xxxxxxxx>

Applied.