From: David S. Miller Date: Thu, 28 Mar 2019 19:55:31 +0000 (-0700) Subject: Merge branch 'net-call-for-phys_port_name-into-devlink-directly-if-possible' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1571e2fdac902c25d7ba47cd6a3258c55fa9afa9;p=linux.git Merge branch 'net-call-for-phys_port_name-into-devlink-directly-if-possible' Jiri Pirko says: =================== net: call for phys_port_name into devlink directly if possible phys_port_name may be assembled by a helper in devlink. It is currently the case only for mlxsw driver. Benefit from the get_devlink_port ndo and call into devlink directly from dev_get_phys_port_name(). That saves the trip to the driver, simplifies the code and makes it similar to recently introduced ethtool-devlink compat helpers. Move bnxt, partly nfp and dsa to let devlink core generate the name too. =================== Signed-off-by: David S. Miller --- 1571e2fdac902c25d7ba47cd6a3258c55fa9afa9