This series brings our handling of ndo_get_phys_port_id and related
interfaces into line with the behaviour of other drivers.
Bert Kenward (3):
sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOV
sfc: implement ndo_get_phys_port_name
sfc: stop setting dev_port
drivers/net/ethernet/sfc/ef10.c | 19 ++++++++++++++++---
drivers/net/ethernet/sfc/ef10_sriov.c | 14 --------------
drivers/net/ethernet/sfc/ef10_sriov.h | 3 ---
drivers/net/ethernet/sfc/efx.c | 24 +++++++++++++++++++++++-
drivers/net/ethernet/sfc/net_driver.h | 5 +++--
drivers/net/ethernet/sfc/sriov.c | 11 -----------
drivers/net/ethernet/sfc/sriov.h | 3 ---
7 files changed, 42 insertions(+), 37 deletions(-)