Re: [PATCH net-next] net: dsa: mv88e6xxx: fix 6185 hardware bridging

2016-03-25 Thread David Miller
From: Vivien Didelot Date: Fri, 25 Mar 2016 13:20:30 -0400 > David, please ignore this patch for the moment. Ok.

Re: [PATCH net-next] net: dsa: mv88e6xxx: fix 6185 hardware bridging

2016-03-25 Thread Vivien Didelot
Hi, Vivien Didelot writes: > The 88E6185 switch also has a MapDA bit in its Port Control 2 register. > When this bit is cleared, all frames are sent out to the CPU port. > > Set this bit to rely on ATU hits and direct the frame out of the correct > ports, and thus enable hardware bridging. > > S

[PATCH net-next] net: dsa: mv88e6xxx: fix 6185 hardware bridging

2016-03-25 Thread Vivien Didelot
The 88E6185 switch also has a MapDA bit in its Port Control 2 register. When this bit is cleared, all frames are sent out to the CPU port. Set this bit to rely on ATU hits and direct the frame out of the correct ports, and thus enable hardware bridging. Signed-off-by: Vivien Didelot --- drivers