Re: [PATCH net-next 2/2] Revert "net: dsa: Implement ndo_get_phys_port_id"

2017-01-10 Thread Jiri Pirko
Tue, Jan 10, 2017 at 09:32:37PM CET, f.faine...@gmail.com wrote: >This reverts commit 3a543ef479868e36c95935de320608a7e41466ca ("net: dsa: >Implement ndo_get_phys_port_id") since it misuses the purpose of >ndo_get_phys_port_id(). We have ndo_get_phys_port_name() to do the >correct thing for us

Re: [PATCH net-next 2/2] Revert "net: dsa: Implement ndo_get_phys_port_id"

2017-01-10 Thread Vivien Didelot
Hi Florian, Florian Fainelli writes: > This reverts commit 3a543ef479868e36c95935de320608a7e41466ca ("net: dsa: > Implement ndo_get_phys_port_id") since it misuses the purpose of > ndo_get_phys_port_id(). We have ndo_get_phys_port_name() to do the > correct thing for us

[PATCH net-next 2/2] Revert "net: dsa: Implement ndo_get_phys_port_id"

2017-01-10 Thread Florian Fainelli
This reverts commit 3a543ef479868e36c95935de320608a7e41466ca ("net: dsa: Implement ndo_get_phys_port_id") since it misuses the purpose of ndo_get_phys_port_id(). We have ndo_get_phys_port_name() to do the correct thing for us now. Signed-off-by: Florian Fainelli ---