[PATCH 6/9] net: dsa: enable master promisc mode if available and needed

2021-07-10 Thread sbabic
> If ports have their own unique MAC addrs and master has a set_promisc > function, call it so that packets will be received for ports. > Signed-off-by: Tim Harvey > Reviewed-by: Ramon Fried Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

Re: [PATCH 6/9] net: dsa: enable master promisc mode if available and needed

2021-07-02 Thread Ramon Fried
On Thu, Jul 1, 2021 at 2:50 AM Tim Harvey wrote: > > If ports have their own unique MAC addrs and master has a set_promisc > function, call it so that packets will be received for ports. > > Signed-off-by: Tim Harvey > --- > net/dsa-uclass.c | 9 - > 1 file changed, 8 insertions(+), 1 de

[PATCH 6/9] net: dsa: enable master promisc mode if available and needed

2021-06-30 Thread Tim Harvey
If ports have their own unique MAC addrs and master has a set_promisc function, call it so that packets will be received for ports. Signed-off-by: Tim Harvey --- net/dsa-uclass.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/net/dsa-uclass.c b/net/dsa-uclass.c index