kernel-hacking-2024-linux-s.../drivers/net/bonding
Eric Dumazet 885a136c52 bonding: use compare_ether_addr_64bits() in ALB
We can speedup ether addresses compares using compare_ether_addr_64bits()
instead of memcmp(). We make sure all operands are at least 8 bytes long and
16bits aligned (or better, long word aligned if possible)

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Reviewed-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-09-01 17:40:26 -07:00
..
bond_3ad.c
bond_3ad.h
bond_alb.c
bond_alb.h
bond_ipv6.c
bond_main.c
bond_sysfs.c
bonding.h
Makefile