diff options
author | 2023-08-08 19:45:02 +0800 | |
---|---|---|
committer | 2023-08-09 15:29:22 -0700 | |
commit | 7d0bc2602308ec0a183241914b0646d99d0fb541 (patch) | |
tree | b41726510cfa15a4b737c27c9550c7d7c7a6755f /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | Merge branch 'mlxsw-set-port-stp-state-on-bridge-enslavement' (diff) | |
download | wireguard-linux-7d0bc2602308ec0a183241914b0646d99d0fb541.tar.xz wireguard-linux-7d0bc2602308ec0a183241914b0646d99d0fb541.zip |
octeontx2-af: Remove redundant functions mac2u64() and cfg2mac()
The mac2u64() is used to convert an Ethernet MAC address into a u64 value,
as this is exactly what ether_addr_to_u64() does. Similarly, the cfg2mac()
is also the case. Use ether_addr_to_u64() and u64_to_ether_addr() instead
of these two.
Signed-off-by: Li Zetao <lizetao1@huawei.com>
Acked-by: Geethasowjanya Akula <gakula@marvell.com>
Link: https://lore.kernel.org/r/20230808114504.4036008-2-lizetao1@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions