commit | c64269710ef28eb0dea03098853e425851214496 | [log] [tgz] |
---|---|---|
author | Emil Tantilov <emil.s.tantilov@intel.com> | Wed Jul 27 10:55:08 2016 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sat Aug 20 19:41:21 2016 -0700 |
tree | 2fd07069a119c777696eeb4e1bc736a7e0a073c2 | |
parent | 27b23f96f3cf6ffd680e28bf569d8ddd71842590 [diff] |
ixgbevf: fix incorrect MAC address on load The PF driver was only receiving the first 4 bytes of the MAC due to an incorrect size parameter for ixgbevf_write_msg_read_ack() in ixgbevf_set_rar_vf(). Correct the size by calculating it on a fly for all instances where we call ixgbevf_write_msg_read_ack() 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>