Re: [U-Boot] [RFC PATCH v3 0/3] Felix Eth switch driver and questions on DSA switches

2019-11-15 Thread Alexandru Marginean
Hi Bin, On 11/15/2019 3:32 PM, Bin Meng wrote: Hi Alex, On Fri, Nov 15, 2019 at 8:57 PM Alex Marginean wrote: The driver sets up the switch during probe making external and internal ports available to use. It does not support direct I/O through these switch ports in this version, instead EN

Re: [U-Boot] [RFC PATCH v3 0/3] Felix Eth switch driver and questions on DSA switches

2019-11-15 Thread Bin Meng
Hi Alex, On Fri, Nov 15, 2019 at 8:57 PM Alex Marginean wrote: > > The driver sets up the switch during probe making external and internal ports > available to use. It does not support direct I/O through these switch ports > in this version, instead ENETC ethernet interfaces that are internally

[U-Boot] [RFC PATCH v3 0/3] Felix Eth switch driver and questions on DSA switches

2019-11-15 Thread Alex Marginean
The driver sets up the switch during probe making external and internal ports available to use. It does not support direct I/O through these switch ports in this version, instead ENETC ethernet interfaces that are internally linked to the switch can be used after the switch is set up. This is whe