Re: [U-Boot] [PATCH 0/6] Introduce DSA Ethernet switch class and Felix driver

2019-11-23 Thread Michael Walle
Am 2019-11-22 02:36, schrieb Alex Marginean: DSA stands for Distributed Switch Architecture and it is a subsystem introduced in the Linux kernel to support switches that: - have an Ethernet link up to the CPU - use some form of tagging to identify the source/destination port for Rx/Tx - may

Re: [U-Boot] [PATCH 0/6] Introduce DSA Ethernet switch class and Felix driver

2019-11-22 Thread Vladimir Oltean
On Fri, 22 Nov 2019 at 03:37, Alex Marginean wrote: > > DSA stands for Distributed Switch Architecture and it is a subsystem > introduced > in the Linux kernel to support switches that: > - have an Ethernet link up to the CPU > - use some form of tagging to identify the source/destination port

[U-Boot] [PATCH 0/6] Introduce DSA Ethernet switch class and Felix driver

2019-11-21 Thread Alex Marginean
DSA stands for Distributed Switch Architecture and it is a subsystem introduced in the Linux kernel to support switches that: - have an Ethernet link up to the CPU - use some form of tagging to identify the source/destination port for Rx/Tx - may be cascaded in tree-like structures. DSA is