commit | 93772114413ee7ba33b9abda54dd857e6e5d9a6e | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kuba@kernel.org> | Thu Oct 21 06:12:03 2021 -0700 |
committer | Jakub Kicinski <kuba@kernel.org> | Fri Oct 22 10:15:54 2021 -0700 |
tree | ee55dc4f5ecc803f197512b9512e2fb4a999815f | |
parent | 016c89460d348c405313019bffeb73971e35ed09 [diff] |
net: xen: 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. Signed-off-by: Jakub Kicinski <kuba@kernel.org>