Re: [PATCH v2] net: dsa: mv88e6xxx: forward unknown mc packets on mv88e6097

2016-11-23 Thread Vivien Didelot
Hi Andrew, Andrew Lunn writes: > On Wed, Nov 23, 2016 at 12:52:52PM -0500, Vivien Didelot wrote: >> Hi Andrew, >> >> Andrew Lunn writes: >> >> > And if you have a recent version of tcpdump, it will decode >> > the header. >> >> Since d729eb4, thanks to you Andrew ;-) >> >> I move up the cle

Re: [PATCH v2] net: dsa: mv88e6xxx: forward unknown mc packets on mv88e6097

2016-11-23 Thread Andrew Lunn
On Wed, Nov 23, 2016 at 12:52:52PM -0500, Vivien Didelot wrote: > Hi Andrew, > > Andrew Lunn writes: > > > And if you have a recent version of tcpdump, it will decode > > the header. > > Since d729eb4, thanks to you Andrew ;-) > > I move up the cleanup of ports setup in my priority list. Hi V

Re: [PATCH v2] net: dsa: mv88e6xxx: forward unknown mc packets on mv88e6097

2016-11-23 Thread Vivien Didelot
Hi Andrew, Andrew Lunn writes: > And if you have a recent version of tcpdump, it will decode > the header. Since d729eb4, thanks to you Andrew ;-) I move up the cleanup of ports setup in my priority list. The code is quite cluttered at the moment and it's hard to read through it. We need prope

Re: [PATCH v2] net: dsa: mv88e6xxx: forward unknown mc packets on mv88e6097

2016-11-23 Thread Stefan Eichenberger
On Wed, Nov 23, 2016 at 06:32:30PM +0100, Andrew Lunn wrote: > On Wed, Nov 23, 2016 at 06:14:41PM +0100, Stefan Eichenberger wrote: > > On Wed, Nov 23, 2016 at 05:59:49PM +0100, Andrew Lunn wrote: > > > On Wed, Nov 23, 2016 at 05:54:40PM +0100, Stefan Eichenberger wrote: > > > > Packets with unknow

Re: [PATCH v2] net: dsa: mv88e6xxx: forward unknown mc packets on mv88e6097

2016-11-23 Thread Andrew Lunn
On Wed, Nov 23, 2016 at 06:14:41PM +0100, Stefan Eichenberger wrote: > On Wed, Nov 23, 2016 at 05:59:49PM +0100, Andrew Lunn wrote: > > On Wed, Nov 23, 2016 at 05:54:40PM +0100, Stefan Eichenberger wrote: > > > Packets with unknown destination addresses are not forwarded to the cpu > > > port on mv

Re: [PATCH v2] net: dsa: mv88e6xxx: forward unknown mc packets on mv88e6097

2016-11-23 Thread Andrew Lunn
On Wed, Nov 23, 2016 at 06:14:41PM +0100, Stefan Eichenberger wrote: > On Wed, Nov 23, 2016 at 05:59:49PM +0100, Andrew Lunn wrote: > > On Wed, Nov 23, 2016 at 05:54:40PM +0100, Stefan Eichenberger wrote: > > > Packets with unknown destination addresses are not forwarded to the cpu > > > port on mv

Re: [PATCH v2] net: dsa: mv88e6xxx: forward unknown mc packets on mv88e6097

2016-11-23 Thread Stefan Eichenberger
On Wed, Nov 23, 2016 at 05:59:49PM +0100, Andrew Lunn wrote: > On Wed, Nov 23, 2016 at 05:54:40PM +0100, Stefan Eichenberger wrote: > > Packets with unknown destination addresses are not forwarded to the cpu > > port on mv88e6097 based switches (e.g. MV88E6097) at the moment. This > > commit enable

Re: [PATCH v2] net: dsa: mv88e6xxx: forward unknown mc packets on mv88e6097

2016-11-23 Thread Andrew Lunn
On Wed, Nov 23, 2016 at 05:54:40PM +0100, Stefan Eichenberger wrote: > Packets with unknown destination addresses are not forwarded to the cpu > port on mv88e6097 based switches (e.g. MV88E6097) at the moment. This > commit enables PORT_CONTROL_FORWARD_UNKNOWN_MC for this family. Please try adding

[PATCH v2] net: dsa: mv88e6xxx: forward unknown mc packets on mv88e6097

2016-11-23 Thread Stefan Eichenberger
Packets with unknown destination addresses are not forwarded to the cpu port on mv88e6097 based switches (e.g. MV88E6097) at the moment. This commit enables PORT_CONTROL_FORWARD_UNKNOWN_MC for this family. Signed-off-by: Stefan Eichenberger --- drivers/net/dsa/mv88e6xxx/chip.c | 4 1 file c