• Vlad Zolotarov's avatar
    ip link set vf: Added "query_rss" command · 6c55c8c4
    Vlad Zolotarov authored
    Add a new option to toggle the ability of querying the RSS configuration of a specific VF.
    
    VF RSS information like RSS hash key may be considered sensitive on some devices where
    this information is shared between VF and PF and thus its querying may be prohibited by default.
    
    This new option allows a system administrator with privileges to modify a PF state
    to control if the above VF querying is allowed or not.
    
    For example:
     To enable RSS querying of VF[0] of ethX:
     >> ip link set dev ethX vf 0 query_rss on
    Signed-off-by: default avatarVlad Zolotarov <vladz@cloudius-systems.com>
    6c55c8c4
iplink.c 30.6 KB