Re: [PATCH net-next] net: dsa: Implement ndo_get_phys_port_id

2016-12-29 Thread David Miller
From: Florian Fainelli Date: Thu, 29 Dec 2016 14:20:56 -0800 > Implement ndo_get_phys_port_id() by returning the physical port number > of the switch this per-port DSA created network interface corresponds > to. > > Signed-off-by: Florian Fainelli Applied, thanks.

[PATCH net-next] net: dsa: Implement ndo_get_phys_port_id

2016-12-29 Thread Florian Fainelli
Implement ndo_get_phys_port_id() by returning the physical port number of the switch this per-port DSA created network interface corresponds to. Signed-off-by: Florian Fainelli --- net/dsa/slave.c | 12 1 file changed, 12 insertions(+) diff --git a/net/dsa/slave.c b/net/dsa/slave.c