• Daniel Pieczko's avatar
    sfc: add legacy method for changing a PF's MAC address · 7a186f47
    Daniel Pieczko authored
    Some versions of MCFW do not support the MC_CMD_VADAPTOR_SET_MAC
    command, and ENOSYS will be returned.
    
    If the PF created its own vport, the function's datapath must be
    stopped and the vport can be reconfigured to reflect the new MAC
    address.
    
    If the MCFW created the vport for the PF (which is the case when
    the nic_data->vport_mac is blank), nothing further needs to be
    done as the vport is not under the control of the PF.
    
    This only applies to PFs because the MCFW in question does not
    support VFs.
    Signed-off-by: default avatarShradha Shah <sshah@solarflare.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    7a186f47
ef10_sriov.h 2.62 KB