diff options
author | Jacob Keller <[email protected]> | 2023-01-18 17:16:53 -0800 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2023-02-06 09:47:48 -0800 |
commit | e0645311e1abc6120d2cf18e7611e1c272fdcc88 (patch) | |
tree | 5727c71fe1a3a796735e6e7fb49777936f651086 /tools/perf/scripts/python/intel-pt-events.py | |
parent | 537dfe06accad68123fe780ce4f883549a73db37 (diff) |
ice: remove unnecessary virtchnl_ether_addr struct use
The dev_lan_addr and hw_lan_addr members of ice_vf are used only to store
the MAC address for the VF. They are defined using virtchnl_ether_addr, but
only the .addr sub-member is actually used. Drop the use of
virtchnl_ether_addr and just use a u8 array of length [ETH_ALEN].
Signed-off-by: Jacob Keller <[email protected]>
Tested-by: Marek Szlosek <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions