bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar)
authorJoe Perches <joe@perches.com>
Sun, 16 Feb 2014 00:02:17 +0000 (16:02 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Feb 2014 05:29:23 +0000 (00:29 -0500)
commitada0f8633c5b8dad640e1a2bcb95499ec187ac17
tree4320eccba2fcbfd3005ce48fd226b2eafbb0d2f0
parent2ea24f2ecfdca1039cf9a9dab92ac1769224fe92
bonding: Convert memcpy(foo, bar, ETH_ALEN) to ether_addr_copy(foo, bar)

ether_addr_copy is smaller and faster for some architectures.

This relies on a stack frame being at least __aligned(2)
for one use of an Ethernet address on the stack.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_3ad.c
drivers/net/bonding/bond_alb.c
drivers/net/bonding/bond_main.c
This page took 0.027042 seconds and 5 git commands to generate.