Hi Andrew, On Thu, 17 Oct 2019 21:20:55 +0200, Andrew Lunn <and...@lunn.ch> wrote: > --- a/drivers/net/dsa/mv88e6xxx/global1.h > +++ b/drivers/net/dsa/mv88e6xxx/global1.h > @@ -109,6 +109,7 @@ > /* Offset 0x0A: ATU Control Register */ > #define MV88E6XXX_G1_ATU_CTL 0x0a > #define MV88E6XXX_G1_ATU_CTL_LEARN2ALL 0x0008 > +#define MV88E6161_G1_ATU_CTL_HASH_MASK 0x3
If a respin is needed, can you use the 0x1234 format for this mask, so that the position of bits are documented as well like with the other macros. Thank you, Vivien