commit | 9ea08b129962d1df3a574bf0ce89af0dfac2a241 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Jan 20 09:52:19 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 21 18:13:05 2014 -0800 |
tree | 8453a5a11d8eb8eab59d464bbfaf52c7a6bf73aa | |
parent | c62326abac8f40b904c8daebd7c1a6c624ebddd6 [diff] |
pktgen: Use ether_addr_copy Use ether_addr_copy instead of memcpy(a, b, ETH_ALEN) to save some cycles on arm and powerpc. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>