commit | 1b8b062a99dc76ba55b3ded97e90717768da47a9 | [log] [tgz] |
---|---|---|
author | Corinna Vinschen <vinschen@redhat.com> | Wed Jan 17 11:53:39 2018 +0100 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Mar 05 08:35:05 2018 -0800 |
tree | 1795fe55acf088b8ea001811fac819e571bb2327 | |
parent | be631892948060f44b1ceee3132be1266932071e [diff] |
igb: add VF trust infrastructure * Add a per-VF value to know if a VF is trusted, by default don't trust VFs. * Implement netdev op to trust VFs (igb_ndo_set_vf_trust) and add trust status to ndo_get_vf_config output. * Allow a trusted VF to change MAC and MAC filters even if MAC has been administratively set. Signed-off-by: Corinna Vinschen <vinschen@redhat.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>