Re: [PATCH v2 01/10] net: tsec: add support for promiscuous mode

2021-10-30 Thread Ramon Fried
On Thu, Oct 28, 2021 at 9:45 PM Ramon Fried wrote: > > On Sat, Oct 16, 2021 at 9:30 PM Ramon Fried wrote: > > > > On Wed, Sep 29, 2021 at 6:05 PM Vladimir Oltean > > wrote: > > > > > > The Freescale TSEC can be a DSA master, and the ports of the attached > > > DSA switch can have different MAC

Re: [PATCH v2 01/10] net: tsec: add support for promiscuous mode

2021-10-28 Thread Ramon Fried
On Sat, Oct 16, 2021 at 9:30 PM Ramon Fried wrote: > > On Wed, Sep 29, 2021 at 6:05 PM 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 recei

Re: [PATCH v2 01/10] net: tsec: add support for promiscuous mode

2021-10-16 Thread Ramon Fried
On Wed, Sep 29, 2021 at 6:05 PM 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

[PATCH v2 01/10] net: tsec: add support for promiscuous mode

2021-09-29 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