[PATCH 5/9] net: fec: add set_promisc function

2021-07-10 Thread sbabic
> Enabling promiscuous mode is necessary if FEC is the master of a DSA > switch driver where each port has their own MAC address. > Signed-off-by: Tim Harvey > Reviewed-by: Ramon Fried Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ==

Re: [PATCH 5/9] net: fec: add set_promisc function

2021-07-02 Thread Ramon Fried
On Thu, Jul 1, 2021 at 2:50 AM Tim Harvey wrote: > > Enabling promiscuous mode is necessary if FEC is the master of a DSA > switch driver where each port has their own MAC address. > > Signed-off-by: Tim Harvey > --- > drivers/net/fec_mxc.c | 13 + > drivers/net/fec_mxc.h | 1 + > 2

[PATCH 5/9] net: fec: add set_promisc function

2021-06-30 Thread Tim Harvey
Enabling promiscuous mode is necessary if FEC is the master of a DSA switch driver where each port has their own MAC address. Signed-off-by: Tim Harvey --- drivers/net/fec_mxc.c | 13 + drivers/net/fec_mxc.h | 1 + 2 files changed, 14 insertions(+) diff --git a/drivers/net/fec_mxc.