Re: [RFC PATCH net-next] etherdevice: Use ether_addr_copy to copy an Ethernet address
From: David Miller <davem@davemloft.net>
Date: 2014-01-15 23:39:51
Also in:
linux-arch
From: David Miller <davem@davemloft.net>
Date: 2014-01-15 23:39:51
Also in:
linux-arch
From: Joe Perches <joe@perches.com> Date: Tue, 14 Jan 2014 15:18:47 -0800
Some systems can use the normally known u16 alignment of Ethernet addresses to save some code/text bytes and cycles. This does not change currently emitted code on x86 by gcc 4.8. Signed-off-by: Joe Perches <joe@perches.com>
This looks fine, in fact I'll apply it.