Browse Source

i40e: Expose 'trust' flag to userspace via ndo_get_vf_config.

This enables
	ip -d l
to indicate if trust is on or off for VFs.

Signed-off-by: Sridhar Samudrala <sridhar.samudrala@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Sridhar Samudrala 9 years ago
parent
commit
d40062f3c4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c

+ 1 - 0
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c

@@ -3000,6 +3000,7 @@ int i40e_ndo_get_vf_config(struct net_device *netdev,
 	else
 		ivi->linkstate = IFLA_VF_LINK_STATE_DISABLE;
 	ivi->spoofchk = vf->spoofchk;
+	ivi->trusted = vf->trusted;
 	ret = 0;
 
 error_param: