commit | 6e7d0ba1e59b1a306761a731e67634c0f2efea2a | [log] [tgz] |
---|---|---|
author | Emil Tantilov <emil.s.tantilov@intel.com> | Mon May 14 11:16:16 2018 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu May 17 09:07:37 2018 -0700 |
tree | e33f2bb99931d82049d376f2a64d6656c4cebe70 | |
parent | a8d9bb3d448f3c9a26a885a3104738098a6625c7 [diff] |
ixgbevf: fix MAC address changes through ixgbevf_set_mac() Set hw->mac.perm_addr in ixgbevf_set_mac() in order to avoid losing the custom MAC on reset. This can happen in the following case: >ip link set $vf address $mac >ethtool -r $vf Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>