• Mintz, Yuval's avatar
    qed: Reflect PF link when initializing VF · 33b2fbd0
    Mintz, Yuval authored
    VF learns of the current link state via its bulletin board,
    which might reflect either the physical link state or some
    user-configured logical state.
    Whenever the physical link changes or whnever such a configuration
    is explicitly made by user the PF driver would update the bulletin
    that the VF reads. But if neither has happened - i.e., PF still
    hasn't got a physical link up and no additional configuration was
    done the VF wouldn't have a valid link information available.
    
    Simply reflect the physical link state whenever the VF is
    initialized. The user could then affect it however he wants.
    Signed-off-by: default avatarYuval Mintz <Yuval.Mintz@cavium.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    33b2fbd0
qed_sriov.c 114 KB