Re: [PATCH net-next] net: dsa: Mock-up driver

2017-03-28 Thread Florian Fainelli
On 03/28/2017 02:56 PM, Florian Fainelli wrote: > This patch adds support for a DSA mock-up driver which essentially does > the following: > > - registers/unregisters 4 fixed PHYs to the slave network devices > - uses eth0 (configurable) as the master netdev > - registers the switch as a fixed MDI

[PATCH net-next] net: dsa: Mock-up driver

2017-03-28 Thread Florian Fainelli
This patch adds support for a DSA mock-up driver which essentially does the following: - registers/unregisters 4 fixed PHYs to the slave network devices - uses eth0 (configurable) as the master netdev - registers the switch as a fixed MDIO device against the fixed MDIO bus at address 31 - includ