commit | a5084bb71fa4cc2a70a3a5775ccd0447dbcb32f3 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Wed Feb 06 09:45:41 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 06 14:16:12 2019 -0800 |
tree | c53f01d033e8676a1597f7dee1bdb84ab35297b6 | |
parent | 751302c35ea0ae5aac9918e85199eb9f56a5afac [diff] |
nfp: Implement ndo_get_port_parent_id() NFP only supports SWITCHDEV_ATTR_ID_PORT_PARENT_ID, which makes it a great candidate to be converted to use the ndo_get_port_parent_id() NDO instead of implementing switchdev_port_attr_get(). Since NFP uses switchdev_port_same_parent_id() convert it to use netdev_port_same_parent_id(). Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>