linux/net/ethernet
Stephen Hemminger 23f1f4eff8 [NET] ethernet: optimize memcpy and memset
The ethernet header management only needs to handle a fixed
size address (6 bytes). If the memcpy/memset are changed to
be passed a constant length, then compiler can optimize for
this case (and if it is smart eliminate string instructions).

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-10-10 16:48:26 -07:00
..
Makefile [NET]: Eliminate unused /proc/sys/net/ethernet 2006-06-05 15:34:11 -07:00
eth.c [NET] ethernet: optimize memcpy and memset 2007-10-10 16:48:26 -07:00
pe2.c [NET]: kfree cleanup 2005-11-08 09:41:34 -08:00