diff options
author | Jakub Kicinski <[email protected]> | 2021-10-01 14:32:18 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-10-02 14:18:25 +0100 |
commit | 4e9b9de65cddf6bd6444a72daf6118dfd629f645 (patch) | |
tree | 69250af1d1605b000353e7d223749c2599f81215 /tools/perf/scripts/python/libxed.py | |
parent | fa8274b788a3766c299a3172d4f5416e574ec42d (diff) |
arch: use eth_hw_addr_set()
Commit 406f42fa0d3c ("net-next: When a bond have a massive amount
of VLANs...") introduced a rbtree for faster Ethernet address look
up. To maintain netdev->dev_addr in this tree we need to make all
the writes to it got through appropriate helpers.
Convert misc arch drivers from memcpy(... ETH_ADDR) to eth_hw_addr_set():
@@
expression dev, np;
@@
- memcpy(dev->dev_addr, np, ETH_ALEN)
+ eth_hw_addr_set(dev, np)
Signed-off-by: Jakub Kicinski <[email protected]>
Acked-by: Max Filippov <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions