Re: [PATCH net-next v2 0/4] add HSR offloading support for DSA switches

2021-02-12 Thread Vladimir Oltean
On Sat, Feb 13, 2021 at 12:52:36AM +0100, Tobias Waldekranz wrote: > On Wed, Feb 10, 2021 at 23:55, Vladimir Oltean wrote: > > On Wed, Feb 10, 2021 at 10:10:14PM +0100, Tobias Waldekranz wrote: > >> This whole thing sounds an awful lot like an FDB. I suppose an option > >> would be to implement th

Re: [PATCH net-next v2 0/4] add HSR offloading support for DSA switches

2021-02-12 Thread Tobias Waldekranz
On Wed, Feb 10, 2021 at 23:55, Vladimir Oltean wrote: > On Wed, Feb 10, 2021 at 10:10:14PM +0100, Tobias Waldekranz wrote: >> On Tue, Feb 09, 2021 at 11:04, George McCollister >> wrote: >> >> > It also doesn't implement a ProxyNodeTable (though that actually >> >> > wouldn't matter if you were o

Re: [PATCH net-next v2 0/4] add HSR offloading support for DSA switches

2021-02-10 Thread Vladimir Oltean
On Wed, Feb 10, 2021 at 10:10:14PM +0100, Tobias Waldekranz wrote: > On Tue, Feb 09, 2021 at 11:04, George McCollister > wrote: > >> > It also doesn't implement a ProxyNodeTable (though that actually > >> > wouldn't matter if you were offloading to the xrs700x I think). Try > >> > commenting out

Re: [PATCH net-next v2 0/4] add HSR offloading support for DSA switches

2021-02-10 Thread Tobias Waldekranz
On Tue, Feb 09, 2021 at 11:04, George McCollister wrote: > On Tue, Feb 9, 2021 at 8:38 AM Tobias Waldekranz > wrote: >> >> On Mon, Feb 08, 2021 at 15:09, George McCollister >> wrote: >> > On Mon, Feb 8, 2021 at 2:16 PM Tobias Waldekranz >> > wrote: >> >> >> >> On Thu, Feb 04, 2021 at 15:59,

Re: [PATCH net-next v2 0/4] add HSR offloading support for DSA switches

2021-02-09 Thread Vladimir Oltean
On Tue, Feb 09, 2021 at 11:04:08AM -0600, George McCollister wrote: > > >> In the DSA layer (dsa_slave_changeupper), could we merge the two HSR > > >> join/leave calls somehow? My guess is all drivers are going to end up > > >> having to do the same dance of deferring configuration until both ports

Re: [PATCH net-next v2 0/4] add HSR offloading support for DSA switches

2021-02-09 Thread George McCollister
On Tue, Feb 9, 2021 at 8:38 AM Tobias Waldekranz wrote: > > On Mon, Feb 08, 2021 at 15:09, George McCollister > wrote: > > On Mon, Feb 8, 2021 at 2:16 PM Tobias Waldekranz > > wrote: > >> > >> On Thu, Feb 04, 2021 at 15:59, George McCollister > >> wrote: > >> > Add support for offloading HSR

Re: [PATCH net-next v2 0/4] add HSR offloading support for DSA switches

2021-02-09 Thread Tobias Waldekranz
On Mon, Feb 08, 2021 at 15:09, George McCollister wrote: > On Mon, Feb 8, 2021 at 2:16 PM Tobias Waldekranz > wrote: >> >> On Thu, Feb 04, 2021 at 15:59, George McCollister >> wrote: >> > Add support for offloading HSR/PRP (IEC 62439-3) tag insertion, tag >> > removal, forwarding and duplicat

Re: [PATCH net-next v2 0/4] add HSR offloading support for DSA switches

2021-02-08 Thread George McCollister
On Mon, Feb 8, 2021 at 2:16 PM Tobias Waldekranz wrote: > > On Thu, Feb 04, 2021 at 15:59, George McCollister > wrote: > > Add support for offloading HSR/PRP (IEC 62439-3) tag insertion, tag > > removal, forwarding and duplication on DSA switches. > > This series adds offloading to the xrs700x D

Re: [PATCH net-next v2 0/4] add HSR offloading support for DSA switches

2021-02-08 Thread Tobias Waldekranz
On Thu, Feb 04, 2021 at 15:59, George McCollister wrote: > Add support for offloading HSR/PRP (IEC 62439-3) tag insertion, tag > removal, forwarding and duplication on DSA switches. > This series adds offloading to the xrs700x DSA driver. > > Changes since RFC: > * Split hsr and dsa patches. (Fl

[PATCH net-next v2 0/4] add HSR offloading support for DSA switches

2021-02-04 Thread George McCollister
Add support for offloading HSR/PRP (IEC 62439-3) tag insertion, tag removal, forwarding and duplication on DSA switches. This series adds offloading to the xrs700x DSA driver. Changes since RFC: * Split hsr and dsa patches. (Florian Fainelli) Changes since v1: * Fixed some typos/wording. (Vladi