]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip link set vf: Added "query_rss" command
authorVlad Zolotarov <vladz@cloudius-systems.com>
Thu, 30 Apr 2015 10:46:43 +0000 (13:46 +0300)
committerStephen Hemminger <shemming@brocade.com>
Mon, 4 May 2015 16:08:26 +0000 (09:08 -0700)
commit6c55c8c4617c5853b00cee3eefe94654d9a25c41
tree415c2efdc7bb16af11e9dfb1c7ef5f04d770e84e
parent8916ccf66cec59e4e1c1bd4d79a9342b0569d89c
ip link set vf: Added "query_rss" command

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: Vlad Zolotarov <vladz@cloudius-systems.com>
ip/iplink.c