[PATCH 1/9] net: tsec: add support for promiscuous mode

2021-09-27 Thread Vladimir Oltean
The Freescale TSEC can be a DSA master, and the ports of the attached DSA switch can have different MAC addresses compared to the TSEC. Nonetheless, the TSEC must receive the packets on behalf of those switch ports. Therefore, implement the promiscuous mode method to allow DSA to set this. Note th

Re: [PATCH 1/9] net: tsec: add support for promiscuous mode

2021-09-28 Thread Ramon Fried
On Tue, Sep 28, 2021 at 2:48 AM Vladimir Oltean wrote: > > The Freescale TSEC can be a DSA master, and the ports of the attached > DSA switch can have different MAC addresses compared to the TSEC. > Nonetheless, the TSEC must receive the packets on behalf of those switch > ports. Therefore, implem

Re: [PATCH 1/9] net: tsec: add support for promiscuous mode

2021-09-28 Thread Bin Meng
On Tue, Sep 28, 2021 at 7:49 AM Vladimir Oltean wrote: > > The Freescale TSEC can be a DSA master, and the ports of the attached > DSA switch can have different MAC addresses compared to the TSEC. > Nonetheless, the TSEC must receive the packets on behalf of those switch > ports. Therefore, implem