Re: [PATCH net-next 1/4] net: dsa: bcm_sf2: Allow targeting CPU ports for CFP rules

2018-08-03 Thread Andrew Lunn
On Fri, Aug 03, 2018 at 11:08:41AM -0700, Florian Fainelli wrote: > ds->enabled_port_mask only contains a bitmask of user-facing enabled > ports, we also need to allow programming CFP rules that target CPU ports > (e.g: ports 5 and 8). > > Signed-off-by: Florian Fainelli Reviewed-by: Andrew

[PATCH net-next 1/4] net: dsa: bcm_sf2: Allow targeting CPU ports for CFP rules

2018-08-03 Thread Florian Fainelli
ds->enabled_port_mask only contains a bitmask of user-facing enabled ports, we also need to allow programming CFP rules that target CPU ports (e.g: ports 5 and 8). Signed-off-by: Florian Fainelli --- drivers/net/dsa/bcm_sf2_cfp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff